/Linux-v6.1/drivers/pci/hotplug/ |
D | cpqphp.h | 112 u32 led_control; /* 0x04 */ member 143 LED_CONTROL = offsetof(struct ctrl_reg, led_control), 482 u32 led_control; in amber_LED_on() local 484 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 485 led_control |= (0x01010000L << slot); in amber_LED_on() 486 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_on() 492 u32 led_control; in amber_LED_off() local 494 led_control = readl(ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() 495 led_control &= ~(0x01010000L << slot); in amber_LED_off() 496 writel(led_control, ctrl->hpc_reg + LED_CONTROL); in amber_LED_off() [all …]
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.c | 434 rtlpriv->cfg->ops->led_control(hw, in _rtl92ce_phy_set_rf_power_state() 437 rtlpriv->cfg->ops->led_control(hw, in _rtl92ce_phy_set_rf_power_state() 450 rtlpriv->cfg->ops->led_control(hw, in _rtl92ce_phy_set_rf_power_state() 453 rtlpriv->cfg->ops->led_control(hw, in _rtl92ce_phy_set_rf_power_state()
|
D | sw.c | 203 .led_control = rtl92ce_led_control,
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | phy.c | 408 rtlpriv->cfg->ops->led_control(hw, in _rtl92cu_phy_set_rf_power_state() 411 rtlpriv->cfg->ops->led_control(hw, in _rtl92cu_phy_set_rf_power_state() 448 rtlpriv->cfg->ops->led_control(hw, in _rtl92cu_phy_set_rf_power_state() 451 rtlpriv->cfg->ops->led_control(hw, in _rtl92cu_phy_set_rf_power_state()
|
D | sw.c | 115 .led_control = rtl92cu_led_control,
|
/Linux-v6.1/drivers/leds/ |
D | leds-mc13783.c | 129 pdata->led_control, in mc13xxx_led_probe_dt() 217 pdata->led_control[i]); in mc13xxx_led_probe()
|
/Linux-v6.1/include/linux/mfd/ |
D | mc13xxx.h | 178 u32 led_control[MAX_LED_CONTROL_REGS]; member
|
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 395 if (!aq_nic->aq_fw_ops->led_control) in aq_ethtool_set_phys_id() 402 ret = aq_nic->aq_fw_ops->led_control(hw, AQ_HW_LED_BLINK | in aq_ethtool_set_phys_id() 406 ret = aq_nic->aq_fw_ops->led_control(hw, AQ_HW_LED_DEFAULT); in aq_ethtool_set_phys_id()
|
D | aq_hw.h | 373 int (*led_control)(struct aq_hw_s *self, u32 mode); member
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | phy.c | 548 rtlpriv->cfg->ops->led_control(hw, in rtl92s_phy_set_rf_power_state() 551 rtlpriv->cfg->ops->led_control(hw, in rtl92s_phy_set_rf_power_state() 563 rtlpriv->cfg->ops->led_control(hw, in rtl92s_phy_set_rf_power_state() 566 rtlpriv->cfg->ops->led_control(hw, in rtl92s_phy_set_rf_power_state()
|
D | sw.c | 256 .led_control = rtl92se_led_control,
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/ |
D | usb.c | 451 rtlpriv->cfg->ops->led_control(hw, LED_CTL_RX); in _rtl_usb_rx_process_agg() 493 rtlpriv->cfg->ops->led_control(hw, LED_CTL_RX); in _rtl_usb_rx_process_noagg() 954 rtlpriv->cfg->ops->led_control(hw, LED_CTL_TX); in _rtl_usb_tx_preprocess()
|
D | pci.c | 838 rtlpriv->cfg->ops->led_control(hw, LED_CTL_RX); in _rtl_pci_rx_interrupt() 1664 rtlpriv->cfg->ops->led_control(hw, LED_CTL_TX); in rtl_pci_tx() 1855 rtlpriv->cfg->ops->led_control(hw, LED_CTL_POWER_OFF); in rtl_pci_stop()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 1585 rtlpriv->cfg->ops->led_control(hw, in _rtl8723e_phy_set_rf_power_state() 1588 rtlpriv->cfg->ops->led_control(hw, in _rtl8723e_phy_set_rf_power_state() 1600 rtlpriv->cfg->ops->led_control(hw, in _rtl8723e_phy_set_rf_power_state() 1603 rtlpriv->cfg->ops->led_control(hw, in _rtl8723e_phy_set_rf_power_state()
|
D | sw.c | 219 .led_control = rtl8723e_led_control,
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | sw.c | 216 .led_control = rtl92de_led_control,
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | sw.c | 223 .led_control = rtl8723be_led_control,
|
D | phy.c | 2539 rtlpriv->cfg->ops->led_control(hw, LED_CTL_LINK); in _rtl8723be_phy_set_rf_power_state() 2541 rtlpriv->cfg->ops->led_control(hw, LED_CTL_NO_LINK); in _rtl8723be_phy_set_rf_power_state() 2583 rtlpriv->cfg->ops->led_control(hw, in _rtl8723be_phy_set_rf_power_state() 2586 rtlpriv->cfg->ops->led_control(hw, in _rtl8723be_phy_set_rf_power_state()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | sw.c | 226 .led_control = rtl88ee_led_control,
|
D | phy.c | 2193 rtlpriv->cfg->ops->led_control(hw, in _rtl88ee_phy_set_rf_power_state() 2196 rtlpriv->cfg->ops->led_control(hw, in _rtl88ee_phy_set_rf_power_state() 2234 rtlpriv->cfg->ops->led_control(hw, in _rtl88ee_phy_set_rf_power_state() 2237 rtlpriv->cfg->ops->led_control(hw, in _rtl88ee_phy_set_rf_power_state()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | sw.c | 215 .led_control = rtl92ee_led_control,
|
D | phy.c | 3075 rtlpriv->cfg->ops->led_control(hw, LED_CTL_LINK); in _rtl92ee_phy_set_rf_power_state() 3077 rtlpriv->cfg->ops->led_control(hw, LED_CTL_NO_LINK); in _rtl92ee_phy_set_rf_power_state() 3113 rtlpriv->cfg->ops->led_control(hw, in _rtl92ee_phy_set_rf_power_state() 3116 rtlpriv->cfg->ops->led_control(hw, in _rtl92ee_phy_set_rf_power_state()
|
/Linux-v6.1/drivers/net/phy/ |
D | at803x.c | 318 u16 led_control; member 422 context->led_control = phy_read(phydev, AT803X_LED_CONTROL); in at803x_context_save() 434 phy_write(phydev, AT803X_LED_CONTROL, context->led_control); in at803x_context_restore()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | sw.c | 265 .led_control = rtl8821ae_led_control,
|
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils_fw2x.c | 725 .led_control = aq_fw2x_led_control,
|