/openbmc/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 | adau1977.c | 125 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 D | adau1372.h | 17 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 | adau1781.h | 18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
|
H A D | adau17x1.c | 989 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 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 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 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 | 977 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 D | src4xxx.c | 416 void (*switch_mode)(struct device *dev)) in src4xxx_probe()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | am65_nuss_cpsw_switchdev.rst | 35 "switch_mode" to 1/true:: 38 name switch_mode value true cmode runtime 56 name switch_mode value true cmode runtime
|
H A D | cpsw_switchdev.rst | 47 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
|
/openbmc/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``
|
/openbmc/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.h | 505 u16 switch_mode; member 1190 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member 1229 u16 switch_mode; member
|
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 | 523 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
|
H A D | qlcnic_83xx_init.c | 2261 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v1.c | 840 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
|
H A D | xgbe.h | 900 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
|
H A D | xgbe-mdio.c | 343 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_type.h | 209 u32 switch_mode; member
|