| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fbmon.c | 307 DPRINTK(" Year: %u Week %u\n", specs->year, specs->week); in parse_vendor_block() 544 if (specs && specs->dclkmax in get_std_timing() 749 if (specs->dclkmax == 0 || specs->dclkmax < pixclock) in fb_get_monitor_limits() 752 if (specs->dclkmin == 0 || specs->dclkmin > pixclock) in fb_get_monitor_limits() 755 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits() 758 if (specs->hfmin == 0 || specs->hfmin > hscan) in fb_get_monitor_limits() 761 if (specs->vfmax == 0 || specs->vfmax < hz) in fb_get_monitor_limits() 764 if (specs->vfmin == 0 || specs->vfmin > hz) in fb_get_monitor_limits() 771 specs->hfmin/1000, specs->hfmax/1000, specs->vfmin, in fb_get_monitor_limits() 772 specs->vfmax, specs->dclkmax/1000000); in fb_get_monitor_limits() [all …]
|
| H A D | modedb.c | 1142 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, in fb_find_best_display() argument 1168 if (specs->misc & FB_MISC_1ST_DETAIL) { in fb_find_best_display() 1174 if (specs->max_x && specs->max_y) { in fb_find_best_display() 1178 var.xres = (specs->max_x * 7200)/254; in fb_find_best_display() 1179 var.yres = (specs->max_y * 7200)/254; in fb_find_best_display()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_hw.c | 55 struct hbg_dev_specs *specs = &priv->dev_specs; in hbg_hw_dev_specs_init() local 63 specs->mac_id = hbg_reg_read(priv, HBG_REG_MAC_ID_ADDR); in hbg_hw_dev_specs_init() 64 specs->phy_addr = hbg_reg_read(priv, HBG_REG_PHY_ID_ADDR); in hbg_hw_dev_specs_init() 66 specs->max_mtu = hbg_reg_read(priv, HBG_REG_MAX_MTU_ADDR); in hbg_hw_dev_specs_init() 67 specs->min_mtu = hbg_reg_read(priv, HBG_REG_MIN_MTU_ADDR); in hbg_hw_dev_specs_init() 68 specs->vlan_layers = hbg_reg_read(priv, HBG_REG_VLAN_LAYERS_ADDR); in hbg_hw_dev_specs_init() 71 specs->uc_mac_num = hbg_reg_read(priv, HBG_REG_UC_MAC_NUM_ADDR); in hbg_hw_dev_specs_init() 74 u64_to_ether_addr(mac_addr, (u8 *)specs->mac_addr.sa_data); in hbg_hw_dev_specs_init() 76 if (!is_valid_ether_addr((u8 *)specs->mac_addr.sa_data)) in hbg_hw_dev_specs_init() 79 specs->max_frame_len = HBG_PCU_CACHE_LINE_SIZE + specs->max_mtu; in hbg_hw_dev_specs_init() [all …]
|
| /linux-6.15/tools/net/ynl/generated/ |
| H A D | Makefile | 24 SPECS_DIR:=../../../../Documentation/netlink/specs 78 install-specs: 82 @$(INSTALL) -d $(DESTDIR)$(datarootdir)/ynl/specs 83 @$(INSTALL) -m 0644 $(SPECS_DIR)/*.yaml $(DESTDIR)$(datarootdir)/ynl/specs/ 85 install: install-headers install-rsts install-specs 87 .PHONY: all clean distclean regen install install-headers install-rsts install-specs
|
| /linux-6.15/Documentation/userspace-api/netlink/ |
| H A D | index.rst | 13 intro-specs 14 specs 21 - :ref:`Documentation/networking/netlink_spec/index.rst <specs>`
|
| H A D | intro-specs.rst | 8 specifications. For more detailed description of the specs see :doc:`specs`. 26 YAML specs can be found under ``Documentation/netlink/specs/``. 30 $ ./tools/net/ynl/pyynl/cli.py --spec Documentation/netlink/specs/ethtool.yaml \ 67 /* Documentation/netlink/specs/fou.yaml */
|
| H A D | specs.rst | 11 Netlink specs should be complete and not depend on any other spec 15 Internally kernel uses the YAML specs to generate: 18 …of the protocol as a ReST file - see :ref:`Documentation/networking/netlink_spec/index.rst <specs>` 22 YAML specifications can be found under ``Documentation/netlink/specs/`` 25 See :doc:`intro-specs` for a practical starting guide. 27 All specs must be licensed under 34 There are four schema levels for Netlink specs, from the simplest used
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 946 struct test_spec *specs, in run_subtest() argument 1003 spec_iter = &specs[i++]; in run_subtest() 1129 struct test_spec *specs = NULL; in process_subtest() local 1148 specs = calloc(nr_progs, sizeof(struct test_spec)); in process_subtest() 1149 if (!ASSERT_OK_PTR(specs, "specs_alloc")) in process_subtest() 1155 err = parse_test_spec(tester, obj, prog, &specs[i++]); in process_subtest() 1163 struct test_spec *spec = &specs[i++]; in process_subtest() 1170 specs, spec, false); in process_subtest() 1173 specs, spec, true); in process_subtest() 1178 free_test_spec(&specs[i]); in process_subtest() [all …]
|
| H A D | veristat.c | 864 if (specs->spec_cnt >= ARRAY_SIZE(specs->ids)) { in parse_stat() 880 specs->ids[specs->spec_cnt] = id; in parse_stat() 881 specs->variants[specs->spec_cnt] = var; in parse_stat() 882 specs->asc[specs->spec_cnt] = has_order ? is_asc : stat_defs[id].asc_by_default; in parse_stat() 883 specs->abs[specs->spec_cnt] = is_abs; in parse_stat() 884 specs->spec_cnt++; in parse_stat() 899 err = parse_stat(next, specs); in parse_stats() 2152 err = parse_stat(next, specs); in parse_stats_csv() 2159 if (col >= specs->spec_cnt) { in parse_stats_csv() 2176 if (col < specs->spec_cnt) { in parse_stats_csv() [all …]
|
| /linux-6.15/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gpu.c | 212 u32 specs[4]; in etnaviv_hw_specs() local 215 specs[0] = gpu_read(gpu, VIVS_HI_CHIP_SPECS); in etnaviv_hw_specs() 216 specs[1] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_2); in etnaviv_hw_specs() 217 specs[2] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_3); in etnaviv_hw_specs() 218 specs[3] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_4); in etnaviv_hw_specs() 220 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 222 gpu->identity.register_max = etnaviv_field(specs[0], in etnaviv_hw_specs() 230 gpu->identity.pixel_pipes = etnaviv_field(specs[0], in etnaviv_hw_specs() 233 etnaviv_field(specs[0], in etnaviv_hw_specs() 236 gpu->identity.buffer_size = etnaviv_field(specs[1], in etnaviv_hw_specs() [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb | 329 See USB specs for its meaning. 335 See USB specs for its meaning. 351 See USB specs for its meaning. 357 See USB specs for its meaning. 363 See USB specs for its meaning. 369 See USB specs for its meaning. 375 See USB specs for its meaning. 381 See USB specs for its meaning. 387 See USB specs for its meaning. 393 See USB specs for its meaning. [all …]
|
| H A D | sysfs-bus-pci-devices-pvpanic | 13 https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/specs/pvpanic.txt
|
| H A D | sysfs-firmware-qemu_fw_cfg | 15 to the fw_cfg device can be found in "docs/specs/fw_cfg.rst" 17 https://qemu-project.gitlab.io/qemu/specs/fw_cfg.html
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | tdfxfb.c | 1345 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() argument 1354 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector() 1376 struct fb_monspecs *specs; in tdfxfb_probe() local 1482 specs = &info->monspecs; in tdfxfb_probe() 1490 if (specs->modedb == NULL) in tdfxfb_probe() 1495 fb_videomode_to_modelist(specs->modedb, in tdfxfb_probe() 1496 specs->modedb_len, in tdfxfb_probe() 1498 m = fb_find_best_display(specs, &info->modelist); in tdfxfb_probe() 1515 specs->modedb, specs->modedb_len, in tdfxfb_probe() 1522 fb_destroy_modedb(specs->modedb); in tdfxfb_probe() [all …]
|
| /linux-6.15/drivers/pmdomain/imx/ |
| H A D | scu-pd.c | 316 struct of_phandle_args specs; in imx_sc_pd_get_console_rsrc() local 324 0, &specs); in imx_sc_pd_get_console_rsrc() 328 imx_con_rsrc = specs.args[0]; in imx_sc_pd_get_console_rsrc()
|
| /linux-6.15/tools/testing/selftests/net/lib/ |
| H A D | Makefile | 8 TEST_FILES := ../../../../../Documentation/netlink/specs
|
| /linux-6.15/sound/soc/uniphier/ |
| H A D | aio-ld11.c | 312 .specs = uniphier_aio_ld11, 322 .specs = uniphier_aio_ld11,
|
| /linux-6.15/drivers/video/fbdev/aty/ |
| H A D | radeon_monitor.c | 906 struct fb_monspecs *specs = &info->monspecs; in radeon_check_modes() local 910 if (specs->misc & FB_MISC_1ST_DETAIL) { in radeon_check_modes() 913 for (i = 0; i < specs->modedb_len; i++) { in radeon_check_modes() 914 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) { in radeon_check_modes() 915 modedb = &specs->modedb[i]; in radeon_check_modes() 921 modedb = &specs->modedb[0]; in radeon_check_modes()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ynl.mk | 13 $(patsubst %,$(top_srcdir)/Documentation/netlink/specs/%.yaml,$(YNL_GENS))
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-stm32f7.c | 464 struct stm32f7_i2c_spec *specs; in stm32f7_i2c_compute_timing() local 482 specs = stm32f7_get_specs(setup->speed_freq); in stm32f7_i2c_compute_timing() 483 if (specs == ERR_PTR(-EINVAL)) { in stm32f7_i2c_compute_timing() 489 if ((setup->rise_time > specs->rise_max) || in stm32f7_i2c_compute_timing() 490 (setup->fall_time > specs->fall_max)) { in stm32f7_i2c_compute_timing() 493 setup->rise_time, specs->rise_max, in stm32f7_i2c_compute_timing() 494 setup->fall_time, specs->fall_max); in stm32f7_i2c_compute_timing() 515 sdadel_min = specs->hddat_min + setup->fall_time - in stm32f7_i2c_compute_timing() 521 scldel_min = setup->rise_time + specs->sudat_min; in stm32f7_i2c_compute_timing() 595 if ((tscl_l < specs->l_min) || in stm32f7_i2c_compute_timing() [all …]
|
| /linux-6.15/drivers/video/fbdev/nvidia/ |
| H A D | nvidia.c | 1110 struct fb_monspecs *specs = &info->monspecs; in nvidia_set_fbinfo() local 1138 if (specs->modedb != NULL) { in nvidia_set_fbinfo() 1141 mode = fb_find_best_display(specs, &info->modelist); in nvidia_set_fbinfo() 1149 fb_find_mode(&nvidiafb_default_var, info, buf, specs->modedb, in nvidia_set_fbinfo() 1150 specs->modedb_len, &modedb, bpp); in nvidia_set_fbinfo() 1155 specs->modedb, specs->modedb_len, &modedb, bpp); in nvidia_set_fbinfo()
|
| /linux-6.15/drivers/video/fbdev/i810/ |
| H A D | i810_main.c | 1903 struct fb_monspecs *specs = &info->monspecs; in i810fb_find_init_mode() local 1926 fb_edid_to_monspecs(par->edid, specs); in i810fb_find_init_mode() 1928 if (specs->modedb == NULL) in i810fb_find_init_mode() 1931 fb_videomode_to_modelist(specs->modedb, specs->modedb_len, in i810fb_find_init_mode() 1933 if (specs->modedb != NULL) { in i810fb_find_init_mode() 1953 fb_find_mode(&var, info, mode_option, specs->modedb, in i810fb_find_init_mode() 1954 specs->modedb_len, (found) ? &mode : NULL, in i810fb_find_init_mode() 1958 fb_destroy_modedb(specs->modedb); in i810fb_find_init_mode() 1959 specs->modedb = NULL; in i810fb_find_init_mode()
|
| /linux-6.15/Documentation/devicetree/bindings/firmware/ |
| H A D | qemu,fw-cfg-mmio.yaml | 24 device can be found in "docs/specs/fw_cfg.txt" in the QEMU source tree.
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | adi,adau1701.txt | 14 - adi,pll-mode-gpios: An array of two GPIO specs to describe the GPIOs
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | saa7134-devel.rst | 67 saa7134 hardware specs and sample board.
|