Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 23 of 23) sorted by relevance

/linux/sound/soc/codecs/
H A Dadau17x1.h42 void (*switch_mode)(struct device *dev); member
60 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
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 Dadau1977.h23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
H A Dsrc4xxx.h110 void (*switch_mode)(struct device *dev));
H A Dadau1781.c480 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 Dadau1761.c978 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 Dam65-nuss-cpsw-switch.rst23 * - ``switch_mode``
H A Dti-cpsw-switch.rst28 * - ``switch_mode``
/linux/drivers/hid/
H A Dhid-haptic.c201 static void switch_mode(struct hid_device *hdev, struct hid_haptic_device *haptic, in switch_mode() function
271 switch_mode(hdev, haptic, HID_HAPTIC_MODE_HOST); in hid_haptic_upload_effect()
349 switch_mode(hdev, haptic, HID_HAPTIC_MODE_DEVICE); in hid_haptic_erase()
360 switch_mode(hdev, haptic, HID_HAPTIC_MODE_DEVICE); in hid_haptic_erase()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c888 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 Dqlcnic.h505 u16 switch_mode; member
1190 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member
1229 u16 switch_mode; member
H A Dqlcnic_sriov_pf.c548 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
H A Dqlcnic_83xx_init.c2261 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
H A Dqlcnic_sriov_common.c524 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
H A Dqlcnic_main.c1288 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
H A Dqlcnic_83xx_hw.c2396 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/intel/i40e/
H A Di40e_type.h204 u32 switch_mode; member
H A Di40e_main.c6531 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode()
6535 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local
6537 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode()
6538 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode()
6542 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode()
10493 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()
H A Di40e_common.c2675 p->switch_mode = number; in i40e_parse_discover_capabilities()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dusb.c834 .switch_mode = rtw89_usb_ops_switch_mode,
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c234 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
H A Dxgbe-phy-v2.c3662 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()