Home
last modified time | relevance | path

Searched full:specs (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/Linux-v6.1/drivers/video/fbdev/core/
Dfbmon.c292 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-v6.1/Documentation/ABI/testing/
Dsysfs-bus-usb316 See USB specs for its meaning.
322 See USB specs for its meaning.
338 See USB specs for its meaning.
344 See USB specs for its meaning.
350 See USB specs for its meaning.
356 See USB specs for its meaning.
362 See USB specs for its meaning.
368 See USB specs for its meaning.
374 See USB specs for its meaning.
380 See USB specs for its meaning.
[all …]
Dsysfs-firmware-qemu_fw_cfg15 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
Dsysfs-bus-pci-devices-pvpanic13 https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/specs/pvpanic.txt
/Linux-v6.1/tools/testing/selftests/bpf/
Dveristat.c122 static int parse_stats(const char *stats_str, struct stat_specs *specs);
415 static int parse_stat(const char *stat_name, struct stat_specs *specs) in parse_stat() argument
419 if (specs->spec_cnt >= ARRAY_SIZE(specs->ids)) { in parse_stat()
420 fprintf(stderr, "Can't specify more than %zd stats\n", ARRAY_SIZE(specs->ids)); in parse_stat()
431 specs->ids[specs->spec_cnt] = id; in parse_stat()
432 specs->asc[specs->spec_cnt] = def->asc_by_default; in parse_stat()
433 specs->spec_cnt++; in parse_stat()
443 static int parse_stats(const char *stats_str, struct stat_specs *specs) in parse_stats() argument
453 err = parse_stat(next, specs); in parse_stats()
903 static int parse_stats_csv(const char *filename, struct stat_specs *specs, in parse_stats_csv() argument
[all …]
/Linux-v6.1/drivers/net/ethernet/cisco/enic/
Dvnic_enet.h40 #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-v6.1/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c186 u32 specs[4]; in etnaviv_hw_specs() local
189 specs[0] = gpu_read(gpu, VIVS_HI_CHIP_SPECS); in etnaviv_hw_specs()
190 specs[1] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_2); in etnaviv_hw_specs()
191 specs[2] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_3); in etnaviv_hw_specs()
192 specs[3] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_4); in etnaviv_hw_specs()
194 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
196 gpu->identity.register_max = etnaviv_field(specs[0], in etnaviv_hw_specs()
198 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
200 gpu->identity.vertex_cache_size = etnaviv_field(specs[0], in etnaviv_hw_specs()
202 gpu->identity.shader_core_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
[all …]
/Linux-v6.1/sound/pci/vx222/
Dvx222.c68 /* hw specs */
80 /* hw specs */
92 /* hw specs */
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_dsc.h88 /* TODO - Hardware/specs limitation should be owned by dc dsc and returned to DM,
90 * Hardware/specs limitation should not be writable by DM.
/Linux-v6.1/drivers/video/fbdev/
Dtdfxfb.c34 * While I _am_ grateful to 3Dfx for releasing the specs for Banshee,
472 DPRINTK("mode outside monitor's specs\n"); in tdfxfb_check_var()
1346 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() argument
1355 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector()
1377 struct fb_monspecs *specs; in tdfxfb_probe() local
1483 specs = &info->monspecs; in tdfxfb_probe()
1488 err = tdfxfb_probe_i2c_connector(default_par, specs); in tdfxfb_probe()
1491 if (specs->modedb == NULL) in tdfxfb_probe()
1496 fb_videomode_to_modelist(specs->modedb, in tdfxfb_probe()
1497 specs->modedb_len, in tdfxfb_probe()
[all …]
/Linux-v6.1/drivers/net/wireless/ath/
Ddfs_pattern_detector.h59 * struct radar_detector_specs - detector specs for a radar pattern type
92 * @radar_detector_specs: array of radar detection specs
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c492 /* Decide DSC bandwidth range based on signal, timing, specs specific and input min and max
509 /* apply signal, timing, specs and explicitly specified DSC range requirements */ in decide_dsc_bandwidth_range()
1043 /* DSC Policy: follow DP specs with an internal upper limit to 16 bpp in dc_dsc_get_policy_for_timing()
1063 /* DP specs limits to 8 */ in dc_dsc_get_policy_for_timing()
1065 /* DP specs limits to 3 x bpc */ in dc_dsc_get_policy_for_timing()
1069 /* DP specs limits to 6 */ in dc_dsc_get_policy_for_timing()
1071 /* DP specs limits to 1.5 x bpc assume bpc is an even number */ in dc_dsc_get_policy_for_timing()
/Linux-v6.1/drivers/hwspinlock/
Domap_hwspinlock.c57 * The specs recommended that the retry delay time will be
61 * The number below is taken from an hardware specs example,
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dusdt.c175 * 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-v6.1/drivers/comedi/drivers/
Dni_mio_cs.c74 /* specs incorrect! */
88 /* specs incorrect! */
/Linux-v6.1/Documentation/driver-api/media/drivers/
Ddvb-usb.rst13 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
Dsaa7134-devel.rst67 saa7134 hardware specs and sample board.
/Linux-v6.1/Documentation/devicetree/bindings/mmc/
Dsdhci-fujitsu.txt17 as the VCCQ/VDD_IO supply in the eMMC/SD specs.
/Linux-v6.1/include/dt-bindings/clock/
Dmpc512x-clock.h3 * This header provides constants for MPC512x clock specs in DT bindings.
/Linux-v6.1/Documentation/devicetree/bindings/firmware/
Dqemu,fw-cfg-mmio.yaml24 device can be found in "docs/specs/fw_cfg.txt" in the QEMU source tree.
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dadi,adau1701.txt14 - adi,pll-mode-gpios: An array of two GPIO specs to describe the GPIOs
/Linux-v6.1/drivers/i2c/busses/
Di2c-stm32f7.c450 struct stm32f7_i2c_spec *specs; in stm32f7_i2c_compute_timing() local
468 specs = stm32f7_get_specs(setup->speed_freq); in stm32f7_i2c_compute_timing()
469 if (specs == ERR_PTR(-EINVAL)) { in stm32f7_i2c_compute_timing()
475 if ((setup->rise_time > specs->rise_max) || in stm32f7_i2c_compute_timing()
476 (setup->fall_time > specs->fall_max)) { in stm32f7_i2c_compute_timing()
479 setup->rise_time, specs->rise_max, in stm32f7_i2c_compute_timing()
480 setup->fall_time, specs->fall_max); in stm32f7_i2c_compute_timing()
501 sdadel_min = specs->hddat_min + setup->fall_time - in stm32f7_i2c_compute_timing()
504 sdadel_max = specs->vddat_max - setup->rise_time - in stm32f7_i2c_compute_timing()
507 scldel_min = setup->rise_time + specs->sudat_min; in stm32f7_i2c_compute_timing()
[all …]
/Linux-v6.1/include/linux/platform_data/
Dpcf857x.h24 * These GPIO chips are only "quasi-bidirectional"; read the chip specs
/Linux-v6.1/drivers/media/dvb-frontends/
Ddib3000.h14 * Amaury Demol from DiBcom for providing specs and driver
/Linux-v6.1/Documentation/virt/kvm/devices/
Darm-vgic.rst58 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

12345678910>>...13