Home
last modified time | relevance | path

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

12

/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 Dadau1977.c125 void (*switch_mode)(struct device *dev); member
424 if (adau1977->switch_mode) in adau1977_power_enable()
425 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable()
899 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
915 adau1977->switch_mode = switch_mode; in adau1977_probe()
H A Dadau17x1.c989 if (adau->switch_mode) in adau17x1_resume()
990 adau->switch_mode(component->dev); in adau17x1_resume()
1049 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
1086 adau->switch_mode = switch_mode; in adau17x1_probe()
1106 if (switch_mode) in adau17x1_probe()
1107 switch_mode(dev); in adau17x1_probe()
H A Dadau1372.h17 void (*switch_mode)(struct device *dev));
H A Dadau1761.h18 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 Dadau1977.h23 enum adau1977_type type, void (*switch_mode)(struct device *dev));
H A Dadau1372.c28 void (*switch_mode)(struct device *dev); member
796 if (adau1372->switch_mode) in adau1372_set_power()
797 adau1372->switch_mode(adau1372->dev); in adau1372_set_power()
916 void (*switch_mode)(struct device *dev)) in adau1372_probe()
939 adau1372->switch_mode = switch_mode; in adau1372_probe()
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.c977 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe()
991 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
H A Dsrc4xxx.c416 void (*switch_mode)(struct device *dev)) in src4xxx_probe()
/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst35 "switch_mode" to 1/true::
38 name switch_mode value true cmode runtime
56 name switch_mode value true cmode runtime
H A Dcpsw_switchdev.rst47 name switch_mode type driver-specific
85 "switch_mode" to 1/true::
88 name switch_mode value 1 cmode runtime
106 name switch_mode value 1 cmode runtime
/linux/Documentation/networking/devlink/
H A Dam65-nuss-cpsw-switch.rst23 * - ``switch_mode``
H A Dti-cpsw-switch.rst28 * - ``switch_mode``
/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_sriov_common.c523 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
H A Dqlcnic_83xx_init.c2261 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v1.c840 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
H A Dxgbe.h900 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c343 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h204 u32 switch_mode; member

12