Searched refs:led_tables (Results 1 – 2 of 2) sorted by relevance
63 struct simatic_ipc_led_tables *led_tables; in simatic_ipc_leds_gpio_f7188x_probe() local65 led_tables = devm_kzalloc(&pdev->dev, sizeof(*led_tables), GFP_KERNEL); in simatic_ipc_leds_gpio_f7188x_probe()66 if (!led_tables) in simatic_ipc_leds_gpio_f7188x_probe()71 led_tables->led_lookup_table = &simatic_ipc_led_gpio_table_227g; in simatic_ipc_leds_gpio_f7188x_probe()72 led_tables->led_lookup_table_extra = &simatic_ipc_led_gpio_table_extra_227g; in simatic_ipc_leds_gpio_f7188x_probe()75 led_tables->led_lookup_table = &simatic_ipc_led_gpio_table_bx_59a; in simatic_ipc_leds_gpio_f7188x_probe()81 platform_set_drvdata(pdev, led_tables); in simatic_ipc_leds_gpio_f7188x_probe()82 return simatic_ipc_leds_gpio_probe(pdev, led_tables->led_lookup_table, in simatic_ipc_leds_gpio_f7188x_probe()83 led_tables->led_lookup_table_extra); in simatic_ipc_leds_gpio_f7188x_probe()88 struct simatic_ipc_led_tables *led_tables = platform_get_drvdata(pdev); in simatic_ipc_leds_gpio_f7188x_remove() local[all …]
9279 static struct tp_led_table led_tables[TPACPI_LED_MAX] = { variable9314 t = &led_tables[whichled]; in tpacpi_led_set()9353 struct tp_led_table *t = &led_tables[i]; in mute_led_init()9384 struct tp_led_table *t = &led_tables[i]; in mute_led_resume()