| /Linux-v5.4/sound/soc/codecs/ | 
| D | adau17x1.h | 41 	void (*switch_mode)(struct device *dev);  member 59 	enum adau17x1_type type, void (*switch_mode)(struct device *dev),
  | 
| D | adau17x1.c | 969 	if (adau->switch_mode)  in adau17x1_resume() 970 		adau->switch_mode(component->dev);  in adau17x1_resume() 1029 	enum adau17x1_type type, void (*switch_mode)(struct device *dev),  in adau17x1_probe() 1067 	adau->switch_mode = switch_mode;  in adau17x1_probe() 1087 	if (switch_mode)  in adau17x1_probe() 1088 		switch_mode(dev);  in adau17x1_probe()
  | 
| D | adau1761.h | 18 	enum adau17x1_type type, void (*switch_mode)(struct device *dev));
  | 
| D | adau1781.h | 18 	enum adau17x1_type type, void (*switch_mode)(struct device *dev));
  | 
| D | adau1977.c | 124 	void (*switch_mode)(struct device *dev);  member 425 	if (adau1977->switch_mode)  in adau1977_power_enable() 426 		adau1977->switch_mode(adau1977->dev);  in adau1977_power_enable() 904 	enum adau1977_type type, void (*switch_mode)(struct device *dev))  in adau1977_probe() 920 	adau1977->switch_mode = switch_mode;  in adau1977_probe()
  | 
| D | adau1977.h | 23 	enum adau1977_type type, void (*switch_mode)(struct device *dev));
  | 
| 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()
  | 
| D | adau1761.c | 775 	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-v5.4/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_ctx.c | 883 		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()
  | 
| D | qlcnic.h | 506 	u16 switch_mode;  member 1196 	__le16	switch_mode;	/* 0 = disabled, 1 = int, 2 = ext */  member 1235 	u16	switch_mode;  member
  | 
| D | qlcnic_sriov_pf.c | 549 	ahw->switch_mode = nic_info.switch_mode;  in qlcnic_sriov_pf_init()
  | 
| D | qlcnic_sriov_common.c | 520 	ahw->switch_mode = nic_info.switch_mode;  in qlcnic_sriov_vf_init_driver()
  | 
| D | qlcnic_83xx_init.c | 2279 	ahw->switch_mode = nic_info.switch_mode;  in qlcnic_83xx_get_nic_configuration()
  | 
| D | qlcnic_main.c | 1318 	adapter->ahw->switch_mode = nic_info.switch_mode;  in qlcnic_initialize_nic()
  | 
| D | qlcnic_83xx_hw.c | 2391 	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-v5.4/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe-phy-v1.c | 840 	phy_impl->switch_mode		= xgbe_phy_switch_mode;  in xgbe_init_function_ptrs_phy_v1()
  | 
| D | xgbe.h | 868 	enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *);  member
  | 
| D | xgbe-mdio.c | 331 	xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata));  in xgbe_switch_mode()
  | 
| D | xgbe-phy-v2.c | 3374 	phy_impl->switch_mode		= xgbe_phy_switch_mode;  in xgbe_init_function_ptrs_phy_v2()
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_type.h | 264 	u32  switch_mode;  member
  | 
| D | i40e_main.c | 6086 	if (hw->dev_caps.switch_mode) {  in i40e_validate_and_set_switch_mode() 6090 		u32 switch_mode = hw->dev_caps.switch_mode &  in i40e_validate_and_set_switch_mode()  local 6092 		if (switch_mode >= I40E_CLOUD_FILTER_MODE1) {  in i40e_validate_and_set_switch_mode() 6093 			if (switch_mode == I40E_CLOUD_FILTER_MODE2)  in i40e_validate_and_set_switch_mode() 6097 				hw->dev_caps.switch_mode);  in i40e_validate_and_set_switch_mode() 9599 				 pf->hw.dev_caps.switch_mode,  in i40e_get_capabilities()
  | 
| D | i40e_common.c | 3219 			p->switch_mode = number;  in i40e_parse_discover_capabilities()
  |