/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 52 struct Gpio *pin; member 104 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 113 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 72 struct Gpio *pin; member 129 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 138 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in enableInterrupt() 130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in disableInterrupt()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sim_service.cpp | 189 bool SimService::PinStatus::VerifyPIN(const std::string_view pin) { in VerifyPIN() 960 bool SimService::checkPin1AndAdjustSimStatus(std::string_view pin) { in checkPin1AndAdjustSimStatus() 976 std::string_view pin, in ChangePin1AndAdjustSimStatus() 1015 auto pin = cmd.GetNextStr(','); in HandleChangeOrEnterPIN() local
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 225 struct Gpio *pin; member 285 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 292 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 226 struct Gpio *pin; member 355 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, enum ExtiTrigger trigger) in enableInterrupt() 362 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 464 static void inline enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 472 static void inline disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 680 static void enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 688 static void disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 145 struct Gpio *pin; member
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 1867 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) 1876 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr)
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1026 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) 1035 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr)
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 1492 static void lsm6dsm_enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in lsm6dsm_enableInterrupt() 1505 static void lsm6dsm_disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in lsm6dsm_disableInterrupt()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 856 Return<void> RadioImpl::supplyIccPinForApp(int32_t serial, const hidl_string& pin, in supplyIccPinForApp() 867 const hidl_string& pin, const hidl_string& aid) { in supplyIccPukForApp()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 989 Return<void> RadioImpl_1_6::supplyIccPinForApp(int32_t serial, const hidl_string& pin, in supplyIccPinForApp() 1000 const hidl_string& pin, const hidl_string& aid) { in supplyIccPukForApp()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 1007 Return<void> RadioImpl_1_6::supplyIccPinForApp(int32_t serial, const hidl_string& pin, in supplyIccPinForApp() 1018 const hidl_string& pin, const hidl_string& aid) { in supplyIccPukForApp()
|