Searched refs:get_type (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/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-4.4.14/scripts/gdb/linux/ |
D | lists.py | 23 if (head.type == list_head.get_type().pointer()): 25 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()
|
D | modules.py | 24 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()
|
/linux-4.4.14/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-4.4.14/kernel/gcov/ |
D | gcc_3_4.c | 351 static struct type_info *get_type(struct gcov_iterator *iter) in get_type() function 454 get_type(iter)->offset += iter->count; in gcov_iter_next() 549 GCOV_TAG_FOR_COUNTER(get_type(iter)->ctr_type)); in gcov_iter_write() 558 values[iter->count + get_type(iter)->offset]); in gcov_iter_write()
|
/linux-4.4.14/drivers/regulator/ |
D | devres.c | 34 int get_type) in _devm_regulator_get() argument 42 switch (get_type) { in _devm_regulator_get()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 232 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) in halbtc_get() argument 248 switch (get_type) { in halbtc_get()
|
D | halbtcoutsrc.h | 386 typedef bool (*bfp_btc_get)(void *btcoexist, u8 get_type, void *out_buf);
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst.c | 950 u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_card_type() local 951 get_type[7] = dst_check_sum(get_type, 7); in dst_card_type() 952 if (dst_command(state, get_type, 8) < 0) { in dst_card_type()
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 875 static enum event_type get_type(int ch) in get_type() function 957 type = get_type(ch); in __read_token() 1063 while (get_type(__peek_char()) == type) { in __read_token()
|