/Linux-v4.19/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 | 951 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()
|
D | adau1977.c | 125 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()
|
D | adau1761.h | 19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
D | adau1781.h | 19 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
D | adau1977.h | 24 enum adau1977_type type, void (*switch_mode)(struct device *dev));
|
D | adau1781.c | 482 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()
|
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-v4.19/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_83xx_init.c | 2279 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
|
D | qlcnic_sriov_common.c | 520 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
|
D | qlcnic_main.c | 1317 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-v4.19/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 | 3368 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 228 u32 switch_mode; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 258 u32 switch_mode; member
|
D | i40e_main.c | 5971 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()
|
D | i40e_common.c | 3229 p->switch_mode = number; in i40e_parse_discover_capabilities()
|