Home
last modified time | relevance | path

Searched refs:Scan (Results 1 – 25 of 29) sorted by relevance

12

/linux/rust/syn/
H A Dfixup.rs290 if let Scan::Bailout = scan_right(expr, self, Precedence::MIN, 0, 0) { in leftmost_subexpression_precedence()
365 if let Scan::Bailout | Scan::Fail = scan_right(expr, self, self.previous_operator, 1, 0) in rightmost_subexpression_precedence()
457 enum Scan { enum
464 impl Copy for Scan {} implementation
467 impl Clone for Scan { implementation
474 impl PartialEq for Scan { implementation
501 ) -> Scan { in scan_right() argument
507 Scan::Consume in scan_right()
509 Scan::Bailout in scan_right()
520 return Scan::Consume; in scan_right()
[all …]
/linux/Documentation/fb/
H A Dviafb.modes14 # Scan Frequency 31.469 kHz 59.94 Hz
39 # Scan Frequency 37.500 kHz 75.00 Hz
60 # Scan Frequency 43.269 kHz 85.00 Hz
81 # Scan Frequency 50.900 kHz 100.00 Hz
102 # Scan Frequency 61.800 kHz 120.00 Hz
123 # Scan Frequency 30.000 kHz 60.241 Hz
144 # Scan Frequency 29.892 kHz 60.00 Hz
165 # Scan Frequency 35.820 kHz 60.00 Hz
186 # Scan Frequency 37.879 kHz 60.32 Hz
208 # Scan Frequency 46.875 kHz 75.00 Hz
[all …]
/linux/drivers/platform/x86/intel/ifs/
H A DKconfig2 tristate "Intel In Field Scan"
5 Enable support for the In Field Scan capability in select
/linux/Documentation/admin-guide/media/
H A Dother-usb-cardlist.rst48 pwc Philips PCVC690K (Vesta Pro Scan) 0471:030C
53 pwc Philips PCVC750K (ToUCam Pro Scan) 0471:0312
H A Ddvb_intro.rst115 The digital TV Scan utilities (like dvbv5-scan) have use a set of
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-intel-ifs2 intel_ifs_0 -> Scan Test
/linux/Documentation/admin-guide/mm/
H A Dshrinker_debugfs.rst106 4. *Scan objects*
H A Dpagemap.rst228 Pagemap Scan IOCTL
235 - Scan the address range and get the memory ranges matching the provided criteria.
/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst60 2. Scan through the records and determine if the device matches any record
/linux/drivers/net/wireless/marvell/libertas/
H A DREADME216 3) Scan all available channels (B/G, A bands) for a specific BSSID, keep
220 4) Scan for all infrastructure networks.
/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt58Scan Value
60 • Inverted Scan Value
62Scan Range
69 • Inverted Scan Range
92Scan Value
94 • Inverted Scan Value
96Scan Range
98 • Inverted Scan Range
150 0x02 Scan Value
151 0x12 Inverted Scan Value
[all …]
H A Doracle-dax.rst293 This example demonstrates the DAX Scan command, which takes as input a
305 describes the Scan command in detail::
308 (2L << 48) /* command = Scan Value */
/linux/drivers/staging/media/av7110/
H A Dav7110_hw.h124 Scan, enumerator
H A Dav7110.c876 ret = av7110_fw_cmd(av7110, COMTYPE_PIDFILTER, Scan, 0); in dvb_feed_start_pid()
1914 ret = av7110_fw_cmd(av7110, COMTYPE_PIDFILTER, Scan, 0); in av7110_fe_lock_fix()
H A Dav7110_av.c336 ret = av7110_fw_cmd(av7110, COMTYPE_PIDFILTER, Scan, 0); in av7110_set_vidmode()
/linux/Documentation/driver-api/acpi/
H A Dscan_handlers.rst5 ACPI Scan Handlers
/linux/Documentation/ABI/obsolete/
H A Dsysfs-bus-iio60 Scan element control for triggered data capture.
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h45 bool IsVertical(enum dm_rotation_angle Scan);
H A Ddisplay_mode_vba_util_32.c187 bool IsVertical(enum dm_rotation_angle Scan) in IsVertical() argument
191 …if (Scan == dm_rotation_90 || Scan == dm_rotation_90m || Scan == dm_rotation_270 || Scan == dm_rot… in IsVertical()
/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst244 4. Scan the RTT to check if free block is present, and spin/wait if it is.
/linux/drivers/zorro/
H A Dzorro.ids463 1100 Scan King [Scanner Interface]
/linux/Documentation/wmi/devices/
H A Dlenovo-wmi-gamezone.rst101 …ncode ([in, Description("Macrokey index")] UINT32 idx, [out, Description("Scan code")] UINT32 scan…
/linux/Documentation/scsi/
H A Dsym53c8xx_2.rst660 0x08 ignore NVRAM "Scan at boot time" parameter for all devices
879 | * Scan at boot time | N | Y |
H A Dncr53c8xx.rst986 0x08 ignore NVRAM "Scan at boot time" parameter for all devices
1176 | * Scan at boot time | N | Y |
1196 0x08 ignore NVRAM "Scan at boot time" parameter for all devices
/linux/Documentation/gpu/
H A Ddrm-mm.rst454 LRU Scan/Eviction Support

12