/linux/sound/soc/codecs/ |
A D | adau17x1.h | 41 void (*switch_mode)(struct device *dev); member 59 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
|
A D | adau1977.c | 125 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 D | adau17x1.c | 978 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 D | adau1372.c | 30 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 D | adau1372.h | 17 void (*switch_mode)(struct device *dev));
|
A D | adau1761.h | 18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
A D | adau1781.h | 18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
A D | adau1977.h | 23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
|
A D | adau1781.c | 481 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 D | adau1761.c | 904 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 D | am65_nuss_cpsw_switchdev.rst | 35 "switch_mode" to 1/true:: 38 name switch_mode value true cmode runtime 56 name switch_mode value true cmode runtime
|
A D | cpsw_switchdev.rst | 47 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 D | am65-nuss-cpsw-switch.rst | 23 * - ``switch_mode``
|
A D | ti-cpsw-switch.rst | 28 * - ``switch_mode``
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
A D | qlcnic_ctx.c | 882 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 D | qlcnic.h | 505 u16 switch_mode; member 1190 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member 1229 u16 switch_mode; member
|
A D | qlcnic_sriov_pf.c | 548 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
|
A D | qlcnic_83xx_init.c | 2261 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
|
A D | qlcnic_sriov_common.c | 521 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
|
A D | qlcnic_main.c | 1294 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-phy-v1.c | 840 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
|
A D | xgbe.h | 867 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
|
A D | xgbe-mdio.c | 331 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_type.h | 247 u32 switch_mode; member
|
A D | i40e_main.c | 6244 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()
|