/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 292 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block() argument 294 specs->manufacturer[0] = ((block[0] & 0x7c) >> 2) + '@'; in parse_vendor_block() 295 specs->manufacturer[1] = ((block[0] & 0x03) << 3) + in parse_vendor_block() 297 specs->manufacturer[2] = (block[1] & 0x1f) + '@'; in parse_vendor_block() 298 specs->manufacturer[3] = 0; in parse_vendor_block() 299 specs->model = block[2] + (block[3] << 8); in parse_vendor_block() 300 specs->serial = block[4] + (block[5] << 8) + in parse_vendor_block() 302 specs->year = block[9] + 1990; in parse_vendor_block() 303 specs->week = block[8]; in parse_vendor_block() 304 DPRINTK(" Manufacturer: %s\n", specs->manufacturer); in parse_vendor_block() [all …]
|
/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-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/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/cli.py --spec Documentation/netlink/specs/ethtool.yaml \ 67 /* Documentation/netlink/specs/fou.yaml */
|
H A D | index.rst | 13 intro-specs 14 specs 21 - :ref:`Documentation/networking/netlink_spec/index.rst <specs>`
|
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/tools/net/ynl/generated/ |
H A D | Makefile | 19 ../../../../Documentation/netlink/specs/) 20 GENS=$(patsubst ../../../../Documentation/netlink/specs/%.yaml,%,${GENS_PATHS}) 31 %-user.h: ../../../../Documentation/netlink/specs/%.yaml $(TOOL) 35 %-user.c: ../../../../Documentation/netlink/specs/%.yaml $(TOOL)
|
/linux/tools/testing/selftests/net/lib/py/ |
H A D | ynl.py | 13 SPEC_PATH = KSFT_DIR / "net/lib/specs" 20 SPEC_PATH = KSRC / "Documentation/netlink/specs" 31 # Wrapper classes, loading the right specs
|
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 50 * When specifying stat specs in comparison mode, user can use one of the 234 static int parse_stats(const char *stats_str, struct stat_specs *specs); 753 static int parse_stat(const char *stat_name, struct stat_specs *specs) in parse_stat() argument 760 if (specs->spec_cnt >= ARRAY_SIZE(specs->ids)) { in parse_stat() 761 fprintf(stderr, "Can't specify more than %zd stats\n", ARRAY_SIZE(specs->ids)); in parse_stat() 776 specs->ids[specs->spec_cnt] = id; in parse_stat() 777 specs->variants[specs->spec_cnt] = var; in parse_stat() 778 specs->asc[specs->spec_cnt] = has_order ? is_asc : stat_defs[id].asc_by_default; in parse_stat() 779 specs->abs[specs->spec_cnt] = is_abs; in parse_stat() 780 specs->spec_cnt++; in parse_stat() [all …]
|
H A D | test_loader.c | 887 struct test_spec *specs, in run_subtest() argument 931 spec_iter = &specs[i++]; in run_subtest() 1057 struct test_spec *specs = NULL; in process_subtest() local 1076 specs = calloc(nr_progs, sizeof(struct test_spec)); in process_subtest() 1077 if (!ASSERT_OK_PTR(specs, "specs_alloc")) in process_subtest() 1083 err = parse_test_spec(tester, obj, prog, &specs[i++]); in process_subtest() 1091 struct test_spec *spec = &specs[i++]; in process_subtest() 1098 specs, spec, false); in process_subtest() 1101 specs, spec, true); in process_subtest() 1106 free_test_spec(&specs[i]); in process_subtest() [all …]
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.c | 188 u32 specs[4]; in etnaviv_hw_specs() local 191 specs[0] = gpu_read(gpu, VIVS_HI_CHIP_SPECS); in etnaviv_hw_specs() 192 specs[1] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_2); in etnaviv_hw_specs() 193 specs[2] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_3); in etnaviv_hw_specs() 194 specs[3] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_4); in etnaviv_hw_specs() 196 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 198 gpu->identity.register_max = etnaviv_field(specs[0], in etnaviv_hw_specs() 200 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 202 gpu->identity.vertex_cache_size = etnaviv_field(specs[0], in etnaviv_hw_specs() 204 gpu->identity.shader_core_count = etnaviv_field(specs[0], in etnaviv_hw_specs() [all …]
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_enet.h | 40 #define VENET_INTR_TYPE_MIN 0 /* Timer specs min interrupt spacing */ 41 #define VENET_INTR_TYPE_IDLE 1 /* Timer specs idle time before irq */
|
/linux/sound/pci/vx222/ |
H A D | vx222.c | 68 /* hw specs */ 80 /* hw specs */ 92 /* hw specs */
|
/linux/drivers/video/fbdev/ |
H A D | tdfxfb.c | 34 * While I _am_ grateful to 3Dfx for releasing the specs for Banshee, 472 DPRINTK("mode outside monitor's specs\n"); in tdfxfb_check_var() 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() 1487 err = tdfxfb_probe_i2c_connector(default_par, specs); 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() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dsc.h | 97 /* TODO - Hardware/specs limitation should be owned by dc dsc and returned to DM, 99 * Hardware/specs limitation should not be writable by DM.
|
/linux/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.h | 59 * struct radar_detector_specs - detector specs for a radar pattern type 92 * @radar_detector_specs: array of radar detection specs
|
/linux/drivers/hwspinlock/ |
H A D | omap_hwspinlock.c | 57 * The specs recommended that the retry delay time will be 61 * The number below is taken from an hardware specs example,
|
/linux/drivers/hwmon/ |
H A D | aquacomputer_d5next.c | 114 /* Specs of the Aquaero fan controllers */ 145 /* Specs of the D5 Next pump */ 165 /* Specs of the Aquastream Ultimate pump */ 189 /* Specs of the Farbwerk 360 RGB controller */ 201 /* Specs of the Octo fan controller */ 221 /* Specs of Quadro fan controller */ 240 /* Specs of High Flow Next flow sensor */ 253 /* Specs of the Leakshield */ 268 /* Specs of the Aquastream XT pump */ 286 /* Specs of the Poweradjust 3 */ [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | usdt.c | 175 * many slots for specs. It's important that each STAP_PROBE2() invocation 237 * 256 specs to be used, so if we don't return free spec IDs back in subtest_multispec_usdt() 258 * 256 attach points with different specs for each. in subtest_multispec_usdt() 284 /* This time we have USDT with 400 inlined invocations, but arg specs in subtest_multispec_usdt()
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | dc_dsc.c | 608 /* Decide DSC bandwidth range based on signal, timing, specs specific and input min and max 626 /* apply signal, timing, specs and explicitly specified DSC range requirements */ in decide_dsc_bandwidth_range() 1197 /* DSC Policy: follow DP specs with an internal upper limit to 16 bpp in dc_dsc_get_policy_for_timing() 1217 /* DP specs limits to 8 */ in dc_dsc_get_policy_for_timing() 1219 /* DP specs limits to 3 x bpc */ in dc_dsc_get_policy_for_timing() 1223 /* DP specs limits to 6 */ in dc_dsc_get_policy_for_timing() 1225 /* DP specs limits to 1.5 x bpc assume bpc is an even number */ in dc_dsc_get_policy_for_timing()
|
/linux/Documentation/driver-api/media/drivers/ |
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/drivers/comedi/drivers/ |
H A D | ni_mio_cs.c | 74 /* specs incorrect! */ 88 /* specs incorrect! */
|
/linux/tools/testing/selftests/net/lib/ |
H A D | Makefile | 8 TEST_FILES := ../../../../../Documentation/netlink/specs
|
/linux/net/handshake/ |
H A D | genl.h | 3 /* Documentation/netlink/specs/handshake.yaml */
|
/linux/include/uapi/linux/ |
H A D | fou.h | 3 /* Documentation/netlink/specs/fou.yaml */
|