Searched refs:vch (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/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->vrp; in virtio_rpmsg_announce_create() [all …]
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 1057 e7fb vch VRR_VVV0U0U
|