Searched refs:get_type (Results 1 – 10 of 10) sorted by relevance
| /drivers/regulator/ |
| A D | internal.h | 85 const char *id, enum regulator_get_type get_type); 131 enum regulator_get_type get_type); 133 const char *id, enum regulator_get_type get_type); 135 enum regulator_get_type get_type); 137 struct regulator_bulk_data *consumers, enum regulator_get_type get_type);
|
| A D | devres.c | 23 int get_type) in _devm_regulator_get() argument 31 regulator = _regulator_get(dev, id, get_type); in _devm_regulator_get() 81 int get_type) in _devm_regulator_get_enable() argument 86 r = _devm_regulator_get(dev, id, get_type); in _devm_regulator_get_enable() 250 enum regulator_get_type get_type) in _devm_regulator_bulk_get() argument 260 ret = _regulator_bulk_get(dev, num_consumers, consumers, get_type); in _devm_regulator_bulk_get() 754 const char *id, int get_type) in _devm_of_regulator_get() argument 762 regulator = _of_regulator_get(dev, node, id, get_type); in _devm_of_regulator_get()
|
| A D | of_regulator.c | 687 const char *id, enum regulator_get_type get_type) in _of_regulator_get() argument 692 ret = _regulator_get_common_check(dev, id, get_type); in _of_regulator_get() 697 return _regulator_get_common(r, dev, id, get_type); in _of_regulator_get()
|
| A D | core.c | 2172 enum regulator_get_type get_type) in _regulator_get_common_check() argument 2174 if (get_type >= MAX_GET_TYPE) { in _regulator_get_common_check() 2175 dev_err(dev, "invalid type %d in %s\n", get_type, __func__); in _regulator_get_common_check() 2201 const char *id, enum regulator_get_type get_type) in _regulator_get_common() argument 2223 switch (get_type) { in _regulator_get_common() 2253 if (get_type == EXCLUSIVE_GET && rdev->open_count) { in _regulator_get_common() 2295 if (get_type == EXCLUSIVE_GET) { in _regulator_get_common() 2328 enum regulator_get_type get_type) in _regulator_get() argument 2333 ret = _regulator_get_common_check(dev, id, get_type); in _regulator_get() 2338 return _regulator_get_common(rdev, dev, id, get_type); in _regulator_get() [all …]
|
| /drivers/md/ |
| A D | dm-exception-store.c | 73 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() function 215 type = get_type("P"); in dm_exception_store_create() 217 type = get_type("N"); in dm_exception_store_create()
|
| A D | dm-log.c | 66 static struct dm_dirty_log_type *get_type(const char *type_name) in get_type() function 160 type = get_type(type_name); in dm_dirty_log_create()
|
| /drivers/media/pci/bt8xx/ |
| A 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/virtio/ |
| A D | virtio_pci_modern.c | 1156 u8 get_type, struct scatterlist *res_sg, in virtio_pci_admin_dev_parts_get() argument 1169 if (get_type != VIRTIO_ADMIN_CMD_DEV_PARTS_GET_TYPE_ALL) in virtio_pci_admin_dev_parts_get() 1182 data->type = get_type; in virtio_pci_admin_dev_parts_get()
|
| /drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| A D | halbtcoutsrc.h | 717 bool (*btc_get)(void *btcoexist, u8 get_type, void *out_buf);
|
| A 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()
|
Completed in 52 milliseconds