Searched refs:gpiod_add_lookup_tables (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | machine.h | 100 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n); 107 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) {} in gpiod_add_lookup_tables() function
|
/kernel/linux/linux-6.6/include/linux/gpio/ |
H A D | machine.h | 112 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n); 120 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) {} in gpiod_add_lookup_tables() function
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-omapl138-hawk.c | 369 gpiod_add_lookup_tables(hawk_usb_gpio_lookups, in omapl138_hawk_usb_init()
|
H A D | board-da830-evm.c | 118 gpiod_add_lookup_tables(da830_evm_usb_gpio_lookups, in da830_evm_usb_init()
|
H A D | board-da850-evm.c | 869 gpiod_add_lookup_tables(da850_lcd_gpio_lookups, in da850_lcd_hw_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 729 gpiod_add_lookup_tables(ams_delta_gpio_tables, in ams_delta_init()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 741 gpiod_add_lookup_tables(ams_delta_gpio_tables, in ams_delta_init()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib.c | 3766 * gpiod_add_lookup_tables() - register GPIO device consumers 3770 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) in gpiod_add_lookup_tables() function 3820 gpiod_add_lookup_tables(&table, 1); in gpiod_add_lookup_table()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib.c | 3586 * gpiod_add_lookup_tables() - register GPIO device consumers 3590 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) in gpiod_add_lookup_tables() function
|
Completed in 20 milliseconds