Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/scripts/gdb/linux/
Dlists.py22 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()):
Dtasks.py23 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():
Dmodules.py28 module_ptr_type = module_type.get_type().pointer()
83 t = self._module_use_type.get_type().pointer()
Dutils.py26 def get_type(self): member in CachedType
42 return long_type.get_type()
Dproc.py131 mount_ptr_type = mount_type.get_type().pointer()
/Linux-v4.19/drivers/md/
Ddm-exception-store.c72 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()
Ddm-log.c65 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/
Dreloc_32.S112 beq get_type /* value = 0 */
126 beq get_type /* We have r5 = 0 */
129 get_type: label
/Linux-v4.19/kernel/gcov/
Dgcc_3_4.c352 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/
Dinternal.h115 enum regulator_get_type get_type);
Ddevres.c28 int get_type) in _devm_regulator_get() argument
36 regulator = _regulator_get(dev, id, get_type); in _devm_regulator_get()
Dcore.c1641 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/
Ddst.c931 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/
Dhalbtcoutsrc.h738 bool (*btc_get)(void *btcoexist, u8 get_type, void *out_buf);
Dhalbtcoutsrc.c547 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/
Dhalbtcoutsrc.h471 typedef bool (*bfp_btc_get)(void *btcoexist, u8 get_type, void *out_buf);
Dhalbtcoutsrc.c494 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/
Devent-parse.c865 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()