| /linux/drivers/video/fbdev/core/ |
| H A D | fbmon.c | 297 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block() argument 299 specs->manufacturer[0] = ((block[0] & 0x7c) >> 2) + '@'; in parse_vendor_block() 300 specs->manufacturer[1] = ((block[0] & 0x03) << 3) + in parse_vendor_block() 302 specs->manufacturer[2] = (block[1] & 0x1f) + '@'; in parse_vendor_block() 303 specs->manufacturer[3] = 0; in parse_vendor_block() 304 specs->model = block[2] + (block[3] << 8); in parse_vendor_block() 305 specs->serial = block[4] + (block[5] << 8) + in parse_vendor_block() 307 specs->year = block[9] + 1990; in parse_vendor_block() 308 specs->week = block[8]; in parse_vendor_block() 309 DPRINTK(" Manufacturer: %s\n", specs->manufacturer); in parse_vendor_block() [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_hw.c | 64 struct hbg_dev_specs *specs = &priv->dev_specs; in hbg_hw_dev_specs_init() local 72 specs->mac_id = hbg_reg_read(priv, HBG_REG_MAC_ID_ADDR); in hbg_hw_dev_specs_init() 73 specs->phy_addr = hbg_reg_read(priv, HBG_REG_PHY_ID_ADDR); in hbg_hw_dev_specs_init() 74 specs->mdio_frequency = hbg_reg_read(priv, HBG_REG_MDIO_FREQ_ADDR); in hbg_hw_dev_specs_init() 75 specs->max_mtu = hbg_reg_read(priv, HBG_REG_MAX_MTU_ADDR); in hbg_hw_dev_specs_init() 76 specs->min_mtu = hbg_reg_read(priv, HBG_REG_MIN_MTU_ADDR); in hbg_hw_dev_specs_init() 77 specs->vlan_layers = hbg_reg_read(priv, HBG_REG_VLAN_LAYERS_ADDR); in hbg_hw_dev_specs_init() 78 specs->rx_fifo_num = hbg_reg_read(priv, HBG_REG_RX_FIFO_NUM_ADDR); in hbg_hw_dev_specs_init() 79 specs->tx_fifo_num = hbg_reg_read(priv, HBG_REG_TX_FIFO_NUM_ADDR); in hbg_hw_dev_specs_init() 80 specs->uc_mac_num = hbg_reg_read(priv, HBG_REG_UC_MAC_NUM_ADDR); in hbg_hw_dev_specs_init() [all …]
|
| /linux/tools/net/ynl/generated/ |
| H A D | Makefile | 24 SPECS_DIR:=../../../../Documentation/netlink/specs 77 install-specs: 81 @$(INSTALL) -d $(DESTDIR)$(datarootdir)/ynl/specs 82 @$(INSTALL) -m 0644 $(SPECS_DIR)/*.yaml $(DESTDIR)$(datarootdir)/ynl/specs/ 84 install: install-headers install-rsts install-specs 86 .PHONY: all clean distclean regen install install-headers install-rsts install-specs
|
| /linux/Documentation/userspace-api/netlink/ |
| 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 */
|
| /linux/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/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 1311 struct test_spec *specs, in run_subtest() argument 1382 spec_iter = &specs[i++]; in run_subtest() 1526 struct test_spec *specs = NULL; in process_subtest() local 1545 specs = calloc(nr_progs, sizeof(struct test_spec)); in process_subtest() 1546 if (!ASSERT_OK_PTR(specs, "specs_alloc")) in process_subtest() 1552 err = parse_test_spec(tester, obj, prog, &specs[i++]); in process_subtest() 1560 struct test_spec *spec = &specs[i++]; in process_subtest() 1567 specs, spec, false); in process_subtest() 1570 specs, spec, true); in process_subtest() 1575 free_test_spec(&specs[i]); in process_subtest() [all …]
|
| H A D | veristat.c | 311 static int parse_stats(const char *stats_str, struct stat_specs *specs); 949 static int parse_stat(const char *stat_name, struct stat_specs *specs) in parse_stat() argument 956 if (specs->spec_cnt >= ARRAY_SIZE(specs->ids)) { in parse_stat() 957 fprintf(stderr, "Can't specify more than %zd stats\n", ARRAY_SIZE(specs->ids)); in parse_stat() 972 specs->ids[specs->spec_cnt] = id; in parse_stat() 973 specs->variants[specs->spec_cnt] = var; in parse_stat() 974 specs->asc[specs->spec_cnt] = has_order ? is_asc : stat_defs[id].asc_by_default; in parse_stat() 975 specs->abs[specs->spec_cnt] = is_abs; in parse_stat() 976 specs->spec_cnt++; in parse_stat() 981 static int parse_stats(const char *stats_str, struct stat_specs *specs) in parse_stats() argument [all …]
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | Makefile | 10 ../../../../../Documentation/netlink/specs \
|
| /linux/sound/soc/uniphier/ |
| H A D | aio-ld11.c | 312 .specs = uniphier_aio_ld11, 322 .specs = uniphier_aio_ld11,
|
| H A D | aio-pxs2.c | 235 .specs = uniphier_aio_pxs2,
|
| H A D | aio.h | 218 const struct uniphier_aio_spec *specs; member
|
| /linux/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/drivers/i2c/busses/ |
| H A D | i2c-stm32f7.c | 465 struct stm32f7_i2c_spec *specs; in stm32f7_i2c_compute_timing() local 488 specs = stm32f7_get_specs(setup->speed_freq); in stm32f7_i2c_compute_timing() 489 if (specs == ERR_PTR(-EINVAL)) in stm32f7_i2c_compute_timing() 493 if ((setup->rise_time > specs->rise_max) || in stm32f7_i2c_compute_timing() 494 (setup->fall_time > specs->fall_max)) in stm32f7_i2c_compute_timing() 497 setup->rise_time, specs->rise_max, in stm32f7_i2c_compute_timing() 498 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() 518 sdadel_max = specs->vddat_max - setup->rise_time - in stm32f7_i2c_compute_timing() 521 scldel_min = setup->rise_time + specs->sudat_min; in stm32f7_i2c_compute_timing() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | ynl.mk | 14 $(patsubst %,$(top_srcdir)/Documentation/netlink/specs/%.yaml,$(YNL_GENS))
|
| /linux/tools/net/ynl/ |
| H A D | Makefile | 15 SPECDIR=../../../Documentation/netlink/specs
|
| /linux/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/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/Documentation/networking/ |
| H A D | index.rst | 57 ../netlink/specs/index
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | saa7134-devel.rst | 67 saa7134 hardware specs and sample board.
|
| H A D | dvb-usb.rst | 13 In March 2005 I got the new Twinhan USB2.0 DVB-T device. They provided specs 17 After reading some specs and doing some USB snooping, it realized, that the 319 providing specs, code and help, on which the dvb-dibusb, dib3000mb and
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | arm-vgic.rst | 58 GICv2 specs. Getting or setting such a register has the same effect as 92 defined in the GICv2 specs. Getting or setting such a register has the
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dvbapi.rst | 91 the specs.
|
| /linux/tools/build/feature/ |
| H A D | Makefile | 259 PERL_EMBED_LDOPTS := $(filter-out -specs=%,$(PERL_EMBED_LDOPTS)) 261 PERL_EMBED_CCOPTS := $(filter-out -specs=%,$(PERL_EMBED_CCOPTS))
|