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

12

/linux-master/sound/soc/codecs/
H A Dadau1781.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
H A Dadau1761.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
H A Dadau1372.h17 void (*switch_mode)(struct device *dev));
H A Dadau1977.h23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
H A Dadau17x1.h42 void (*switch_mode)(struct device *dev); member in struct:adau
60 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
H A Dsrc4xxx.h110 void (*switch_mode)(struct device *dev));
H A Dadau17x1.c989 if (adau->switch_mode)
990 adau->switch_mode(component->dev);
1049 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
1086 adau->switch_mode = switch_mode;
1106 if (switch_mode)
1107 switch_mode(dev);
H A Dadau1781.c480 enum adau17x1_type type, void (*switch_mode)(struct device *dev))
496 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name);
H A Dadau1977.c125 void (*switch_mode)(struct device *dev); member in struct:adau1977
424 if (adau1977->switch_mode)
425 adau1977->switch_mode(adau1977->dev);
899 enum adau1977_type type, void (*switch_mode)(struct device *dev))
915 adau1977->switch_mode = switch_mode;
H A Dadau1372.c28 void (*switch_mode)(struct device *dev); member in struct:adau1372
796 if (adau1372->switch_mode)
797 adau1372->switch_mode(adau1372->dev);
916 void (*switch_mode)(struct device *dev))
939 adau1372->switch_mode = switch_mode;
H A Dadau1761.c977 enum adau17x1_type type, void (*switch_mode)(struct device *dev))
991 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name);
H A Dsrc4xxx.c416 void (*switch_mode)(struct device *dev))
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c888 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode);
927 nic_info->switch_mode = cpu_to_le16(nic->switch_mode);
H A Dqlcnic.h505 u16 switch_mode; member in struct:qlcnic_hardware_context
1190 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member in struct:qlcnic_info_le
1229 u16 switch_mode; member in struct:qlcnic_info
H A Dqlcnic_sriov_pf.c548 ahw->switch_mode = nic_info.switch_mode;
H A Dqlcnic_sriov_common.c523 ahw->switch_mode = nic_info.switch_mode;
H A Dqlcnic_83xx_init.c2261 ahw->switch_mode = nic_info.switch_mode;
H A Dqlcnic_main.c1294 adapter->ahw->switch_mode = nic_info.switch_mode;
H A Dqlcnic_83xx_hw.c2394 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16);
2445 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v1.c840 phy_impl->switch_mode = xgbe_phy_switch_mode;
H A Dxgbe.h900 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member in struct:xgbe_phy_impl_if
H A Dxgbe-mdio.c343 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata));
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h204 u32 switch_mode; member in struct:i40e_hw_capabilities
H A Di40e_main.c6523 if (hw->dev_caps.switch_mode) {
6527 u32 switch_mode = hw->dev_caps.switch_mode & local
6529 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) {
6530 if (switch_mode == I40E_CLOUD_FILTER_MODE2)
6533 "Invalid switch_mode (%d), only non-tunneled mode for cloud filter is supported\n",
6534 hw->dev_caps.switch_mode);
10495 "switch_mode=0x%04x, function_valid=0x%08x\n",
10496 pf->hw.dev_caps.switch_mode,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h3175 void (*switch_mode)(struct rtw89_dev *rtwdev, bool low_power); member in struct:rtw89_hci_ops
5181 rtwdev->hci.ops->switch_mode(rtwdev, low_power);

Completed in 563 milliseconds

12