Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 6 of 6) 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
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()
/drivers/regulator/
Ddevres.c34 int get_type) in _devm_regulator_get() argument
42 switch (get_type) { in _devm_regulator_get()
/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()
/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);