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