Symbol: get_type
drivers/md/dm-exception-store.c
215
type = get_type("P");
drivers/md/dm-exception-store.c
217
type = get_type("N");
drivers/md/dm-log.c
160
type = get_type(type_name);
drivers/media/pci/bt8xx/dst.c
919
u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
drivers/media/pci/bt8xx/dst.c
920
get_type[7] = dst_check_sum(get_type, 7);
drivers/media/pci/bt8xx/dst.c
921
if (dst_command(state, get_type, 8) < 0) {
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
503
static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf)
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
520
switch (get_type) {
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h
717
bool (*btc_get)(void *btcoexist, u8 get_type, void *out_buf);
drivers/regulator/core.c
2379
enum regulator_get_type get_type)
drivers/regulator/core.c
2381
if (get_type >= MAX_GET_TYPE) {
drivers/regulator/core.c
2382
dev_err(dev, "invalid type %d in %s\n", get_type, __func__);
drivers/regulator/core.c
2408
const char *id, enum regulator_get_type get_type)
drivers/regulator/core.c
2430
switch (get_type) {
drivers/regulator/core.c
2460
if (get_type == EXCLUSIVE_GET && rdev->open_count) {
drivers/regulator/core.c
2502
if (get_type == EXCLUSIVE_GET) {
drivers/regulator/core.c
2535
enum regulator_get_type get_type)
drivers/regulator/core.c
2540
ret = _regulator_get_common_check(dev, id, get_type);
drivers/regulator/core.c
2545
return _regulator_get_common(rdev, dev, id, get_type);
drivers/regulator/core.c
5312
struct regulator_bulk_data *consumers, enum regulator_get_type get_type)
drivers/regulator/core.c
5322
consumers[i].supply, get_type);
drivers/regulator/devres.c
23
int get_type)
drivers/regulator/devres.c
250
enum regulator_get_type get_type)
drivers/regulator/devres.c
260
ret = _regulator_bulk_get(dev, num_consumers, consumers, get_type);
drivers/regulator/devres.c
31
regulator = _regulator_get(dev, id, get_type);
drivers/regulator/devres.c
754
const char *id, int get_type)
drivers/regulator/devres.c
762
regulator = _of_regulator_get(dev, node, id, get_type);
drivers/regulator/devres.c
81
int get_type)
drivers/regulator/devres.c
86
r = _devm_regulator_get(dev, id, get_type);
drivers/regulator/internal.h
131
enum regulator_get_type get_type);
drivers/regulator/internal.h
133
const char *id, enum regulator_get_type get_type);
drivers/regulator/internal.h
135
enum regulator_get_type get_type);
drivers/regulator/internal.h
137
struct regulator_bulk_data *consumers, enum regulator_get_type get_type);
drivers/regulator/internal.h
85
const char *id, enum regulator_get_type get_type);
drivers/regulator/of_regulator.c
687
const char *id, enum regulator_get_type get_type)
drivers/regulator/of_regulator.c
692
ret = _regulator_get_common_check(dev, id, get_type);
drivers/regulator/of_regulator.c
697
return _regulator_get_common(r, dev, id, get_type);
drivers/virtio/virtio_pci_modern.c
1156
u8 get_type, struct scatterlist *res_sg,
drivers/virtio/virtio_pci_modern.c
1169
if (get_type != VIRTIO_ADMIN_CMD_DEV_PARTS_GET_TYPE_ALL)
drivers/virtio/virtio_pci_modern.c
1182
data->type = get_type;
include/linux/virtio_pci_admin.h
31
u8 get_type, struct scatterlist *res_sg, u32 *res_size);