Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dadau17x1.h41 void (*switch_mode)(struct device *dev); member
59 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
H A Dadau17x1.c969 if (adau->switch_mode) in adau17x1_resume()
970 adau->switch_mode(component->dev); in adau17x1_resume()
1029 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
1067 adau->switch_mode = switch_mode; in adau17x1_probe()
1087 if (switch_mode) in adau17x1_probe()
1088 switch_mode(dev); in adau17x1_probe()
H A Dadau1977.c124 void (*switch_mode)(struct device *dev); member
425 if (adau1977->switch_mode) in adau1977_power_enable()
426 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable()
904 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
920 adau1977->switch_mode = switch_mode; in adau1977_probe()
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 Dadau1781.c481 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1781_probe()
497 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
H A Dadau1761.c904 enum adau17x1_type type, void (*switch_mode)(struct device *dev)) in adau1761_probe()
918 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
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
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Dti-cpsw-switch.rst28 * - ``switch_mode``
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.h99 int (*switch_mode) (ClientPtr client, DeviceIntPtr dev, int mode); member
H A Dxf86Xinput.c410 if (pInfo->switch_mode) { in SetDeviceMode()
411 return (*pInfo->switch_mode) (client, dev, mode); in SetDeviceMode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c882 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info()
921 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.c521 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0012-Support-setting-output-flow-direction.patch202 if (!output->switch_mode)
H A D0028-backend-drm-Add-dummy-output-when-no-screens-connect.patch253 + output->base.switch_mode = NULL;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0013-Support-setting-output-flow-direction.patch202 if (!output->switch_mode)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0013-Support-setting-output-flow-direction.patch202 if (!output->switch_mode)
/OK3568_Linux_fs/kernel/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.h867 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c331 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h247 u32 switch_mode; member

12