Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/scripts/gdb/linux/
Dlists.py23 if (head.type == list_head.get_type().pointer()):
25 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()
Dmodules.py24 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()
/linux-4.4.14/arch/powerpc/kernel/
Dreloc_32.S112 beq get_type /* value = 0 */
126 beq get_type /* We have r5 = 0 */
129 get_type: label
/linux-4.4.14/kernel/gcov/
Dgcc_3_4.c351 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/
Ddevres.c34 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/
Dhalbtcoutsrc.c232 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) in halbtc_get() argument
248 switch (get_type) { in halbtc_get()
Dhalbtcoutsrc.h386 typedef bool (*bfp_btc_get)(void *btcoexist, u8 get_type, void *out_buf);
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst.c950 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/
Devent-parse.c875 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()