/linux-6.6.21/Documentation/userspace-api/media/v4l/ ! |
D | v4l2.rst | 107 :revision: 4.10 / 2016-07-15 (*rr*) 112 :revision: 4.5 / 2015-10-29 (*rr*) 119 :revision: 4.4 / 2015-05-26 (*ap*) 126 :revision: 4.1 / 2015-02-13 (*mcc*) 132 :revision: 3.19 / 2014-12-05 (*hv*) 142 :revision: 3.17 / 2014-08-04 (*lp, hv*) 148 :revision: 3.15 / 2014-02-03 (*hv, ap*) 156 :revision: 3.14 / 2013-11-25 (*rr*) 161 :revision: 3.11 / 2013-05-26 (*hv*) 166 :revision: 3.10 / 2013-03-25 (*hv*) [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ ! |
D | amdgpu_cgs.c | 256 if ((adev->pdev->revision == 0x81) && in amdgpu_cgs_get_firmware_info() 267 ((adev->pdev->revision == 0x81) || in amdgpu_cgs_get_firmware_info() 268 (adev->pdev->revision == 0x83))) || in amdgpu_cgs_get_firmware_info() 270 ((adev->pdev->revision == 0x83) || in amdgpu_cgs_get_firmware_info() 271 (adev->pdev->revision == 0x87))) || in amdgpu_cgs_get_firmware_info() 272 ((adev->pdev->revision == 0x87) && in amdgpu_cgs_get_firmware_info() 282 if (((adev->pdev->revision == 0x81) && in amdgpu_cgs_get_firmware_info() 287 ((adev->pdev->revision == 0x83) && in amdgpu_cgs_get_firmware_info() 296 if (((adev->pdev->revision == 0x81) && in amdgpu_cgs_get_firmware_info() 298 ((adev->pdev->revision == 0x83) && in amdgpu_cgs_get_firmware_info() [all …]
|
/linux-6.6.21/drivers/soc/nuvoton/ ! |
D | wpcm450-soc.c | 19 struct revision { struct 24 static const struct revision revisions[] __initconst = { argument 51 const char *revision; in wpcm450_soc_init() local 71 revision = get_revision(PDID_REV(pdid)); in wpcm450_soc_init() 72 if (!revision) { in wpcm450_soc_init() 83 attr->revision = revision; in wpcm450_soc_init()
|
/linux-6.6.21/drivers/gpu/drm/etnaviv/ ! |
D | etnaviv_hwdb.c | 11 .revision = 0x4652, 43 .revision = 0x5341, 74 .revision = 0x6202, 106 .revision = 0x6203, 138 .revision = 0x6204, 169 .revision = 0x6214, 201 .revision = 0x7120, 233 .revision = 0x8002, 272 etnaviv_chip_identities[i].revision == ident->revision && in etnaviv_fill_identity_from_hwdb()
|
/linux-6.6.21/drivers/char/hw_random/ ! |
D | cn10k-rng.c | 50 (!pdev->revision || (pdev->revision & 0xff) == 0x50 || in cn10k_is_extended_trng_regs_supported() 51 (pdev->revision & 0xff) == 0x51)) in cn10k_is_extended_trng_regs_supported() 56 (!pdev->revision || (pdev->revision & 0xff) == 0x60 || in cn10k_is_extended_trng_regs_supported() 57 (pdev->revision & 0xff) == 0x61)) in cn10k_is_extended_trng_regs_supported() 62 (!pdev->revision || (pdev->revision & 0xff) == 0x70 || in cn10k_is_extended_trng_regs_supported() 63 (pdev->revision & 0xff) == 0x74)) in cn10k_is_extended_trng_regs_supported()
|
/linux-6.6.21/arch/arm/mach-zynq/ ! |
D | common.c | 71 u32 revision; in zynq_get_revision() local 86 revision = readl(zynq_devcfg_base + ZYNQ_DEVCFG_MCTRL); in zynq_get_revision() 87 revision >>= ZYNQ_DEVCFG_PS_VERSION_SHIFT; in zynq_get_revision() 88 revision &= ZYNQ_DEVCFG_PS_VERSION_MASK; in zynq_get_revision() 92 return revision; in zynq_get_revision() 118 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "0x%x", system_rev); in zynq_init_machine() 125 kfree(soc_dev_attr->revision); in zynq_init_machine()
|
/linux-6.6.21/drivers/net/can/usb/etas_es58x/ ! |
D | es58x_devlink.c | 46 int major, minor, revision; in es58x_parse_sw_version() local 66 if (sscanf(prod_info, "%2u.%2u.%2u", &major, &minor, &revision) != 3) in es58x_parse_sw_version() 71 version->revision = revision; in es58x_parse_sw_version() 137 .revision = -1, in es58x_parse_product_info() 179 sw_ver->revision < 100; in es58x_sw_version_is_valid() 223 fw_ver->major, fw_ver->minor, fw_ver->revision); in es58x_devlink_info_get() 233 bl_ver->major, bl_ver->minor, bl_ver->revision); in es58x_devlink_info_get()
|
/linux-6.6.21/Documentation/userspace-api/media/dvb/ ! |
D | dvbapi.rst | 76 :revision: 2.2.0 / 2017-09-01 (*mcc*) 81 :revision: 2.1.0 / 2015-05-29 (*mcc*) 87 :revision: 2.0.4 / 2011-05-06 (*mcc*) 93 :revision: 2.0.3 / 2010-07-03 (*mcc*) 99 :revision: 2.0.2 / 2009-10-25 (*mcc*) 105 :revision: 2.0.1 / 2009-09-16 (*mcc*) 110 :revision: 2.0.0 / 2009-09-06 (*mcc*) 116 :revision: 1.0.0 / 2003-07-24 (*rjkm*) 118 Initial revision on LaTEX.
|
/linux-6.6.21/drivers/staging/media/meson/vdec/ ! |
D | vdec_hevc.c | 127 if (core->platform->revision == VDEC_REVISION_SM1) in vdec_hevc_stop() 138 if (core->platform->revision == VDEC_REVISION_SM1) in vdec_hevc_stop() 147 if (core->platform->revision == VDEC_REVISION_G12A || in vdec_hevc_stop() 148 core->platform->revision == VDEC_REVISION_SM1) in vdec_hevc_stop() 160 if (core->platform->revision == VDEC_REVISION_G12A || in vdec_hevc_start() 161 core->platform->revision == VDEC_REVISION_SM1) { in vdec_hevc_start() 171 if (core->platform->revision == VDEC_REVISION_G12A || in vdec_hevc_start() 172 core->platform->revision == VDEC_REVISION_SM1) in vdec_hevc_start() 177 if (core->platform->revision == VDEC_REVISION_SM1) in vdec_hevc_start() 195 if (core->platform->revision == VDEC_REVISION_SM1) in vdec_hevc_start()
|
/linux-6.6.21/drivers/ssb/ ! |
D | driver_chipcommon.c | 54 if (ccdev->id.revision >= 10 && mode == SSB_CLKMODE_SLOW) in ssb_chipco_set_clockmode() 59 WARN_ON(ccdev->id.revision >= 20); in ssb_chipco_set_clockmode() 62 if (ccdev->id.revision < 6) in ssb_chipco_set_clockmode() 66 if (ccdev->id.revision >= 10) in ssb_chipco_set_clockmode() 79 if (ccdev->id.revision < 10) { in ssb_chipco_set_clockmode() 93 if (ccdev->id.revision < 10) { in ssb_chipco_set_clockmode() 124 if (cc->dev->id.revision < 6) { in chipco_pctl_get_slowclksrc() 135 if (cc->dev->id.revision < 10) { in chipco_pctl_get_slowclksrc() 158 if (cc->dev->id.revision < 6) { in chipco_pctl_clockfreqlimit() 169 } else if (cc->dev->id.revision < 10) { in chipco_pctl_clockfreqlimit() [all …]
|
D | pci.c | 367 if (out->revision == 3) /* rev 3 moved MAC */ in sprom_extract_r123() 375 if (out->revision < 3) { /* only rev 1-2 have et0, et1 */ in sprom_extract_r123() 386 if (out->revision == 1) in sprom_extract_r123() 417 out->antenna_gain.a0 = sprom_extract_antgain(out->revision, in, in sprom_extract_r123() 421 out->antenna_gain.a1 = sprom_extract_antgain(out->revision, in, in sprom_extract_r123() 425 if (out->revision >= 2) in sprom_extract_r123() 481 if (out->revision == 4) in sprom_extract_r45() 493 if (out->revision == 4) { in sprom_extract_r45() 518 if (out->revision == 4) { in sprom_extract_r45() 535 out->antenna_gain.a0 = sprom_extract_antgain(out->revision, in, in sprom_extract_r45() [all …]
|
/linux-6.6.21/drivers/mfd/ ! |
D | mc13xxx-core.c | 178 static void mc13xxx_print_revision(struct mc13xxx *mc13xxx, u32 revision) in mc13xxx_print_revision() argument 183 maskval(revision, MC13XXX_REVISION_REVFULL), in mc13xxx_print_revision() 184 maskval(revision, MC13XXX_REVISION_REVMETAL), in mc13xxx_print_revision() 185 maskval(revision, MC13XXX_REVISION_FIN), in mc13xxx_print_revision() 186 maskval(revision, MC13XXX_REVISION_FAB), in mc13xxx_print_revision() 187 maskval(revision, MC13XXX_REVISION_ICID), in mc13xxx_print_revision() 188 maskval(revision, MC13XXX_REVISION_ICIDCODE)); in mc13xxx_print_revision() 191 static void mc34708_print_revision(struct mc13xxx *mc13xxx, u32 revision) in mc34708_print_revision() argument 195 maskval(revision, MC34708_REVISION_REVFULL), in mc34708_print_revision() 196 maskval(revision, MC34708_REVISION_REVMETAL), in mc34708_print_revision() [all …]
|
D | si476x-prop.c | 144 BUG_ON(core->revision > SI476X_REVISION_A30 || in si476x_core_is_valid_property() 145 core->revision == -1); in si476x_core_is_valid_property() 146 return is_valid_property[core->revision](core, property); in si476x_core_is_valid_property() 153 BUG_ON(core->revision > SI476X_REVISION_A30 || in si476x_core_is_readonly_property() 154 core->revision == -1); in si476x_core_is_readonly_property() 156 switch (core->revision) { in si476x_core_is_readonly_property()
|
/linux-6.6.21/drivers/soc/tegra/fuse/ ! |
D | tegra-apbmisc.c | 140 tegra_sku_info.revision = TEGRA_REVISION_A01; in tegra_init_revision() 143 tegra_sku_info.revision = TEGRA_REVISION_A02; in tegra_init_revision() 148 tegra_sku_info.revision = TEGRA_REVISION_A03p; in tegra_init_revision() 150 tegra_sku_info.revision = TEGRA_REVISION_A03; in tegra_init_revision() 153 tegra_sku_info.revision = TEGRA_REVISION_A04; in tegra_init_revision() 156 tegra_sku_info.revision = TEGRA_REVISION_UNKNOWN; in tegra_init_revision()
|
/linux-6.6.21/drivers/ata/ ! |
D | pata_ali.c | 441 if (pdev->revision <= 0x20) { in ali_init_chipset() 449 if (pdev->revision < 0xC2) in ali_init_chipset() 454 if (pdev->revision >= 0xc2) in ali_init_chipset() 463 if (pdev->revision >= 0xc7) in ali_init_chipset() 475 if (pdev->revision == 0xC2) in ali_init_chipset() 477 else if (pdev->revision > 0xC2 && pdev->revision < 0xC5) in ali_init_chipset() 565 if (pdev->revision < 0x20) { in ali_init_one() 567 } else if (pdev->revision < 0xC2) { in ali_init_one() 569 } else if (pdev->revision == 0xC2) { in ali_init_one() 571 } else if (pdev->revision == 0xC3) { in ali_init_one() [all …]
|
/linux-6.6.21/drivers/pci/ ! |
D | pci-acpi.c | 124 u32 revision; /* Not present in _HPP */ member 132 .revision = 1, 146 if (hpx->revision > 1) { in program_hpx_type0() 148 hpx->revision); in program_hpx_type0() 177 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() local 179 switch (revision) { in decode_type0_hpx_record() 186 hpx0->revision = revision; in decode_type0_hpx_record() 194 __func__, revision); in decode_type0_hpx_record() 202 u32 revision; member 227 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() local [all …]
|
/linux-6.6.21/Documentation/scsi/ ! |
D | ChangeLog.ncr53c8xx | 40 * revision 3.3b 43 * revision 3.2i 46 OFF in the NVRAM as it did prior to revision 3.2g. 49 * revision 3.2h 59 * revision 3.3b-3 64 * revision 3.2g 81 * revision 3.2g 98 * revision pre-3.3b-1 102 * revision 3.31 108 * revision 3.30 [all …]
|
/linux-6.6.21/drivers/base/ ! |
D | soc.c | 40 static DEVICE_ATTR(revision, 0444, soc_info_show, NULL); 58 if ((attr == &dev_attr_revision.attr) && soc_dev->attr->revision) in soc_attribute_mode() 80 output = soc_dev->attr->revision; in soc_info_show() 222 if (match->revision && in soc_device_match_attr() 223 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr() 266 while (matches->machine || matches->family || matches->revision || in soc_device_match()
|
/linux-6.6.21/drivers/watchdog/ ! |
D | pcwd.c | 179 int revision; /* The card's revision */ member 336 if (pcwd_private.revision == PCWD_REVISION_A) in pcwd_show_card_info() 339 else if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_show_card_info() 380 if (pcwd_private.revision == PCWD_REVISION_A) { in pcwd_timer_ping() 412 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_start() 438 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_stop() 488 if (pcwd_private.revision == PCWD_REVISION_A) in pcwd_get_status() 503 if (pcwd_private.revision == PCWD_REVISION_A) { in pcwd_get_status() 534 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_clear_status() 623 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_ioctl() [all …]
|
/linux-6.6.21/net/netfilter/ ! |
D | xt_hashlimit.c | 139 cfg_copy(struct hashlimit_cfg3 *to, const void *from, int revision) in cfg_copy() argument 141 if (revision == 1) { in cfg_copy() 153 } else if (revision == 2) { in cfg_copy() 165 } else if (revision == 3) { in cfg_copy() 278 int revision) in htable_create() argument 330 switch (revision) { in htable_create() 489 static u64 user2credits(u64 user, int revision) in user2credits() argument 491 u64 scale = (revision == 1) ? in user2credits() 493 u64 cpj = (revision == 1) ? in user2credits() 530 u32 mode, int revision) in rateinfo_recalc() argument [all …]
|
D | xt_NFQUEUE.c | 77 if (par->target->revision == 2 && info->flags > 1) in nfqueue_tg_check() 79 if (par->target->revision == 3 && info->flags & ~NFQ_FLAG_MASK) in nfqueue_tg_check() 120 .revision = 1, 129 .revision = 2, 138 .revision = 3,
|
D | xt_socket.c | 232 .revision = 0, 241 .revision = 1, 254 .revision = 1, 267 .revision = 2, 280 .revision = 2, 293 .revision = 3, 306 .revision = 3,
|
/linux-6.6.21/drivers/soc/ux500/ ! |
D | ux500-soc-id.c | 31 u8 revision; member 53 unsigned int rev = dbx500_id.revision; in ux500_print_soc_info() 121 dbx500_id.revision = asicid & 0xff; in ux500_setup_id() 138 unsigned int rev = dbx500_id.revision; in ux500_get_revision() 192 soc_dev_attr->revision = ux500_get_revision(); in soc_info_populate()
|
/linux-6.6.21/drivers/soc/samsung/ ! |
D | exynos-chipid.c | 36 u32 revision; member 93 soc_info->revision = (main_rev << EXYNOS_REV_PART_SHIFT) | sub_rev; in exynos_chipid_get_chipid_info() 131 soc_dev_attr->revision = devm_kasprintf(&pdev->dev, GFP_KERNEL, in exynos_chipid_probe() 132 "%x", soc_info.revision); in exynos_chipid_probe() 151 soc_dev_attr->soc_id, soc_info.product_id, soc_info.revision); in exynos_chipid_probe()
|
/linux-6.6.21/drivers/gpu/drm/msm/disp/mdp5/ ! |
D | mdp5_cfg.c | 10 int revision; member 1319 { .revision = 0, .config = { .hw = &msm8x74v1_config } }, 1320 { .revision = 1, .config = { .hw = &msm8x26_config } }, 1321 { .revision = 2, .config = { .hw = &msm8x74v2_config } }, 1322 { .revision = 3, .config = { .hw = &apq8084_config } }, 1323 { .revision = 6, .config = { .hw = &msm8x16_config } }, 1324 { .revision = 8, .config = { .hw = &msm8x36_config } }, 1325 { .revision = 9, .config = { .hw = &msm8x94_config } }, 1326 { .revision = 7, .config = { .hw = &msm8x96_config } }, 1327 { .revision = 11, .config = { .hw = &msm8x76_config } }, [all …]
|