/third_party/pulseaudio/src/pulsecore/ |
H A D | core-format.c | 30 bool set_rate, bool set_channels) { in pa_format_info_from_sample_spec2() 44 if (set_channels) { in pa_format_info_from_sample_spec2() 29 pa_format_info_from_sample_spec2(const pa_sample_spec *ss, const pa_channel_map *map, bool set_format, bool set_rate, bool set_channels) pa_format_info_from_sample_spec2() argument
|
H A D | core-format.h | 28 * false for set_format, set_rate and set_channels as appropriate, then those 39 bool set_rate, bool set_channels);
|
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | control.h | 32 int (*set_channels)(struct control_runtime *rt, int n_analog_out, member
|
H A D | pcm.c | 92 ret = ctrl_rt->set_channels(ctrl_rt, OUT_N_CHANNELS, IN_N_CHANNELS, in usb6fire_pcm_set_rate()
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | control.h | 32 int (*set_channels)(struct control_runtime *rt, int n_analog_out, member
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | channels.c | 133 if (!ops->get_channels || !ops->set_channels) in ethnl_set_channels() 212 ret = dev->ethtool_ops->set_channels(dev, &channels); in ethnl_set_channels()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | channels.c | 106 return ops->get_channels && ops->set_channels ? 1 : -EOPNOTSUPP; in ethnl_set_channels_validate() 195 ret = dev->ethtool_ops->set_channels(dev, &channels); in ethnl_set_channels()
|
/third_party/ffmpeg/libavformat/ |
H A D | mvdec.c | 108 static int set_channels(AVFormatContext *avctx, AVStream *st, int channels) in set_channels() function 160 return set_channels(avctx, st, var_read_int(pb, size)); in parse_audio_var() 382 if (set_channels(avctx, ast, avio_rb32(pb)) < 0) in mv_read_header()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ethtool.c | 223 .set_channels = mlx5i_set_channels,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 201 .set_channels = emac_set_channels,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ethtool.c | 282 .set_channels = mlx5i_set_channels,
|
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | ethtool.c | 163 .set_channels = nsim_set_channels,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ethtool.h | 364 * @set_channels: Set number of channels. Returns a negative error code or 474 int (*set_channels)(struct net_device *, struct ethtool_channels *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_ethtool.c | 330 .set_channels = mana_set_channels,
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ethtool.py | 179 if args.set_channels:
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 711 .set_channels = otx2_set_channels, 810 .set_channels = otx2_set_channels,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 532 .set_channels = gve_set_channels,
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_ethtool.c | 532 .set_channels = qeth_set_channels,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ethtool.h | 707 * @set_channels: Set number of channels. Returns a negative error code or 857 int (*set_channels)(struct net_device *, struct ethtool_channels *); member
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_ethtool.c | 458 .set_channels = qeth_set_channels,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rep.c | 345 .set_channels = mlx5e_rep_set_channels, 364 .set_channels = mlx5e_rep_set_channels,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 1330 .set_channels = otx2_set_channels, 1453 .set_channels = otx2_set_channels,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 587 int (*set_channels)(struct hnae3_handle *handle, u32 new_tqps_num, member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 1090 .set_channels = iavf_set_channels,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 847 .set_channels = xgbe_set_channels,
|