Searched refs:specified (Results 1 – 25 of 45) sorted by relevance
12
/drivers/gpu/drm/tests/ |
D | drm_cmdline_parser_test.c | 21 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_e_only() 39 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_D_only_not_digital() 61 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_D_only_hdmi() 83 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_D_only_dvi() 101 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_d_only() 119 KUNIT_EXPECT_TRUE(test, mode.specified); in drm_test_cmdline_res() 141 KUNIT_EXPECT_TRUE(test, mode.specified); in drm_test_cmdline_res_vesa() 163 KUNIT_EXPECT_TRUE(test, mode.specified); in drm_test_cmdline_res_vesa_rblank() 185 KUNIT_EXPECT_TRUE(test, mode.specified); in drm_test_cmdline_res_rblank() 207 KUNIT_EXPECT_TRUE(test, mode.specified); in drm_test_cmdline_res_bpp() [all …]
|
/drivers/net/wireless/marvell/libertas/ |
D | README | 48 -e retrieves and prints an EEPROM dump for the specified ethernet 71 location that is to be read. This parameter must be specified in 86 be specified in hexadecimal (its possible to precede the number 150 above a threshold, specified by Value. 154 below a threshold, specified by Value. 158 above a threshold, specified by Value. 162 below a threshold, specified by Value.
|
/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/ |
D | arcx,anybus-controller.txt | 4 expected that its Device Tree node is specified as the child of a node 30 specified in subnodes to the controller node. 33 exactly can be specified depends on the bindings for the function driver
|
/drivers/powercap/ |
D | Kconfig | 44 provides a way to force idle periods on a set of specified 46 synchronously on a set of specified CPUs or alternatively
|
/drivers/block/aoe/ |
D | aoedev.c | 309 int specified = 0; /* flush a specific device */ in flush() local 321 specified = 1; in flush() 335 } else if (specified) { in flush()
|
/drivers/block/rnbd/ |
D | README | 37 "path=" options can be specified in order to use multipath (see RTRS 52 and the "device_path" that was specified in the map_device operation.
|
/drivers/nvmem/ |
D | Kconfig | 236 This is a simple drive to dump specified values of Rockchip SoC 247 This is a simple drive to dump specified values of Rockchip SoC 258 This is a simple driver to dump specified values of Spreadtrum 287 This is a simple driver to dump specified values of Spreadtrum 343 This is a simple driver to dump specified values of UniPhier SoC
|
/drivers/block/paride/ |
D | pt.c | 604 int specified = 0, found = 0; in pt_detect() local 615 specified = 0; in pt_detect() 628 specified++; in pt_detect() 639 if (specified == 0) { in pt_detect()
|
/drivers/staging/vc04_services/bcm2835-camera/ |
D | TODO | 13 We expose V4L2_PIX_FMT_* formats that have a specified stride/height
|
/drivers/staging/media/deprecated/saa7146/av7110/ |
D | audio-fwrite.rst | 52 PES format. If O_NONBLOCK is not specified the function will block
|
D | video-fwrite.rst | 53 is not specified the function will block until buffer space is
|
D | video-get-event.rst | 63 specified as the wake-up condition. Read-only permissions are sufficient
|
/drivers/net/wireless/marvell/mwifiex/ |
D | README | 47 Ap's operating frequency can be specified or even the bssid. If the AP is using 48 WEP encryption, wep keys can be specified in the command. 57 bssid and the security related parameters can be specified while joining/creating
|
/drivers/base/firmware_loader/ |
D | Kconfig | 52 the directory specified by the EXTRA_FIRMWARE_DIR option, which is 85 path specified in the firmware_class path module parameter, or the 128 looks for and cannot possibly be specified using the firmware_class
|
/drivers/phy/mediatek/ |
D | Kconfig | 39 specified M-PHYs.
|
/drivers/uio/ |
D | Kconfig | 48 Memory regions can be specified with the same platform device 50 be specified.
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 243 // calculate the number of ticks in the specified nanoseconds delay 277 // calculate the number of ticks in the specified microsecond delay 304 // calculate the number of ticks in the specified microsecond delay
|
/drivers/gpu/drm/ |
D | drm_client_modeset.c | 180 if (cmdline_mode->specified == false) in drm_connector_pick_cmdline_mode() 527 if (connector->cmdline_mode.specified) in drm_client_pick_crtcs() 949 if (cmdline->specified && cmdline->rotation_reflection) { in drm_client_rotation()
|
D | drm_modes.c | 1839 mode->specified = true; in drm_mode_parse_command_line_for_connector() 1845 if (!mode->specified && isdigit(name[0])) { in drm_mode_parse_command_line_for_connector() 1853 mode->specified = true; in drm_mode_parse_command_line_for_connector() 1857 if (!mode->specified) { in drm_mode_parse_command_line_for_connector()
|
/drivers/net/can/ |
D | Kconfig | 74 bit-rate specified via Netlink argument "bitrate" when the device 78 bit-timing parameters must be specified directly using the Netlink
|
/drivers/android/ |
D | Kconfig | 106 used for the above specified purposes.
|
/drivers/remoteproc/ |
D | Kconfig | 124 directory. It can be specified via the module parameter 125 da8xx_fw_name=<filename>, and if not specified will default to
|
/drivers/pci/pcie/ |
D | Kconfig | 140 This option adds Error Disconnect Recover support as specified
|
/drivers/nvdimm/ |
D | Kconfig | 29 CONFIG_X86_PMEM_LEGACY), or it is manually specified by the
|
/drivers/usb/core/ |
D | Kconfig | 97 Implements OTG Finite State Machine as specified in On-The-Go
|
12