/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | sunxi.yaml | 20 items: 25 items: 30 items: 35 items: 40 items: 45 items: 50 items: 55 items: 60 items: 65 items: [all …]
|
D | rockchip.yaml | 19 items: 24 items: 29 items: 34 items: 39 items: 44 items: 49 items: 54 items: 59 items: 64 items: [all …]
|
D | renesas.yaml | 18 items: 24 items: 32 items: 38 items: 44 items: 50 items: 56 items: 60 items: 67 - items: 75 items: [all …]
|
D | fsl.yaml | 19 items: 26 items: 33 items: 39 items: 45 items: 53 items: 62 items: 69 items: 75 items: 81 items: [all …]
|
D | mediatek.yaml | 20 - items: 25 - items: 29 - items: 33 - items: 37 - items: 41 - items: 45 - items: 49 - items: 53 - items: 57 - items: [all …]
|
D | tegra.yaml | 16 - items: 24 - items: 31 - items: 37 - items: 41 - items: 47 - items: 51 - items: 57 - items: 62 - items: 68 - items: [all …]
|
D | amlogic.yaml | 29 items: 35 items: 41 items: 47 items: 55 items: 67 items: 76 items: 84 items: 92 items: 103 items: [all …]
|
D | xilinx.yaml | 20 - items: 34 - items: 39 - items: 44 - items: 50 items: 56 items: 62 items: 68 items: 74 items: 82 items: [all …]
|
D | atmel-at91.yaml | 21 - items: 23 - items: 38 - items: 48 - items: 54 items: 63 items: 70 - items: 76 - items: 86 - items: 95 - items: [all …]
|
D | qcom.yaml | 72 - items: 77 - items: 83 - items: 88 - items: 94 - items: 100 - items: 105 - items: 114 - items: 119 - items: 126 - items: [all …]
|
/Linux-v5.4/Documentation/core-api/ |
D | workqueue.rst | 22 While there are work items on the workqueue the worker executes the 23 functions associated with the work items one after the other. When 43 while an ST wq one for the whole system. Work items had to compete for 86 subsystems and drivers queue work items on and the backend mechanism 87 which manages worker-pools and processes the queued work items. 89 There are two worker-pools, one for normal work items and the other 91 worker-pools to serve work items queued on unbound workqueues - the 94 Subsystems and drivers can create and queue work items through special 96 aspects of the way the work items are executed by setting flags on the 118 number of the currently runnable workers. Generally, work items are [all …]
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 115 } *items; in vmw_overlay_send_put() local 123 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; in vmw_overlay_send_put() 130 items = (typeof(items))&cmds[1]; in vmw_overlay_send_put() 131 flush = (struct vmw_escape_video_flush *)&items[num_items]; in vmw_overlay_send_put() 133 /* the size is header + number of items */ in vmw_overlay_send_put() 134 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put() 141 items[i].registerId = i; in vmw_overlay_send_put() 146 items[SVGA_VIDEO_ENABLED].value = true; in vmw_overlay_send_put() 147 items[SVGA_VIDEO_FLAGS].value = arg->flags; in vmw_overlay_send_put() 148 items[SVGA_VIDEO_DATA_OFFSET].value = ptr.offset; in vmw_overlay_send_put() [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | thread_map.c | 37 int items; in thread_map__new_by_pid() local 42 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid() 43 if (items <= 0) in thread_map__new_by_pid() 46 threads = thread_map__alloc(items); in thread_map__new_by_pid() 48 for (i = 0; i < items; i++) in thread_map__new_by_pid() 50 threads->nr = items; in thread_map__new_by_pid() 54 for (i=0; i<items; i++) in thread_map__new_by_pid() 77 int max_threads = 32, items, i; in __thread_map__new_all_cpus() local 110 items = scandir(path, &namelist, filter, NULL); in __thread_map__new_all_cpus() 111 if (items <= 0) in __thread_map__new_all_cpus() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/mmc/ |
D | allwinner,sun4i-a10-mmc.yaml | 29 - items: 32 - items: 35 - items: 38 - items: 41 - items: 44 - items: 47 - items: 60 items: 69 items:
|
/Linux-v5.4/include/linux/ |
D | counter.h | 68 * @items: Array of strings 69 * @num_items: Number of items specified in @items 78 * items. The get callback is used to query the currently active item; the index 79 * of the item within the respective items array is returned via the 'item' 82 * respective items array. 85 const char * const *items; member 113 * Creates a read only attribute that lists all the available enum items in a 209 * @items: Array of strings 210 * @num_items: Number of items specified in @items 219 * items. The get callback is used to query the currently active item; the index [all …]
|
/Linux-v5.4/sound/pci/lola/ |
D | lola_clock.c | 128 chip->clock.items = val & 0xff; in lola_init_clock_widget() 130 chip->clock.items); in lola_init_clock_widget() 131 if (chip->clock.items > MAX_SAMPLE_CLOCK_COUNT) { in lola_init_clock_widget() 133 chip->clock.items); in lola_init_clock_widget() 137 nitems = chip->clock.items; in lola_init_clock_widget() 143 unsigned short items[4]; in lola_init_clock_widget() local 152 items[0] = val & 0xfff; in lola_init_clock_widget() 153 items[1] = (val >> 16) & 0xfff; in lola_init_clock_widget() 154 items[2] = res_ex & 0xfff; in lola_init_clock_widget() 155 items[3] = (res_ex >> 16) & 0xfff; in lola_init_clock_widget() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/gpu/ |
D | arm,mali-midgard.yaml | 17 - items: 21 - items: 25 - items: 29 - items: 33 - items: 37 - items: 51 items: 57 items: 68 items:
|
/Linux-v5.4/Documentation/devicetree/bindings/ |
D | example-schema.yaml | 44 - items: 45 # items is a list of possible values for the property. The number of 50 # Each element in items should be 'enum' or 'const' 59 - items: 68 items: 75 items: 85 items: 92 items: 104 items: 150 - items:
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/stm32/ |
D | stm32.yaml | 15 - items: 18 - items: 21 - items: 24 - items: 27 - items:
|
/Linux-v5.4/fs/reiserfs/ |
D | ibalance.c | 123 * Insert count items into buffer cur before position to. 124 * Items and node pointers are specified by inserted and bh respectively. 163 /* prepare space for count items */ in internal_insert_childs() 202 * Delete del_num items and node pointers from buffer cur starting from 217 "negative number of items (%d) can not be deleted", del_num); in internal_delete_pointers_items() 276 /* delete n node pointers and items starting from given position */ 291 * copy cpy_num node pointers and cpy_num - 1 items from buffer src to buffer 293 * last_first == FIRST_TO_LAST means that we copy first items 295 * last_first == LAST_TO_FIRST means that we copy last items 304 * of items in DEST as delimiting key have already inserted to in internal_copy_pointers_items() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | allwinner,sun4i-a10-i2s.yaml | 24 - items: 35 items: 40 items: 78 items: 87 - items: 98 items: 103 items:
|
/Linux-v5.4/Documentation/devicetree/bindings/i2c/ |
D | marvell,mv64xxx-i2c.yaml | 16 - items: 20 - items: 23 - items: 26 - items: 29 - items: 51 items: 58 items:
|
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | convert_py_to_csv.py | 16 return D.items() 28 for dest, srcD in D.items(): 32 S = sorted(S.items(), key = lambda src_destD : src_destD[0]) 44 *(((value_to_name[dest],v),) for dest,v in destD.items()) 59 for family, dst_src_map in ni_values.ni_route_values.items(): 62 for device, dst_src_map in ni_values.ni_device_routes.items():
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_defer.c | 37 * requires us to log "intent" items in case log recovery needs to 38 * redo the operation, and to log "done" items to indicate that redo 41 * Deferred work is tracked in xfs_defer_pending items. Each pending 42 * item tracks one type of deferred work. Incoming work items (which 51 * - Sort the work items in AG order. XFS locking 60 * number of items that we attach to a given xfs_defer_pending. 77 * work items every time we roll the transaction, and that we must log 79 * we can perform complex remapping operations, chaining intent items 87 * refcount adjust functions deciding that they've logged enough items 92 * a new log intent item with the unfinished work items, roll the [all …]
|
/Linux-v5.4/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 116 actually relatively easy to do - all the changes to logged items are already 192 Hence we avoid the need to lock items when we need to flush outstanding 240 Hence we avoid needing a new on-disk format to handle items that have been 253 The log item is already used to track the log items that have been written to 254 the log but not yet written to disk. Such log items are considered "active" 256 double linked list. Items are inserted into this list during log buffer IO 264 such, we cannot reuse the AIL list pointers for tracking committed items, nor 269 Similar to the AIL, tracking of committed items is done through a new list 270 called the Committed Item List (CIL). The list tracks log items that have been 274 and done to make it easy for debugging - the last items in the list are the [all …]
|