/Linux-v4.19/scripts/gdb/linux/ |
D | lists.py | 22 if head.type == list_head.get_type().pointer(): 24 elif head.type != list_head.get_type(): 36 if node.type != list_head.get_type().pointer(): 44 if (head.type == list_head.get_type().pointer()): 46 elif (head.type != list_head.get_type()):
|
D | tasks.py | 23 task_ptr_type = task_type.get_type().pointer() 91 thread_info_ptr_type = thread_info_type.get_type().pointer() 99 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 | utils.py | 26 def get_type(self): member in CachedType 42 return long_type.get_type()
|
D | proc.py | 131 mount_ptr_type = mount_type.get_type().pointer()
|
/Linux-v4.19/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-v4.19/arch/powerpc/kernel/ |
D | reloc_32.S | 112 beq get_type /* value = 0 */ 126 beq get_type /* We have r5 = 0 */ 129 get_type: label
|
/Linux-v4.19/kernel/gcov/ |
D | gcc_3_4.c | 352 static struct type_info *get_type(struct gcov_iterator *iter) in get_type() function 455 get_type(iter)->offset += iter->count; in gcov_iter_next() 550 GCOV_TAG_FOR_COUNTER(get_type(iter)->ctr_type)); in gcov_iter_write() 559 values[iter->count + get_type(iter)->offset]); in gcov_iter_write()
|
/Linux-v4.19/drivers/regulator/ |
D | internal.h | 115 enum regulator_get_type get_type);
|
D | devres.c | 28 int get_type) in _devm_regulator_get() argument 36 regulator = _regulator_get(dev, id, get_type); in _devm_regulator_get()
|
D | core.c | 1641 enum regulator_get_type get_type) in _regulator_get() argument 1648 if (get_type >= MAX_GET_TYPE) { in _regulator_get() 1649 dev_err(dev, "invalid type %d in %s\n", get_type, __func__); in _regulator_get() 1675 switch (get_type) { in _regulator_get() 1705 if (get_type == EXCLUSIVE_GET && rdev->open_count) { in _regulator_get() 1733 if (get_type == EXCLUSIVE_GET) { in _regulator_get()
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst.c | 931 u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_card_type() local 932 get_type[7] = dst_check_sum(get_type, 7); in dst_card_type() 933 if (dst_command(state, get_type, 8) < 0) { in dst_card_type()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.h | 738 bool (*btc_get)(void *btcoexist, u8 get_type, void *out_buf);
|
D | halbtcoutsrc.c | 547 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) in halbtc_get() argument 564 switch (get_type) { in halbtc_get()
|
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | halbtcoutsrc.h | 471 typedef bool (*bfp_btc_get)(void *btcoexist, u8 get_type, void *out_buf);
|
D | halbtcoutsrc.c | 494 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) in halbtc_get() argument 511 switch (get_type) { in halbtc_get()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.c | 865 static enum event_type get_type(int ch) in get_type() function 947 type = get_type(ch); in __read_token() 1053 while (get_type(__peek_char()) == type) { in __read_token()
|