Searched refs:set_led_id (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/sound/core/ |
A D | control_led.c | 529 static ssize_t set_led_id(struct snd_ctl_led_card *led_card, const char *buf, size_t count, in set_led_id() function 588 return set_led_id(led_card, buf, count, true); in attach_store() 596 return set_led_id(led_card, buf, count, false); in detach_store()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/ |
A D | hns_ethtool.c | 1074 return h->dev->ops->set_led_id(h, HNAE_LED_ACTIVE); in hns_set_phys_id() 1076 return h->dev->ops->set_led_id(h, HNAE_LED_ON); in hns_set_phys_id() 1078 return h->dev->ops->set_led_id(h, HNAE_LED_OFF); in hns_set_phys_id() 1080 return h->dev->ops->set_led_id(h, HNAE_LED_INACTIVE); in hns_set_phys_id()
|
A D | hnae.h | 518 int (*set_led_id)(struct hnae_handle *handle, member
|
A D | hns_ae_adapt.c | 966 .set_led_id = hns_ae_cpld_set_led_id,
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/ |
A D | hnae3.h | 701 int (*set_led_id)(struct hnae3_handle *handle, member
|
A D | hns3_ethtool.c | 1626 if (!h->ae_algo->ops->set_led_id) in hns3_set_phys_id() 1629 return h->ae_algo->ops->set_led_id(h, state); in hns3_set_phys_id()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_main.c | 13110 .set_led_id = hclge_set_led_id,
|
Completed in 46 milliseconds