/linux-4.4.14/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.4.14/sound/oss/ |
D | sb_audio.c | 941 .set_channels = sb1_audio_set_channels 957 .set_channels = sb1_audio_set_channels 973 .set_channels = sb1_audio_set_channels 989 .set_channels = sbpro_audio_set_channels 1005 .set_channels = sbpro_audio_set_channels 1022 .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.4.14/include/linux/ |
D | ethtool.h | 266 int (*set_channels)(struct net_device *, struct ethtool_channels *); member
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 695 .set_channels = nicvf_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 867 .set_channels = mlx5e_set_channels,
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 1198 if (!dev->ethtool_ops->set_channels) in ethtool_set_channels() 1204 return dev->ethtool_ops->set_channels(dev, &channels); in ethtool_set_channels()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 993 .set_channels = netvsc_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 1137 .set_channels = bnxt_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 1244 .set_channels = fm10k_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1327 .set_channels = be_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3636 .set_channels = bnx2x_set_channels, 3662 .set_channels = bnx2x_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1836 .set_channels = qlcnic_set_channels,
|
/linux-4.4.14/drivers/net/ |
D | virtio_net.c | 1385 .set_channels = virtnet_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 2027 .set_channels = mlx4_en_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 2787 .set_channels = i40e_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3072 .set_channels = igb_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 3214 .set_channels = ixgbe_set_channels,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 7827 .set_channels = bnx2_set_channels,
|
D | tg3.c | 14141 .set_channels = tg3_set_channels,
|