/drivers/md/ |
D | dm-target.c | 19 static inline struct target_type *__find_target_type(const char *name) in __find_target_type() 21 struct target_type *tt; in __find_target_type() 30 static struct target_type *get_target_type(const char *name) in get_target_type() 32 struct target_type *tt; in get_target_type() 49 struct target_type *dm_get_target_type(const char *name) in dm_get_target_type() 51 struct target_type *tt = get_target_type(name); in dm_get_target_type() 61 void dm_put_target_type(struct target_type *tt) in dm_put_target_type() 68 int dm_target_iterate(void (*iter_func)(struct target_type *tt, in dm_target_iterate() 71 struct target_type *tt; in dm_target_iterate() 81 int dm_register_target(struct target_type *tt) in dm_register_target() [all …]
|
D | dm.h | 69 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t); 85 struct target_type *dm_get_immutable_target_type(struct mapped_device *md); 134 struct target_type *dm_get_target_type(const char *name); 135 void dm_put_target_type(struct target_type *tt); 136 int dm_target_iterate(void (*iter_func)(struct target_type *tt,
|
D | dm-init.c | 143 strscpy(sp->target_type, field[2], sizeof(sp->target_type)); in dm_parse_table_entry() 144 if (dm_verify_target_type(sp->target_type)) { in dm_parse_table_entry() 145 DMERR("invalid type \"%s\"", sp->target_type); in dm_parse_table_entry()
|
D | dm-core.h | 64 struct target_type *immutable_target_type; 184 struct target_type *immutable_target_type;
|
D | dm-zero.c | 59 static struct target_type zero_target = {
|
D | dm-ioctl.c | 653 static void list_version_get_needed(struct target_type *tt, void *needed_param) in list_version_get_needed() 662 static void list_version_get_info(struct target_type *tt, void *param) in list_version_get_info() 692 struct target_type *tt = NULL; in __list_versions() 1268 strncpy(spec->target_type, ti->type->name, in retrieve_status() 1269 sizeof(spec->target_type) - 1); in retrieve_status() 1403 r = dm_table_add_target(table, spec->target_type, in populate_table() 1433 struct target_type *immutable_target_type; in table_load() 2201 r = dm_table_add_target(t, spec_array[i]->target_type, in dm_early_create()
|
D | dm-unstripe.c | 182 static struct target_type unstripe_target = {
|
D | dm-linear.c | 234 static struct target_type linear_target = {
|
D | dm-default-key.c | 392 static struct target_type default_key_target = {
|
/drivers/acpi/acpica/ |
D | exstore.c | 209 switch (index_desc->reference.target_type) { in acpi_ex_store_object_to_index() 369 acpi_object_type target_type; in acpi_ex_store_object_to_node() local 375 target_type = acpi_ns_get_type(node); in acpi_ex_store_object_to_node() 381 acpi_ut_get_type_name(target_type))); in acpi_ex_store_object_to_node() 404 switch (target_type) { in acpi_ex_store_object_to_node() 452 status = acpi_ex_resolve_object(&source_desc, target_type, walk_state); in acpi_ex_store_object_to_node() 459 switch (target_type) { in acpi_ex_store_object_to_node()
|
D | exstoren.c | 35 acpi_object_type target_type, in acpi_ex_resolve_object() argument 45 switch (target_type) { in acpi_ex_resolve_object() 93 acpi_ut_get_type_name(target_type))); in acpi_ex_resolve_object()
|
D | exresolv.c | 153 switch (stack_desc->reference.target_type) { in acpi_ex_resolve_object_to_value() 200 stack_desc->reference.target_type, in acpi_ex_resolve_object_to_value() 421 type = obj_desc->reference.target_type; in acpi_ex_resolve_multiple()
|
D | exoparg2.c | 350 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R() 363 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R() 376 return_desc->reference.target_type = ACPI_TYPE_PACKAGE; in acpi_ex_opcode_2A_1T_1R()
|
D | exoparg1.c | 921 switch (operand[0]->reference.target_type) { in acpi_ex_opcode_1A_0T_1R() 973 target_type, operand[0])); in acpi_ex_opcode_1A_0T_1R()
|
D | dbobject.c | 277 switch (obj_desc->reference.target_type) { in acpi_db_display_internal_object()
|
D | acobject.h | 310 u8 target_type; /* Used for Index Op */ member
|
/drivers/net/wireless/ath/ath6kl/ |
D | target.h | 336 #define TARG_VTOP(target_type, vaddr) \ argument 337 (((target_type) == TARGET_TYPE_AR6003) ? AR6003_VTOP(vaddr) : \ 338 (((target_type) == TARGET_TYPE_AR6004) ? AR6004_VTOP(vaddr) : 0))
|
D | init.c | 259 address = TARG_VTOP(ar->target_type, address); in ath6kl_set_host_app_area() 264 address = TARG_VTOP(ar->target_type, data); in ath6kl_set_host_app_area() 625 if ((ar->target_type == TARGET_TYPE_AR6003) || in ath6kl_configure_target() 1233 if (ar->target_type == TARGET_TYPE_AR6003 && in ath6kl_upload_board_file() 1239 switch (ar->target_type) { in ath6kl_upload_board_file() 1377 if (ar->target_type != TARGET_TYPE_AR6004) { in ath6kl_upload_firmware() 1447 if (ar->target_type != TARGET_TYPE_AR6003 && in ath6kl_init_upload() 1448 ar->target_type != TARGET_TYPE_AR6004) in ath6kl_init_upload() 1481 if (ar->target_type != TARGET_TYPE_AR6004) { in ath6kl_init_upload() 1598 ar->version.target_ver, ar->target_type, in ath6kl_init_hw_params()
|
D | core.c | 106 ar->target_type = le32_to_cpu(targ_info.type); in ath6kl_core_init() 132 if (ar->target_type == TARGET_TYPE_AR6004 && in ath6kl_core_init()
|
D | core.h | 727 u32 target_type; member 886 if (ar->target_type == TARGET_TYPE_AR6003) in ath6kl_get_hi_item_addr() 888 else if (ar->target_type == TARGET_TYPE_AR6004) in ath6kl_get_hi_item_addr()
|
D | hif.c | 78 address = TARG_VTOP(ar->target_type, address); in ath6kl_hif_dump_fw_crash() 91 regdump_addr = TARG_VTOP(ar->target_type, regdump_addr); in ath6kl_hif_dump_fw_crash()
|
D | main.c | 283 address = TARG_VTOP(ar->target_type, in ath6kl_read_fwlogs() 298 address = TARG_VTOP(ar->target_type, debug_hdr_addr); in ath6kl_read_fwlogs() 303 address = TARG_VTOP(ar->target_type, in ath6kl_read_fwlogs() 313 address = TARG_VTOP(ar->target_type, in ath6kl_read_fwlogs() 329 address = TARG_VTOP(ar->target_type, in ath6kl_read_fwlogs()
|
/drivers/net/wireless/ath/ath10k/ |
D | snoc.h | 38 u32 target_type; member
|
/drivers/cxl/core/ |
D | bus.c | 85 switch (cxld->target_type) { in target_type_show() 93 static DEVICE_ATTR_RO(target_type); 497 .target_type = type, in cxl_decoder_alloc()
|
/drivers/cxl/ |
D | cxl.h | 200 enum cxl_decoder_type target_type; member
|