Searched refs:set_channels (Results 1 – 24 of 24) sorted by relevance
/linux-4.1.27/sound/usb/6fire/ |
D | control.h | 36 int (*set_channels)(struct control_runtime *rt, int n_analog_out, member
|
D | control.c | 568 rt->set_channels = usb6fire_control_set_channels; in usb6fire_control_init()
|
D | pcm.c | 96 ret = ctrl_rt->set_channels(ctrl_rt, OUT_N_CHANNELS, IN_N_CHANNELS, in usb6fire_pcm_set_rate()
|
/linux-4.1.27/sound/oss/ |
D | sb_audio.c | 945 .set_channels = sb1_audio_set_channels 961 .set_channels = sb1_audio_set_channels 977 .set_channels = sb1_audio_set_channels 993 .set_channels = sbpro_audio_set_channels 1009 .set_channels = sbpro_audio_set_channels 1026 .set_channels = sbpro_audio_set_channels,
|
D | audio.c | 469 val = audio_devs[dev]->d->set_channels(dev, val + 1) - 1; in audio_ioctl() 475 val = audio_devs[dev]->d->set_channels(dev, val); in audio_ioctl() 479 val = audio_devs[dev]->d->set_channels(dev, 0); in audio_ioctl() 550 nc = dsp_dev->d->set_channels(dev, 0); in reorganize_buffers()
|
D | dev_table.h | 190 short (*set_channels)(int dev, short channels); member
|
D | vidc.c | 397 .set_channels = vidc_audio_set_channels
|
D | dmabuf.c | 275 if (d->set_channels == NULL) in check_driver() 276 d->set_channels = default_set_channels; in check_driver() 319 adev->d->set_channels(dev, 1); in DMAbuf_open()
|
D | sb_ess.c | 732 .set_channels = ess_audio_set_channels
|
D | waveartist.c | 844 .set_channels = waveartist_set_channels
|
D | ad1848.c | 954 .set_channels = ad1848_set_channels
|
/linux-4.1.27/include/linux/ |
D | ethtool.h | 266 int (*set_channels)(struct net_device *, struct ethtool_channels *); member
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 1187 if (!dev->ethtool_ops->set_channels) in ethtool_set_channels() 1193 return dev->ethtool_ops->set_channels(dev, &channels); in ethtool_set_channels()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 1101 .set_channels = fm10k_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1321 .set_channels = be_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3593 .set_channels = bnx2x_set_channels, 3619 .set_channels = bnx2x_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1835 .set_channels = qlcnic_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 1998 .set_channels = mlx4_en_set_channels,
|
/linux-4.1.27/drivers/net/ |
D | virtio_net.c | 1381 .set_channels = virtnet_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 2579 .set_channels = i40e_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3059 .set_channels = igb_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 3156 .set_channels = ixgbe_set_channels,
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 7809 .set_channels = bnx2_set_channels,
|
D | tg3.c | 14141 .set_channels = tg3_set_channels,
|