Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dadau17x1.h41 void (*switch_mode)(struct device *dev); member
59 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
Dadau17x1.c951 if (adau->switch_mode) in adau17x1_resume()
952 adau->switch_mode(component->dev); in adau17x1_resume()
961 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
999 adau->switch_mode = switch_mode; in adau17x1_probe()
1014 if (switch_mode) in adau17x1_probe()
1015 switch_mode(dev); in adau17x1_probe()
Dadau1977.c125 void (*switch_mode)(struct device *dev); member
426 if (adau1977->switch_mode) in adau1977_power_enable()
427 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable()
903 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
919 adau1977->switch_mode = switch_mode; in adau1977_probe()
Dadau1761.h19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
Dadau1781.h19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
Dadau1977.h24 enum adau1977_type type, void (*switch_mode)(struct device *dev));
Dadau1781.c482 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe()
498 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
Dadau1761.c775 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe()
789 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c883 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info()
922 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
Dqlcnic.h506 u16 switch_mode; member
1196 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member
1235 u16 switch_mode; member
Dqlcnic_sriov_pf.c549 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
Dqlcnic_83xx_init.c2279 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
Dqlcnic_sriov_common.c520 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
Dqlcnic_main.c1317 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
Dqlcnic_83xx_hw.c2391 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info()
2442 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16; in qlcnic_83xx_get_nic_info()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v1.c840 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
Dxgbe.h868 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
Dxgbe-mdio.c331 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
Dxgbe-phy-v2.c3368 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_type.h228 u32 switch_mode; member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_type.h258 u32 switch_mode; member
Di40e_main.c5971 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode()
5975 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local
5977 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode()
5978 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode()
5982 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode()
9007 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()
Di40e_common.c3229 p->switch_mode = number; in i40e_parse_discover_capabilities()