/linux-6.14.4/fs/nfs/blocklayout/ |
D | extent_tree.c | 26 ext_tree_prev(struct pnfs_block_extent *be) in ext_tree_prev() argument 28 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() 33 ext_tree_next(struct pnfs_block_extent *be) in ext_tree_next() argument 35 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() 40 ext_f_end(struct pnfs_block_extent *be) in ext_f_end() argument 42 return be->be_f_offset + be->be_length; in ext_f_end() 49 struct pnfs_block_extent *be = NULL; in __ext_tree_search() local 52 be = ext_node(node); in __ext_tree_search() 53 if (start < be->be_f_offset) in __ext_tree_search() 55 else if (start >= ext_f_end(be)) in __ext_tree_search() [all …]
|
/linux-6.14.4/drivers/media/i2c/ |
D | ar0521.c | 42 #define AR0521_HEIGHT_BLANKING_MIN 38u /* must be even */ 85 #define be cpu_to_be16 macro 169 /* Data must be BE16, the first value is the register address */ 194 __be16 buf[2] = {be(reg), be(val)}; in ar0521_write_reg() 209 be(AR0521_REG_FRAME_LENGTH_LINES), in ar0521_set_geometry() 210 be(sensor->fmt.height + sensor->ctrls.vblank->val), in ar0521_set_geometry() 211 be(sensor->fmt.width + sensor->ctrls.hblank->val), in ar0521_set_geometry() 212 be(x), in ar0521_set_geometry() 213 be(y), in ar0521_set_geometry() 214 be(x + sensor->fmt.width - 1), in ar0521_set_geometry() [all …]
|
D | Kconfig | 52 module will be called alvium-csi2. 61 module will be called ar0521. 71 module will be called gc0308. 81 module will be called gc05a2. 91 module will be called gc08a3. 101 module will be called gc2145. 110 module will be called hi556. 119 module will be called hi846. 128 module will be called hi847. 137 module will be called imx208. [all …]
|
/linux-6.14.4/drivers/hwmon/pmbus/ |
D | Kconfig | 12 This driver can also be built as a module. If so, the module will 13 be called pmbus_core. 27 This driver can also be built as a module. If so, the module will 28 be called pmbus. 36 This driver can also be built as a module. If so, the module will 37 be called acbel-fsg032. 47 This driver can also be built as a module. If so, the module will 48 be called adm1266. 57 This driver can also be built as a module. If so, the module will 58 be called adm1275. [all …]
|
/linux-6.14.4/drivers/hwmon/ |
D | Kconfig | 23 This support can also be built as a module. If so, the module 24 will be called hwmon. 48 chip can be found on Abit uGuru featuring motherboards (most modern 53 This driver can also be built as a module. If so, the module 54 will be called abituguru. 63 uGuru chip can be found on recent Abit motherboards (since end 67 This driver can also be built as a module. If so, the module 68 will be called abituguru3. 85 This driver can also be built as a module. If so, the module 86 will be called ad7314. [all …]
|
/linux-6.14.4/drivers/i2c/busses/ |
D | Kconfig | 23 If you say yes to this option, support will be included for the SMB 28 This driver can also be built as a module. If so, the module 29 will be called i2c-ali1535. 35 If you say yes to this option, support will be included for the SMB 40 This driver can also be built as a module. If so, the module 41 will be called i2c-ali1563. 47 If you say yes to this option, support will be included for the 50 This driver can also be built as a module. If so, the module 51 will be called i2c-ali15x3. 57 If you say yes to this option, support will be included for the AMD [all …]
|
/linux-6.14.4/drivers/rtc/ |
D | Kconfig | 20 be allowed to plug one or more RTCs to your system. You will 29 If you say yes here, the system time (wall clock) will be set using 38 The RTC device that will be used to (re)initialize the system 44 This clock should be battery-backed, so that it reads the correct 49 be useful to reinitialize system time when resuming from system 57 If you say yes here, the system time (wall clock) will be stored 114 Other RTCs will not be available through that API. 129 can be accessed as /dev/rtc, which is a name 151 RTC test driver. It's a software RTC which can be 158 This driver can also be built as a module. If so, the module [all …]
|
/linux-6.14.4/tools/perf/util/ |
D | genelf_debug.c | 47 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump() argument 51 for (i = 0 ; i < be->cur_pos; i++) in buffer_ext_dump() 52 warnx("%4zu 0x%02x", i, (((char *)be->data)[i]) & 0xff); in buffer_ext_dump() 56 buffer_ext_add(struct buffer_ext *be, void *addr, size_t sz) in buffer_ext_add() argument 59 size_t be_sz = be->max_sz; in buffer_ext_add() 62 if ((be->cur_pos + sz) < be_sz) { in buffer_ext_add() 63 memcpy(be->data + be->cur_pos, addr, sz); in buffer_ext_add() 64 be->cur_pos += sz; in buffer_ext_add() 73 tmp = realloc(be->data, be_sz); in buffer_ext_add() 77 be->data = tmp; in buffer_ext_add() [all …]
|
/linux-6.14.4/Documentation/arch/arm64/ |
D | booting.rst | 20 hypervisor code, or it may just be a handful of instructions for 53 The device tree blob (dtb) must be placed on an 8-byte boundary and must 54 not exceed 2 megabytes in size. Since the dtb will be mapped cacheable 55 using blocks of up to 2 megabytes in size, it must not be placed within 56 any 2M region which must be mapped with any specific attributes. 58 NOTE: versions prior to v4.2 also require that the DTB be placed within 67 therefore requires decompression (gzip etc.) to be performed by the boot 106 little-endian and must be respected. Where image_size is zero, 107 text_offset can be assumed to be 0x80000. 113 Bit 0 Kernel endianness. 1 if BE, 0 if LE. [all …]
|
D | gcs.rst | 9 intended to be exhaustive. 28 GCSPR_EL0. This is readable by userspace but can only be updated 43 at runtime this should be done with great care. 47 * GCS specific errors (those reported with EC 0x2d) will be reported as 56 in LR match those in the GCS, the LR will be ignored. This is not supported 66 should be used. 82 status of the specified GCS mode bits will be rejected. 84 * PR_LOCK_SHADOW_STACK_STATUS allows any bit to be locked, this allows 91 thread that called them, any other running threads will be unaffected. 97 * The current GCS configuration for a thread may be read with the [all …]
|
/linux-6.14.4/drivers/iio/adc/ |
D | Kconfig | 33 To compile this driver as a module, choose M here: the module will be 48 To compile this driver as a module, choose M here: the module will be 61 To compile this driver as a module, choose M here: the module will be 84 To compile this driver as a module, choose M here: the module will be 95 To compile this driver as a module, choose M here: the module will be 112 To compile this driver as a module, choose M here: the module will be 130 module will be called ad7192. 142 To compile this driver as a module, choose M here: the module will be 154 module will be called ad7280a 164 module will be called ad7291. [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/regulator/ |
D | regulator.yaml | 41 description: boolean, regulator should never be disabled 49 This property is intended to only be used for regulators where 58 description: allow the regulator performance level to be configured 63 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay 105 for the regulator at run-time. Elements may be specified in any order. 131 hardware performs emergency shutdown. Zero can be passed to disable 132 protection and value '1' indicates that protection should be enabled but 133 limit setting can be omitted. 138 Zero can be passed to disable error detection and value '1' indicates 139 that detection should be enabled but limit setting can be omitted. [all …]
|
/linux-6.14.4/Documentation/security/keys/ |
D | core.rst | 6 user mappings, and similar to be cached in the kernel for the use of 13 The key service can be configured on by enabling: 46 * Each key is of a defined "type". Types must be registered inside the 48 can be added or used. Userspace programs cannot define new types directly. 51 number of operations that can be performed on a key of that type. 53 Should a type be removed from the system, all the keys of that type will 54 be invalidated. 56 * Each key has a description. This should be a printable string. The key 62 whether a kernel service will be able to find the key. 64 * Each key can be set to expire at a specific time by the key type's [all …]
|
/linux-6.14.4/sound/soc/ |
D | soc-pcm.c | 37 /* Negative values might be errors */ in _soc_pcm_ret() 61 /* is the current PCM operation for this BE ? */ 63 struct snd_soc_pcm_runtime *be, int stream) in snd_soc_dpcm_be_can_update() argument 67 be->dpcm[stream].runtime_update)) in snd_soc_dpcm_be_can_update() 73 struct snd_soc_pcm_runtime *be, in snd_soc_dpcm_check_state() argument 83 for_each_dpcm_fe(be, stream, dpcm) { in snd_soc_dpcm_check_state() 97 /* it's safe to do this BE DAI */ in snd_soc_dpcm_check_state() 102 * We can only hw_free, stop, pause or suspend a BE DAI if any of it's FE 106 struct snd_soc_pcm_runtime *be, int stream) in snd_soc_dpcm_can_be_free_stop() argument 114 return snd_soc_dpcm_check_state(fe, be, stream, state, ARRAY_SIZE(state)); in snd_soc_dpcm_can_be_free_stop() [all …]
|
/linux-6.14.4/drivers/nvmem/ |
D | Kconfig | 40 This driver can also be built as a module. If so, the module will 41 be called nvmem-apple-efuses. 52 This driver can also be built as a module. If so, the module 53 will be called nvmem-bcm-ocotp. 61 This driver provides support for Broadcom's NVRAM that can be accessed 72 This driver can also be built as a module. If so, the module 73 will be called nvmem-imx-iim. 84 This driver can also be built as a module. If so, the module 85 will be called nvmem-imx-ocotp. 114 will be called nvmem_jz4780_efuse. [all …]
|
/linux-6.14.4/net/sched/ |
D | Kconfig | 17 is a FIFO (first come, first served). If you say Y here, you will be 19 then be attached to different network devices. This is useful for 23 This code is considered to be experimental. 37 If you say Y here and to "/proc file system" below, you will be able 60 module will be called sch_htb. 69 module will be called sch_hfsc. 78 module will be called sch_prio. 87 module will be called sch_multiq. 98 module will be called sch_red. 109 module will be called sch_sfb. [all …]
|
/linux-6.14.4/drivers/i2c/muxes/ |
D | Kconfig | 14 If you say yes to this option, support will be included for an 19 This driver can also be built as a module. If so, the module 20 will be called i2c-arb-gpio-challenge. 26 If you say yes to this option, support will be included for a 31 This driver can also be built as a module. If so, the module 32 will be called i2c-mux-gpio. 39 If you say yes to this option, support will be included for a 44 This driver can also be built as a module. If so, the module 45 will be called i2c-mux-gpmux. 55 This driver can also be built as a module. If so, the module [all …]
|
/linux-6.14.4/fs/btrfs/ |
D | ref-verify.c | 30 * be used to verify the extent tree is consistent as these should all match 48 * were called with since it could be different from ref_root. We also store 79 struct block_entry *be) in insert_block_entry() argument 88 if (entry->bytenr > be->bytenr) in insert_block_entry() 90 else if (entry->bytenr < be->bytenr) in insert_block_entry() 96 rb_link_node(&be->node, parent_node, p); in insert_block_entry() 97 rb_insert_color(&be->node, root); in insert_block_entry() 235 static void free_block_entry(struct block_entry *be) in free_block_entry() argument 242 while ((n = rb_first(&be->roots))) { in free_block_entry() 244 rb_erase(&re->node, &be->roots); in free_block_entry() [all …]
|
/linux-6.14.4/drivers/input/misc/ |
D | Kconfig | 8 Say Y here, and a list of miscellaneous input drivers will be displayed. 24 will be called 88pm860x_onkey. 34 will be called 88pm80x_onkey. 51 will be called ab8500-ponkey. 61 module will be called ad714x. 71 module will be called ad714x-i2c. 81 module will be called ad714x-spi. 92 will be called ariel-pwrbutton. 102 module will be called arizona-haptics. 109 power button status. ONKEY can be used to wakeup from low power [all …]
|
/linux-6.14.4/Documentation/networking/ |
D | rxrpc.rst | 8 that can be used to perform RxRPC remote operations. This is done over sockets 68 manage security on the client end. The server end must of necessity be 99 endpoint, thus allowing the endpoints to be shared, even to the same 103 to multiple services. A service may be considered the RxRPC equivalent of 106 (#) Client-originating packets are marked, thus a transport endpoint can be 110 (#) Up to a billion connections may be supported concurrently between one 123 billion calls, but only up to four calls may be in progress on a 143 connection lapse before the client, the security will be renegotiated if 152 been received but may yet be discarded and re-requested. The sender may 162 (#) An call may be aborted by either end at any time up to its completion. [all …]
|
/linux-6.14.4/drivers/iio/temperature/ |
D | Kconfig | 15 will be called iqs620at-temp. 26 will be called ltc2983. 41 This driver can also be built as a module. If so, the module will 42 be called maxim_thermocouple. 55 will be called hid-sensor-temperature. 64 This driver can also be built as a module. If so, the module will 65 be called mlx90614. 76 This driver can also be built as a module. If so, the module will 77 be called mlx90632. 88 This driver can also be built as a module. If so, the module will [all …]
|
/linux-6.14.4/Documentation/admin-guide/ |
D | md.rst | 7 Tools that manage md devices can be found at 82 This autodetection may be suppressed with the kernel parameter 84 superblock can be autodetected and run at boot time. 94 ``dirty`` means that the parity cannot be trusted, and the fact that it 96 be reconstructed (due to no parity). 108 arrays to be started. 136 be accessed. 138 An array should be created by a user-space tool. This will write 147 format is to be used. The minor number might be used to tune handling 157 Once started, new devices can be added. They should have an [all …]
|
/linux-6.14.4/Documentation/process/ |
D | 4.Coding.rst | 6 While there is much to be said for a solid and community-oriented design 8 code. It is the code which will be examined by other developers and merged 34 the standard; many developers will request that the code be reformatted 42 win before the code can be merged. Putting code into the kernel means 53 on it for other reasons, but coding style changes should not be made for 56 The coding style document also should not be read as an absolute law which 57 can never be transgressed. If there is a good reason to go against the 69 Some basic editor settings, such as indentation and line endings, will be 81 But experience has shown that excessive or premature abstraction can be 82 just as harmful as premature optimization. Abstraction should be used to [all …]
|
/linux-6.14.4/drivers/net/xen-netback/ |
D | xenbus.c | 13 static int connect_data_rings(struct backend_info *be, 15 static void connect(struct backend_info *be); 16 static int read_xenbus_vif_flags(struct backend_info *be); 17 static int backend_create_xenvif(struct backend_info *be); 18 static void unregister_hotplug_status_watch(struct backend_info *be); 20 static void set_backend_state(struct backend_info *be, 206 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent() local 208 if (!be) in netback_uevent() 211 if (add_uevent_var(env, "script=%s", be->hotplug_script)) in netback_uevent() 214 if (!be->vif) in netback_uevent() [all …]
|
/linux-6.14.4/drivers/iio/light/ |
D | Kconfig | 21 be called acpi-als. 32 This driver can also be built as a module. If so, the module 33 will be called adjd_s311. 44 module will be called adux1020. 54 module will be called al3010. 64 module will be called al3320a. 74 module will be called apds9300. 85 If built as a dynamically linked module, it will be called 99 module will be called apds9960 114 This driver can also be built as a module. If so, the module [all …]
|