Searched refs:get_type (Results 1 – 3 of 3) sorted by relevance
/drivers/md/ |
D | dm-exception-store.c | 72 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() function 219 type = get_type("P"); in dm_exception_store_create() 221 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()
|
/drivers/media/dvb/bt8xx/ |
D | dst.c | 948 u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_card_type() local 949 get_type[7] = dst_check_sum(get_type, 7); in dst_card_type() 950 if (dst_command(state, get_type, 8) < 0) { in dst_card_type()
|