Home
last modified time | relevance | path

Searched refs:table_extra (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/leds/simple/
H A Dsimatic-ipc-leds-gpio-core.c38 struct gpiod_lookup_table *table_extra) in simatic_ipc_leds_gpio_remove() argument
41 gpiod_remove_lookup_table(table_extra); in simatic_ipc_leds_gpio_remove()
50 struct gpiod_lookup_table *table_extra) in simatic_ipc_leds_gpio_probe() argument
76 if (!table_extra) in simatic_ipc_leds_gpio_probe()
79 table_extra->dev_id = dev_name(dev); in simatic_ipc_leds_gpio_probe()
80 gpiod_add_lookup_table(table_extra); in simatic_ipc_leds_gpio_probe()
100 simatic_ipc_leds_gpio_remove(pdev, table, table_extra); in simatic_ipc_leds_gpio_probe()
H A Dsimatic-ipc-leds-gpio.h16 struct gpiod_lookup_table *table_extra);
20 struct gpiod_lookup_table *table_extra);