Home
last modified time | relevance | path

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

/drivers/md/
Ddm-exception-store.c72 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()
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()
/drivers/media/dvb/bt8xx/
Ddst.c948 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()