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 Dadau1372.c29 void (*switch_mode)(struct device *dev); member
804 if (adau1372->switch_mode) in adau1372_set_power()
805 adau1372->switch_mode(adau1372->dev); in adau1372_set_power()
931 void (*switch_mode)(struct device *dev)) in adau1372_probe()
954 adau1372->switch_mode = switch_mode; in adau1372_probe()
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_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/ti/icssg/
H A Dicssg_prueth.c2310 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 Dxgbe.h841 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
H A Dxgbe-phy-v2.c3746 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h204 u32 switch_mode; member
H A Di40e_main.c6538 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode()
6542 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local
6544 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode()
6545 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode()
6549 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode()
10500 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()
H A Di40e_common.c2675 p->switch_mode = number; in i40e_parse_discover_capabilities()