Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 25 of 25) sorted by relevance

/linux/sound/soc/codecs/
H A Dadau17x1.h42 void (*switch_mode)(struct device *dev); member
60 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
H A Dadau1781.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
H A Dadau1761.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
H A Dadau1977.h23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
H A Dadau1372.c28 void (*switch_mode)(struct device *dev); member
803 if (adau1372->switch_mode) in adau1372_set_power()
804 adau1372->switch_mode(adau1372->dev); in adau1372_set_power()
935 void (*switch_mode)(struct device *dev)) in adau1372_probe()
958 adau1372->switch_mode = switch_mode; in adau1372_probe()
H A Dsrc4xxx.h110 void (*switch_mode)(struct device *dev));
H A Dadau1781.c480 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe()
496 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
H A Dadau1761.c978 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe()
992 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
/linux/Documentation/networking/devlink/
H A Dam65-nuss-cpsw-switch.rst23 * - ``switch_mode``
H A Dti-cpsw-switch.rst28 * - ``switch_mode``
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c888 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info()
927 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
H A Dqlcnic_sriov_pf.c548 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
H A Dqlcnic_sriov_common.c524 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
H A Dqlcnic_83xx_init.c2257 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
H A Dqlcnic_main.c1288 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
H A Dqlcnic_83xx_hw.c2396 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info()
2447 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16; in qlcnic_83xx_get_nic_info()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c2310 prueth->is_switchmode_supported = prueth->pdata.switch_mode; in prueth_probe()
2558 .switch_mode = 1,
2565 .switch_mode = 1,
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h841 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c234 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
H A Dxgbe-phy-v2.c3746 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h204 u32 switch_mode; member
H A Di40e_main.c6535 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode()
6539 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local
6541 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode()
6542 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode()
6546 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode()
10497 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()
H A Di40e_common.c2675 p->switch_mode = number; in i40e_parse_discover_capabilities()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h4827 void (*switch_mode)(struct rtw89_dev *rtwdev, bool low_power); member
7936 rtwdev->hci.ops->switch_mode(rtwdev, low_power); in rtw89_hci_switch_mode()
H A Dpci.c4732 .switch_mode = rtw89_pci_ops_switch_mode,