| /Linux-v6.6/security/selinux/ss/ |
| D | avtab.c | 80 if (key->specified & AVTAB_XPERMS) { in avtab_insert_node() 111 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_insert() local 123 (specified & cur->key.specified)) { in avtab_insert() 125 if (specified & AVTAB_XPERMS) in avtab_insert() 157 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_insert_nonunique() local 168 (specified & cur->key.specified)) in avtab_insert_nonunique() 191 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_search_node() local 202 (specified & cur->key.specified)) in avtab_search_node() 219 avtab_search_node_next(struct avtab_node *node, u16 specified) in avtab_search_node_next() argument 226 specified &= ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_search_node_next() [all …]
|
| D | conditional.c | 107 avnode->key.specified &= ~AVTAB_ENABLED; in evaluate_cond_node() 109 avnode->key.specified |= AVTAB_ENABLED; in evaluate_cond_node() 116 avnode->key.specified &= ~AVTAB_ENABLED; in evaluate_cond_node() 118 avnode->key.specified |= AVTAB_ENABLED; in evaluate_cond_node() 274 if (k->specified & AVTAB_TYPE) { in cond_insertf() 290 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf() 566 node = avtab_search_node_next(node, key->specified)) { in cond_compute_xperms() 567 if (node->key.specified & AVTAB_ENABLED) in cond_compute_xperms() 583 node = avtab_search_node_next(node, key->specified)) { in cond_compute_av() 585 (node->key.specified & (AVTAB_ALLOWED|AVTAB_ENABLED))) in cond_compute_av() [all …]
|
| D | avtab.h | 47 u16 specified; /* what field is specified */ member 59 u8 specified; /* ioctl, netfilter, ... */ member 120 struct avtab_node *avtab_search_node_next(struct avtab_node *node, u16 specified);
|
| /Linux-v6.6/Documentation/devicetree/bindings/hwmon/ |
| D | max6697.txt | 21 Set to disable SMBus timeout. If not specified, SMBus timeout will be 25 Extended temperature will be disabled if not specified. 29 Beta compensation will be disabled if not specified. 33 If not specified, alert will be enabled for all channels. 38 If not specified, over-temperature reporting will be enabled for all 44 specified as boolean, otherwise as per bit mask specified. 46 If not specified, resistance cancellation will be disabled for all 53 specified.
|
| /Linux-v6.6/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 …]
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-vmbus | 5 This file allows the driver for a device to be specified which 7 specified, only a driver with a name matching the value written 9 device. The override is specified by writing a string to the 15 automatically load the specified driver. If no driver with a 19 "none". Only a single driver may be specified in the override,
|
| D | sysfs-bus-amba | 5 This file allows the driver for a device to be specified which 7 When specified, only a driver with a name matching the value 9 the device. The override is specified by writing a string to the 15 automatically load the specified driver. If no driver with a 19 Only a single driver may be specified in the override, there is
|
| D | sysfs-bus-platform | 5 This file allows the driver for a device to be specified which 7 When specified, only a driver with a name matching the value 9 to the device. The override is specified by writing a string 15 any attempt to automatically load the specified driver. If no 19 name such as "none". Only a single driver may be specified in
|
| D | sysfs-bus-vdpa | 43 This file allows the driver for a device to be specified. 44 When specified, only a driver with a name matching the value 46 the device. The override is specified by writing a string to the 52 automatically load the specified driver. If no driver with a 56 Only a single driver may be specified in the override, there is
|
| D | sysfs-bus-css | 38 Description: This file allows the driver for a device to be specified. When 39 specified, only a driver with a name matching the value written 41 device. The override is specified by writing a string to the 47 automatically load the specified driver. If no driver with a 51 "none". Only a single driver may be specified in the override,
|
| /Linux-v6.6/Documentation/driver-api/rapidio/ |
| D | rio_cm.rst | 48 in a RapidIO network associated with the specified mport device. 52 with the specified mport device. 57 Binds the specified channel data structure to the specified 60 Enables listening for connection requests on the specified 63 Accepts a connection request from peer on the specified 64 channel. If wait timeout for this request is specified by a caller it is 71 Sends a data message through the specified channel. 72 The handler for this request assumes that message buffer specified by 78 handler will wait for new message until timeout specified by a caller 82 Closes a specified channel and frees associated buffers. [all …]
|
| /Linux-v6.6/Documentation/devicetree/bindings/arm/firmware/ |
| D | sdei.txt | 11 privilege level of the SDEI firmware (specified as part of the binding 12 below) and passing arguments in a manner specified by the "SMC Calling 22 text to handle the specified event number. 32 * "smc" : SMC #0, with the register assignments specified in this 34 * "hvc" : HVC #0, with the register assignments specified in this
|
| /Linux-v6.6/tools/perf/Documentation/ |
| D | perf-buildid-cache.txt | 26 Add specified file to the cache. 32 Add specified kcore file to the cache. For the current host that is 45 Remove a cached binary which has same build-id of specified file 49 Purge all cached binaries including older caches which have specified 56 List missing build ids in the cache for the specified file. 59 Update specified file of the cache. Note that this doesn't remove 83 If the URLs is not specified, the value of DEBUGINFOD_URLS
|
| /Linux-v6.6/Documentation/userspace-api/media/dvb/ |
| D | dmx-mmap.rst | 32 When the ``MAP_FIXED`` flag is specified, ``start`` must be a 33 multiple of the pagesize and mmap will fail when the specified 55 the one specified. If the specified address cannot be used, 56 :c:func:`mmap()` will fail. If ``MAP_FIXED`` is specified, 81 ``offset`` in the memory of the device specified by ``fd`` into the 83 address is a hint only, and is usually specified as 0.
|
| /Linux-v6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | qcom,apq8084-pinctrl.txt | 83 Definition: List of gpio pins affected by the properties specified in 97 specified pins. Functions are only valid for gpio pins. 125 Definition: The specified pins should be configured as no pull. 130 Definition: The specified pins should be configured as pull down. 135 Definition: The specified pins should be configured as pull up. 140 Definition: The specified pins are configured in output mode, driven 147 Definition: The specified pins are configured in output mode, driven 154 Definition: Selects the drive strength for the specified pins, in mA.
|
| D | bitmain,bm1880-pinctrl.txt | 91 - bias-pull-down: No arguments. The specified pins should be configured as 93 - bias-pull-up: No arguments. The specified pins should be configured as 95 - input-schmitt-enable: No arguments: Enable schmitt trigger for the specified 97 - input-schmitt-disable: No arguments: Disable schmitt trigger for the specified 99 - slew-rate: Integer. Sets slew rate for the specified pins. 103 - drive-strength: Integer. Selects the drive strength for the specified
|
| /Linux-v6.6/Documentation/devicetree/bindings/net/can/ |
| D | cc770.txt | 21 controller is half of that value. If not specified, a default 25 If not specified or if the specified value is 0, the CLKOUT pin 28 - bosch,slew-rate : slew rate of the CLKOUT signal. If not specified,
|
| /Linux-v6.6/Documentation/arch/arm64/ |
| D | kdump.rst | 46 The crashkernel memory must be reserved at the user-specified region or 57 with the specified size. 60 the high memory area for an available region of the specified size. If 83 searching the low memory with the specified size in crashkernel=,high. 88 - If crashkernel=,low is not specified, the default low memory 91 - if crashkernel=0,low is specified, it means that the low memory
|
| /Linux-v6.6/Documentation/userspace-api/media/v4l/ |
| D | func-mmap.rst | 30 When the ``MAP_FIXED`` flag is specified, ``start`` must be a 31 multiple of the pagesize and mmap will fail when the specified 70 the one specified. If the specified address cannot be used, 71 :c:func:`mmap()` will fail. If ``MAP_FIXED`` is specified, 102 ``offset`` in the memory of the device specified by ``fd`` into the 104 address is a hint only, and is usually specified as 0.
|
| /Linux-v6.6/Documentation/leds/ |
| D | ledtrig-transient.rst | 72 - activate allows activating and deactivating the timer specified by 75 - state allows user to specify a transient state to be held for the specified 84 activate state indicates a timer with a value of specified 97 to LED_OFF and 1 maps to LED_FULL. The specified state is 106 changing the state to the specified state. 115 specified value as needed. When timer expires, state is restored to the 123 any, continues to run for the specified time. 126 continues to run for the specified time. 128 held for the specified duration. 130 held for the specified duration.
|
| /Linux-v6.6/tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 70 specified show information only about given programs, 99 **visual** is specified, *PROG* must match a single program. 101 If **file** is specified, the binary image will instead be 104 If **visual** is specified, control flow graph (CFG) will be 109 be displayed. If **linum** is specified, the filename, line 115 If *FILE* is specified image will be written to a file, 117 *PROG* must match a single program when **file** is specified. 122 be displayed. If **linum** is specified, the filename, line 137 **type** is optional, if not specified program type will be 141 of existing maps. It can be specified multiple times, each [all …]
|
| /Linux-v6.6/Documentation/devicetree/bindings/iommu/ |
| D | msm,iommu-v0.txt | 12 support secure mode two interrupts must be specified, for non-secure and 14 single interrupt must be specified. 20 for information about the format. For each clock specified 24 - clock-names : List of clock names corresponding to the clocks specified in
|
| /Linux-v6.6/Documentation/hwmon/ |
| D | intel-m10-bmc-hwmon.rst | 41 tempX_input Temperature of the component (specified by tempX_label) 55 inX_input Measured voltage of the component (specified by 66 currX_input Measured current of the component (specified by 72 powerX_input Measured power of the component (specified by
|
| /Linux-v6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | tvp7002.txt | 11 this property is not specified is <0>. 14 this property is not specified is <0>. 17 not specified is <0>.
|
| /Linux-v6.6/Documentation/devicetree/bindings/sound/ |
| D | st,sta350.txt | 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 28 This property has to be specified as '/bits/ 8' value. 37 This properties have to be specified as '/bits/ 8' values. 109 value. If not specified, a divider of 1 will be used. Allowed values 111 This property has to be specified as '/bits/ 8' value.
|