Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 49) sorted by relevance

12

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c42 .versions = MFC_V6_BIT | MFC_V7_BIT,
50 .versions = MFC_V5_BIT,
58 .versions = MFC_V6_BIT | MFC_V7_BIT | MFC_V8_BIT,
66 .versions = MFC_V6_BIT | MFC_V7_BIT | MFC_V8_BIT,
74 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
83 .versions = MFC_V6_BIT | MFC_V7_BIT | MFC_V8_BIT,
91 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
100 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
109 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
118 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
[all …]
Ds5p_mfc_enc.c45 .versions = MFC_V6_BIT | MFC_V7_BIT,
53 .versions = MFC_V5_BIT,
61 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
70 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
79 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
88 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
97 .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
106 .versions = MFC_V7_BIT | MFC_V8_BIT,
965 else if ((dev->variant->version_bit & formats[i].versions) == 0) in vidioc_enum_fmt()
1044 if ((dev->variant->version_bit & fmt->versions) == 0) { in vidioc_try_fmt()
[all …]
Ds5p_mfc_common.h676 u32 versions; member
/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y70 char *versions; variable
1969 if (versions != NULL) in add_version()
1970 oldlen = strlen(versions); in add_version()
1971 versions = realloc(versions, newlen + oldlen + 2); in add_version()
1972 if (versions == NULL) in add_version()
1974 strcpy(&versions[oldlen], prefix); in add_version()
1975 strcpy(&versions[oldlen + strlen(prefix)], verstring); in add_version()
1976 versions[newlen + oldlen] = '\n'; in add_version()
1977 versions[newlen + oldlen + 1] = '\0'; in add_version()
Daicasm.h84 extern char *versions;
Daicasm_symbol.c344 versions); in aic_print_file_prologue()
Daicasm.c363 "%s */\n", versions); in output_code()
/drivers/gpu/drm/radeon/
DKconfig8 enable this only if you have ancient versions of the DDX drivers.
/drivers/misc/cb710/
DKconfig6 reader found in some laptops (ie. some versions of HP Compaq nx9500).
/drivers/net/wireless/ath/ath5k/
DKconfig14 Currently the following chip versions are supported:
/drivers/net/plip/
DKconfig33 with the PLIP support in Linux versions 1.0.x. This option enlarges
/drivers/isdn/gigaset/
DKconfig9 and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
/drivers/input/tablet/
DKconfig81 E.g. serial versions of the Cintiq, Graphire or Penpartner.
/drivers/atm/
DKconfig44 Power155 155 Mbps ATM adapters. Both, the versions with 512KB and
46 and the FPGA and the ASIC Tonga versions of the board are supported.
385 cards. It simultaneously supports the 155 and 622 versions.
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1435 void lustre_msg_set_versions(struct lustre_msg *msg, __u64 *versions) in lustre_msg_set_versions() argument
1443 pb->pb_pre_versions[0] = versions[0]; in lustre_msg_set_versions()
1444 pb->pb_pre_versions[1] = versions[1]; in lustre_msg_set_versions()
1445 pb->pb_pre_versions[2] = versions[2]; in lustre_msg_set_versions()
1446 pb->pb_pre_versions[3] = versions[3]; in lustre_msg_set_versions()
Dclient.c1177 __u64 *versions = lustre_msg_get_versions(repmsg); in ptlrpc_save_versions() local
1182 LASSERT(versions); in ptlrpc_save_versions()
1183 lustre_msg_set_versions(reqmsg, versions); in ptlrpc_save_versions()
1185 versions[0], versions[1]); in ptlrpc_save_versions()
/drivers/mtd/ubi/
DKconfig64 format for fastmap may change in the next kernel versions
/drivers/isdn/hisax/
DKconfig171 versions passive ISDN cards.
181 This enables HiSax support for the AsusCom and their OEM versions
/drivers/net/wireless/orinoco/
DKconfig141 This driver is for USB versions of the Agere Orinoco card.
/drivers/gpu/drm/
DKconfig116 are both PCI and AGP versions. You don't need to choose this to
/drivers/usb/gadget/udc/
DKconfig22 # - licensed IP used in both SOC and discrete versions
230 # Controllers available in both integrated and discrete versions
/drivers/usb/gadget/
DKconfig312 older versions of Windows.
315 as the "driver info file". For versions of MS-Windows older than
/drivers/tty/vt/
Dcp437.uni5 # Latin characters should replaced with their nonaccented versions,
/drivers/staging/speakup/
Dspkguide.txt746 Recent versions of Speakup provide two additional ways to control the
1120 early versions of this project.
1149 initial versions of this script, and we would also like to thank him for
1362 from that of the Document, and from those of previous versions
1391 the network locations given in the Document for previous versions
1441 versions, provided that you include in the combination all of the
1503 original versions of these Invariant Sections. You may include a
1506 the original English version of this License and the original versions
1530 The Free Software Foundation may publish new, revised versions
1532 versions will be similar in spirit to the present version, but may
/drivers/media/radio/
DKconfig94 There are 2 versions of this device, this driver is for version 1,
111 There are 2 versions of this device, this driver is for version 2,

12