Searched refs:get_type (Results 1 – 8 of 8) 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 | 23 int get_type) in _devm_regulator_get() argument 31 regulator = _regulator_get(dev, id, get_type); in _devm_regulator_get()
|
D | internal.h | 124 enum regulator_get_type get_type);
|
D | core.c | 2129 enum regulator_get_type get_type) in _regulator_get() argument 2136 if (get_type >= MAX_GET_TYPE) { in _regulator_get() 2137 dev_err(dev, "invalid type %d in %s\n", get_type, __func__); in _regulator_get() 2163 switch (get_type) { in _regulator_get() 2191 if (get_type == EXCLUSIVE_GET && rdev->open_count) { in _regulator_get() 2231 if (get_type == EXCLUSIVE_GET) { in _regulator_get()
|
/drivers/media/pci/bt8xx/ |
D | dst.c | 919 u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_card_type() local 920 get_type[7] = dst_check_sum(get_type, 7); in dst_card_type() 921 if (dst_command(state, get_type, 8) < 0) { in dst_card_type()
|
/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.h | 717 bool (*btc_get)(void *btcoexist, u8 get_type, void *out_buf);
|
D | halbtcoutsrc.c | 503 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) in halbtc_get() argument 520 switch (get_type) { in halbtc_get()
|