Home
last modified time | relevance | path

Searched refs:cmv (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/usb/atm/
H A Dueagle-atm.c488 struct cmv_e1 cmv; member
499 struct cmv_e4 cmv; member
1163 sizeof(cmv), &cmv); in uea_cmv_e1()
1178 memset(&cmv, 0, sizeof(cmv)); in uea_cmv_e4()
1198 sizeof(cmv), &cmv); in uea_cmv_e4()
1967 struct cmv_e1 *cmv = &intr->u.e1.s2.cmv; in uea_dispatch_cmv_e1() local
2021 le16_to_cpu(cmv->wPreamble), cmv->bDirection); in uea_dispatch_cmv_e1()
2029 struct cmv_e4 *cmv = &intr->u.e4.s2.cmv; in uea_dispatch_cmv_e4() local
2033 be16_to_cpu(cmv->wGroup), be16_to_cpu(cmv->wFunction), in uea_dispatch_cmv_e4()
2034 be16_to_cpu(cmv->wOffset), be16_to_cpu(cmv->wAddress), in uea_dispatch_cmv_e4()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dux500-msp.txt41 stericsson,earpeice-cmv = <950>; /* Units in mV. */
H A Dux500-mop500.txt38 stericsson,earpeice-cmv = <950>; /* Units in mV. */
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-ab8505.dtsi235 stericsson,earpeice-cmv = <950>; /* Units in mV. */
H A Dste-ab8500.dtsi284 stericsson,earpeice-cmv = <950>; /* Units in mV. */
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h216 uint32_t cmv : 1; /* Configure Max VPIs */ member
232 uint32_t cmv : 1; /* Configure Max VPIs */
H A Dlpfc_mbox.c1363 phba->vpd.sli3Feat.cmv) { in lpfc_config_port()
1365 mb->un.varCfgPort.cmv = 1; in lpfc_config_port()
H A Dlpfc_hw.h3455 uint32_t cmv : 1; /* Configure Max VPIs */ member
3471 uint32_t cmv : 1; /* Configure Max VPIs */ member
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dstericsson,ab8500.yaml315 stericsson,earpeice-cmv:
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch23725 + const ColMv * cmv = NULL;
23753 + cmv = col->L + 0;
23757 + cmv = col->L + 1;
23762 + if (cmv == NULL || COL_POC_IS_LT(cmv->poc) != cur_lt)
23764 + cmv = NULL;
23776 + cmv = col->L + 0;
23785 + if (cmv == NULL || cur_lt != COL_POC_IS_LT(cmv->poc))
23795 + cmv->xy :
23796 + mv_scale_xy(cmv->xy, COL_POC_DIFF(col_poc, cmv->poc), s->poc - ref_poc);
23799 + return cmv != NULL;
[all …]