Home
last modified time | relevance | path

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

12

/linux/sound/soc/codecs/
A Dadau17x1.h41 void (*switch_mode)(struct device *dev); member
59 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
A Dadau1977.c125 void (*switch_mode)(struct device *dev); member
424 if (adau1977->switch_mode) in adau1977_power_enable()
425 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable()
900 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
916 adau1977->switch_mode = switch_mode; in adau1977_probe()
A Dadau17x1.c978 if (adau->switch_mode) in adau17x1_resume()
979 adau->switch_mode(component->dev); in adau17x1_resume()
1038 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
1076 adau->switch_mode = switch_mode; in adau17x1_probe()
1096 if (switch_mode) in adau17x1_probe()
1097 switch_mode(dev); in adau17x1_probe()
A Dadau1372.c30 void (*switch_mode)(struct device *dev); member
796 if (adau1372->switch_mode) in adau1372_set_power()
797 adau1372->switch_mode(adau1372->dev); in adau1372_set_power()
913 void (*switch_mode)(struct device *dev)) in adau1372_probe()
936 adau1372->switch_mode = switch_mode; in adau1372_probe()
A Dadau1372.h17 void (*switch_mode)(struct device *dev));
A Dadau1761.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
A Dadau1781.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
A Dadau1977.h23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
A Dadau1781.c481 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe()
497 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
A Dadau1761.c904 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe()
918 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
/linux/Documentation/networking/device_drivers/ethernet/ti/
A Dam65_nuss_cpsw_switchdev.rst35 "switch_mode" to 1/true::
38 name switch_mode value true cmode runtime
56 name switch_mode value true cmode runtime
A Dcpsw_switchdev.rst47 name switch_mode type driver-specific
85 "switch_mode" to 1/true::
88 name switch_mode value 1 cmode runtime
106 name switch_mode value 1 cmode runtime
/linux/Documentation/networking/devlink/
A Dam65-nuss-cpsw-switch.rst23 * - ``switch_mode``
A Dti-cpsw-switch.rst28 * - ``switch_mode``
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_ctx.c882 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info()
921 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
A Dqlcnic.h505 u16 switch_mode; member
1190 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member
1229 u16 switch_mode; member
A Dqlcnic_sriov_pf.c548 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
A Dqlcnic_83xx_init.c2261 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
A Dqlcnic_sriov_common.c521 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
A Dqlcnic_main.c1294 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-phy-v1.c840 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
A Dxgbe.h867 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
A Dxgbe-mdio.c331 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_type.h247 u32 switch_mode; member
A Di40e_main.c6244 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode()
6248 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local
6250 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode()
6251 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode()
6255 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode()
10228 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()

Completed in 96 milliseconds

12