| /linux/sound/soc/codecs/ |
| H A D | adau17x1.h | 42 void (*switch_mode)(struct device *dev); member 60 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
|
| H A D | adau1781.h | 18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
| H A D | adau1761.h | 18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
| H A D | adau1977.h | 23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
|
| H A D | adau1372.c | 28 void (*switch_mode)(struct device *dev); member 803 if (adau1372->switch_mode) in adau1372_set_power() 804 adau1372->switch_mode(adau1372->dev); in adau1372_set_power() 935 void (*switch_mode)(struct device *dev)) in adau1372_probe() 958 adau1372->switch_mode = switch_mode; in adau1372_probe()
|
| H A D | src4xxx.h | 110 void (*switch_mode)(struct device *dev));
|
| H A D | adau1781.c | 480 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe() 496 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
|
| H A D | adau1761.c | 978 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe() 992 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
|
| /linux/Documentation/networking/devlink/ |
| H A D | am65-nuss-cpsw-switch.rst | 23 * - ``switch_mode``
|
| H A D | ti-cpsw-switch.rst | 28 * - ``switch_mode``
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_ctx.c | 888 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info() 927 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
|
| H A D | qlcnic_sriov_pf.c | 548 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
|
| H A D | qlcnic_sriov_common.c | 524 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
|
| H A D | qlcnic_83xx_init.c | 2257 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
|
| H A D | qlcnic_main.c | 1288 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
|
| H A D | qlcnic_83xx_hw.c | 2396 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info() 2447 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16; in qlcnic_83xx_get_nic_info()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_prueth.c | 2310 prueth->is_switchmode_supported = prueth->pdata.switch_mode; in prueth_probe() 2558 .switch_mode = 1, 2565 .switch_mode = 1,
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 841 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
|
| H A D | xgbe-mdio.c | 234 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
|
| H A D | xgbe-phy-v2.c | 3746 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_type.h | 204 u32 switch_mode; member
|
| H A D | i40e_main.c | 6535 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode() 6539 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local 6541 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode() 6542 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode() 6546 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode() 10497 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()
|
| H A D | i40e_common.c | 2675 p->switch_mode = number; in i40e_parse_discover_capabilities()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | core.h | 4827 void (*switch_mode)(struct rtw89_dev *rtwdev, bool low_power); member 7936 rtwdev->hci.ops->switch_mode(rtwdev, low_power); in rtw89_hci_switch_mode()
|
| H A D | pci.c | 4732 .switch_mode = rtw89_pci_ops_switch_mode,
|