/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | virtio_rpmsg_bus.c | 262 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_create_channel() local 263 struct virtproc_info *vrp = vch->vrp; in virtio_rpmsg_create_channel() 271 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_release_channel() local 272 struct virtproc_info *vrp = vch->vrp; in virtio_rpmsg_release_channel() 282 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_create_ept() local 284 return __rpmsg_create_ept(vch->vrp, rpdev, cb, priv, chinfo.src); in virtio_rpmsg_create_ept() 315 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(ept->rpdev); in virtio_rpmsg_destroy_ept() local 317 __rpmsg_destroy_ept(vch->vrp, ept); in virtio_rpmsg_destroy_ept() 322 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_announce_create() local 323 struct virtproc_info *vrp = vch in virtio_rpmsg_announce_create() 346 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); virtio_rpmsg_announce_destroy() local 379 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); virtio_rpmsg_release_device() local 393 struct virtio_rpmsg_channel *vch; __rpmsg_create_channel() local 557 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); rpmsg_send_offchannel_raw() local 704 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); virtio_rpmsg_get_mtu() local 834 struct virtio_rpmsg_channel *vch; rpmsg_virtio_add_ctrl_dev() local 875 struct virtio_rpmsg_channel *vch = NULL; rpmsg_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | virtio_rpmsg_bus.c | 293 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_create_ept() local 295 return __rpmsg_create_ept(vch->vrp, rpdev, cb, priv, chinfo.src); in virtio_rpmsg_create_ept() 326 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(ept->rpdev); in virtio_rpmsg_destroy_ept() local 328 __rpmsg_destroy_ept(vch->vrp, ept); in virtio_rpmsg_destroy_ept() 333 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_announce_create() local 334 struct virtproc_info *vrp = vch->vrp; in virtio_rpmsg_announce_create() 357 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_announce_destroy() local 358 struct virtproc_info *vrp = vch->vrp; in virtio_rpmsg_announce_destroy() 388 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); in virtio_rpmsg_release_device() local 391 kfree(vch); in virtio_rpmsg_release_device() 402 struct virtio_rpmsg_channel *vch; rpmsg_create_channel() local 565 struct virtio_rpmsg_channel *vch = to_virtio_rpmsg_channel(rpdev); rpmsg_send_offchannel_raw() local [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | mxs-lradc-ts.c | 97 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() argument 100 writel(LRADC_CTRL4_LRADCSELECT_MASK(vch), in mxs_lradc_map_ts_channel() 102 writel(LRADC_CTRL4_LRADCSELECT(vch, ch), in mxs_lradc_map_ts_channel()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | mxs-lradc-ts.c | 97 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() argument 100 writel(LRADC_CTRL4_LRADCSELECT_MASK(vch), in mxs_lradc_map_ts_channel() 102 writel(LRADC_CTRL4_LRADCSELECT(vch, ch), in mxs_lradc_map_ts_channel()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_ethtool.c | 539 int ret, *ch, vch; in cpsw_update_channels_res() local 552 vch = rx ? *ch : 7 - *ch; in cpsw_update_channels_res() 553 vec[*ch].ch = cpdma_chan_create(cpsw->dma, vch, handler, rx); in cpsw_update_channels_res()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | cpsw_ethtool.c | 541 int ret, *ch, vch; in cpsw_update_channels_res() local 554 vch = rx ? *ch : 7 - *ch; in cpsw_update_channels_res() 555 vec[*ch].ch = cpdma_chan_create(cpsw->dma, vch, handler, rx); in cpsw_update_channels_res()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ab8500_charger.c | 484 int vch, ret; in ab8500_charger_get_ac_voltage() local 488 ret = iio_read_channel_processed(di->adc_main_charger_v, &vch); in ab8500_charger_get_ac_voltage() 492 vch = 0; in ab8500_charger_get_ac_voltage() 494 return vch; in ab8500_charger_get_ac_voltage() 535 int vch, ret; in ab8500_charger_get_vbus_voltage() local 539 ret = iio_read_channel_processed(di->adc_vbus_v, &vch); in ab8500_charger_get_vbus_voltage() 543 vch = 0; in ab8500_charger_get_vbus_voltage() 545 return vch; in ab8500_charger_get_vbus_voltage()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_charger.c | 486 int vch, ret; in ab8500_charger_get_ac_voltage() local 490 ret = iio_read_channel_processed(di->adc_main_charger_v, &vch); in ab8500_charger_get_ac_voltage() 494 vch = 0; in ab8500_charger_get_ac_voltage() 497 return vch * 1000; in ab8500_charger_get_ac_voltage() 538 int vch, ret; in ab8500_charger_get_vbus_voltage() local 542 ret = iio_read_channel_processed(di->adc_vbus_v, &vch); in ab8500_charger_get_vbus_voltage() 546 vch = 0; in ab8500_charger_get_vbus_voltage() 549 return vch * 1000; in ab8500_charger_get_vbus_voltage()
|
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | echoaudio.c | 1353 short vch, out; in snd_echo_vmixer_put() local 1358 vch = ucontrol->id.index % num_pipes_out(chip); in snd_echo_vmixer_put() 1362 if (chip->vmixer_gain[out][vch] != ucontrol->value.integer.value[0]) { in snd_echo_vmixer_put() 1364 set_vmixer_gain(chip, out, vch, ucontrol->value.integer.value[0]); in snd_echo_vmixer_put()
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | echoaudio.c | 1370 short vch, out; in snd_echo_vmixer_put() local 1375 vch = ucontrol->id.index % num_pipes_out(chip); in snd_echo_vmixer_put() 1379 if (chip->vmixer_gain[out][vch] != ucontrol->value.integer.value[0]) { in snd_echo_vmixer_put() 1381 set_vmixer_gain(chip, out, vch, ucontrol->value.integer.value[0]); in snd_echo_vmixer_put()
|