/hardware/broadcom/libbt/include/ |
upio.h | 104 void upio_set(uint8_t pio, uint8_t action, uint8_t polarity);
|
/external/libnfc-nci/src/udrv/include/ |
upio.h | 254 typedef void (tUPIO_CBACK)(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE state); 288 ** pio Indicates the particular GPIOs. 298 UDRV_API void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE state); 307 ** device. Parameter pio can only indicate a single GPIO; multiple GPIOs 312 ** pio: Indicates the particular GUPIO. 321 UDRV_API tUPIO_STATE UPIO_Read(tUPIO_TYPE type, tUPIO pio); 335 ** pio Indicates the particular GPIOs. 346 UDRV_API void UPIO_Config(tUPIO_TYPE type, tUPIO pio, tUPIO_CONFIG config, tUPIO_CBACK *cback); 354 ** Checks whether a feature of the pio API is supported
|
/hardware/broadcom/libbt/src/ |
upio.c | 325 void upio_set(uint8_t pio, uint8_t action, uint8_t polarity) 333 switch (pio)
|
/external/qemu/target-i386/ |
hax-all.c | 562 ret = hax_handle_io(env, ht->pio._df, ht->pio._port, 563 ht->pio._direction, 564 ht->pio._size, ht->pio._count, vcpu->iobuf);
|
hax-interface.h | 262 } pio; member in union:hax_tunnel::__anon28315
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
userial_linux.c | [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 643 Bit8u pio; member in struct:__anon28437 662 Bit8u mode; // transfer mode : PIO 16/32 bits - IRQ - ISADMA - PCIDMA [all...] |