| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_led.c | 69 static void _phl_led_remove_from_timer(struct phl_led_info_t *led_info, in _phl_led_remove_from_timer() argument 74 if (led_info->toggle_timer_args != NULL) { in _phl_led_remove_from_timer() 75 mask = &(led_info->toggle_timer_args->led_manage_mask); in _phl_led_remove_from_timer() 79 led_info->toggle_timer_args->timer_alive = false; in _phl_led_remove_from_timer() 81 led_info->toggle_timer_args = NULL; in _phl_led_remove_from_timer() 82 led_info->toggle_args = NULL; in _phl_led_remove_from_timer() 142 _phl_led_ctrl_start_delay_hdlr(void *hal, struct phl_led_info_t *led_info, in _phl_led_ctrl_start_delay_hdlr() argument 145 if (led_info->toggle_start_delay_counter >= in _phl_led_ctrl_start_delay_hdlr() 146 led_info->toggle_args->start_delay) { in _phl_led_ctrl_start_delay_hdlr() 148 led_info->toggle_start_delay_over = true; in _phl_led_ctrl_start_delay_hdlr() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_led.c | 69 static void _phl_led_remove_from_timer(struct phl_led_info_t *led_info, in _phl_led_remove_from_timer() argument 74 if (led_info->toggle_timer_args != NULL) { in _phl_led_remove_from_timer() 75 mask = &(led_info->toggle_timer_args->led_manage_mask); in _phl_led_remove_from_timer() 79 led_info->toggle_timer_args->timer_alive = false; in _phl_led_remove_from_timer() 81 led_info->toggle_timer_args = NULL; in _phl_led_remove_from_timer() 82 led_info->toggle_args = NULL; in _phl_led_remove_from_timer() 142 _phl_led_ctrl_start_delay_hdlr(void *hal, struct phl_led_info_t *led_info, in _phl_led_ctrl_start_delay_hdlr() argument 145 if (led_info->toggle_start_delay_counter >= in _phl_led_ctrl_start_delay_hdlr() 146 led_info->toggle_args->start_delay) { in _phl_led_ctrl_start_delay_hdlr() 148 led_info->toggle_start_delay_over = true; in _phl_led_ctrl_start_delay_hdlr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_port.c | 1276 struct hinic_led_info led_info = {0}; in _set_led_status() local 1277 u16 out_size = sizeof(led_info); in _set_led_status() 1283 led_info.port = port; in _set_led_status() 1284 led_info.reset = reset; in _set_led_status() 1286 led_info.type = type; in _set_led_status() 1287 led_info.mode = mode; in _set_led_status() 1291 &led_info, sizeof(led_info), in _set_led_status() 1292 &led_info, &out_size, HINIC_MGMT_MSG_SYNC); in _set_led_status() 1293 if (err || led_info.status || !out_size) { in _set_led_status() 1295 err, led_info.status, out_size); in _set_led_status()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-playstation.c | 553 const struct ps_led_info *led_info) in ps_led_register() argument 558 "%s:%s:%s", ps_dev->input_dev_name, led_info->color, led_info->name); in ps_led_register() 566 led->brightness_get = led_info->brightness_get; in ps_led_register() 567 led->brightness_set_blocking = led_info->brightness_set; in ps_led_register() 571 hid_err(ps_dev->hdev, "Failed to register LED %s: %d\n", led_info->name, ret); in ps_led_register() 1438 const struct ps_led_info *led_info = &player_leds_info[i]; in dualsense_create() local 1440 ret = ps_led_register(ps_dev, &ds->player_leds[i], led_info); in dualsense_create()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | leds.h | 487 struct led_info { struct 495 struct led_info *leds; argument
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | adp8860.h | 129 struct led_info *leds;
|
| H A D | adp8870.h | 145 struct led_info *leds;
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | pdc.h | 31 int pdc_chassis_info(struct pdc_chassis_info *chassis_info, void *led_info, unsigned long len);
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-tca6507.c | 679 struct led_info *tca_leds; in tca6507_led_dt_init() 686 tca_leds = devm_kcalloc(dev, NUM_LEDS, sizeof(struct led_info), in tca6507_led_dt_init() 692 struct led_info led; in tca6507_led_dt_init()
|
| H A D | leds-da903x.c | 85 struct led_info *pdata = dev_get_platdata(&pdev->dev); in da903x_led_probe()
|
| H A D | leds-adp5520.c | 96 struct led_info *cur_led; in adp5520_led_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | adp5520.h | 197 struct led_info *leds;
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | littleton.c | 348 static struct led_info littleton_da9034_leds[] = {
|
| H A D | stargate2.c | 818 static struct led_info stargate2_leds[] = {
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | firmware.c | 259 int __init pdc_chassis_info(struct pdc_chassis_info *chassis_info, void *led_info, unsigned long le… in pdc_chassis_info() argument 266 memcpy(&pdc_result2, led_info, len); in pdc_chassis_info() 270 memcpy(led_info, pdc_result2, len); in pdc_chassis_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wlc_types.h | 57 typedef struct led_info led_info_t;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wlc_types.h | 53 typedef struct led_info led_info_t;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wlc_types.h | 53 typedef struct led_info led_info_t;
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | adp8860_bl.c | 222 struct led_info *cur_led; in adp8860_led_probe()
|
| H A D | adp8870_bl.c | 245 struct led_info *cur_led; in adp8870_led_probe()
|