| /Linux-v5.10/scripts/gdb/linux/ |
| D | dmesg.py | 38 sz = printk_ringbuffer_type.get_type().sizeof 42 off = printk_ringbuffer_type.get_type()['desc_ring'].bitpos // 8 44 sz = prb_desc_ring_type.get_type().sizeof 48 off = prb_desc_ring_type.get_type()['count_bits'].bitpos // 8 50 desc_sz = prb_desc_type.get_type().sizeof 51 off = prb_desc_ring_type.get_type()['descs'].bitpos // 8 56 info_sz = printk_info_type.get_type().sizeof 57 off = prb_desc_ring_type.get_type()['infos'].bitpos // 8 62 off = printk_ringbuffer_type.get_type()['text_data_ring'].bitpos // 8 64 sz = prb_data_ring_type.get_type().sizeof [all …]
|
| D | rbtree.py | 14 if root.type == rb_root_type.get_type(): 15 node = root.address.cast(rb_root_type.get_type().pointer()) 16 elif root.type != rb_root_type.get_type().pointer(): 30 if root.type == rb_root_type.get_type(): 31 node = root.address.cast(rb_root_type.get_type().pointer()) 32 elif root.type != rb_root_type.get_type().pointer(): 47 return parent.cast(rb_node_type.get_type().pointer()) 55 if node.type == rb_node_type.get_type(): 56 node = node.address.cast(rb_node_type.get_type().pointer()) 57 elif node.type != rb_node_type.get_type().pointer(): [all …]
|
| D | device.py | 32 kobject_type.get_type().pointer(), "entry") 37 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 44 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 69 klist_node_type.get_type().pointer(), 'n_node') 74 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_bus') 80 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_class') 86 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_parent') 145 if dev.type != device_type.get_type().pointer():
|
| D | lists.py | 24 if head.type == list_head.get_type().pointer(): 26 elif head.type != list_head.get_type(): 42 if head.type == hlist_head.get_type().pointer(): 44 elif head.type != hlist_head.get_type(): 61 if (head.type == list_head.get_type().pointer()): 63 elif (head.type != list_head.get_type()):
|
| D | genpd.py | 55 device_link_type.get_type().pointer(), 66 pm_domain_data_type.get_type().pointer(), 78 generic_pm_domain_type.get_type().pointer(),
|
| D | tasks.py | 23 task_ptr_type = task_type.get_type().pointer() 93 thread_info_ptr_type = thread_info_type.get_type().pointer() 101 if task.type.fields()[0].type == thread_info_type.get_type():
|
| D | modules.py | 28 module_ptr_type = module_type.get_type().pointer() 83 t = self._module_use_type.get_type().pointer()
|
| D | timerlist.py | 13 timerqueue_node_type = utils.CachedType("struct timerqueue_node").get_type() 14 hrtimer_type = utils.CachedType("struct hrtimer").get_type() 47 curr = curr.address.cast(rbtree.rb_node_type.get_type().pointer())
|
| D | utils.py | 26 def get_type(self): member in CachedType 42 return long_type.get_type()
|
| D | clk.py | 15 clk_core_type.get_type().pointer(), "child_node")
|
| D | proc.py | 135 mount_ptr_type = mount_type.get_type().pointer()
|
| /Linux-v5.10/drivers/md/ |
| D | dm-exception-store.c | 72 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() function 214 type = get_type("P"); in dm_exception_store_create() 216 type = get_type("N"); in dm_exception_store_create()
|
| D | dm-log.c | 65 static struct dm_dirty_log_type *get_type(const char *type_name) in get_type() function 159 type = get_type(type_name); in dm_dirty_log_create()
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | reloc_32.S | 108 beq get_type /* value = 0 */ 122 beq get_type /* We have r5 = 0 */ 125 get_type: label
|
| /Linux-v5.10/drivers/regulator/ |
| D | internal.h | 113 enum regulator_get_type get_type);
|
| D | devres.c | 23 int get_type) in _devm_regulator_get() argument 31 regulator = _regulator_get(dev, id, get_type); in _devm_regulator_get()
|
| D | core.c | 1898 enum regulator_get_type get_type) in _regulator_get() argument 1905 if (get_type >= MAX_GET_TYPE) { in _regulator_get() 1906 dev_err(dev, "invalid type %d in %s\n", get_type, __func__); in _regulator_get() 1932 switch (get_type) { in _regulator_get() 1960 if (get_type == EXCLUSIVE_GET && rdev->open_count) { in _regulator_get() 1998 if (get_type == EXCLUSIVE_GET) { in _regulator_get()
|
| /Linux-v5.10/drivers/media/pci/bt8xx/ |
| D | dst.c | 919 u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_card_type() local 920 get_type[7] = dst_check_sum(get_type, 7); in dst_card_type() 921 if (dst_command(state, get_type, 8) < 0) { in dst_card_type()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| D | halbtcoutsrc.h | 717 bool (*btc_get)(void *btcoexist, u8 get_type, void *out_buf);
|
| D | halbtcoutsrc.c | 519 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) in halbtc_get() argument 536 switch (get_type) { in halbtc_get()
|
| /Linux-v5.10/tools/lib/traceevent/ |
| D | event-parse.c | 931 static enum tep_event_type get_type(int ch) in get_type() function 1008 type = get_type(ch); in __read_token() 1114 while (get_type(peek_char()) == type) { in __read_token()
|