/linux/drivers/acpi/acpica/ |
H A 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()
|
H A D | exstoren.c | 24 * target_type - Current type of the target 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()
|
H A 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()
|
H A 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()
|
H A D | exoparg1.c | 942 switch (operand[0]->reference.target_type) { in acpi_ex_opcode_1A_0T_1R() 994 target_type, operand[0])); in acpi_ex_opcode_1A_0T_1R()
|
/linux/include/scsi/ |
H A D | scsi_host.h | 854 static inline unsigned int scsi_host_dif_capable(struct Scsi_Host *shost, unsigned int target_type) in scsi_host_dif_capable() argument 861 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dif_capable() 864 return shost->prot_capabilities & cap[target_type] ? target_type : 0; in scsi_host_dif_capable() 867 static inline unsigned int scsi_host_dix_capable(struct Scsi_Host *shost, unsigned int target_type) in scsi_host_dix_capable() argument 875 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dix_capable() 878 return shost->prot_capabilities & cap[target_type]; in scsi_host_dix_capable()
|
/linux/security/selinux/ss/ |
H A D | avtab.c | 53 mix(keyp->target_type); in avtab_hash() 104 key1->target_type == key2->target_type && in avtab_node_cmp() 111 key1->target_type < key2->target_type) in avtab_node_cmp() 114 key1->target_type == key2->target_type && in avtab_node_cmp() 382 key.target_type = (u16)val; in avtab_read_item() 383 if (key.target_type != val) { in avtab_read_item() 436 key.target_type in avtab_read_item() [all...] |
H A D | avtab.h | 28 u16 target_type; /* target type */ member
|
/linux/drivers/md/ |
H A D | dm.h | 72 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t); 82 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,
|
H A D | dm-init.c | 29 * Table format: <start_sector> <num_sectors> <target_type> <target_args> 106 * <start_sector> <num_sectors> <target_type> <target_args>[, ...] 141 /* target_type */ in dm_parse_table_entry() 142 strscpy(sp->target_type, field[2], sizeof(sp->target_type)); in dm_parse_table_entry() 143 if (dm_verify_target_type(sp->target_type)) { in dm_parse_table_entry() 144 DMERR("invalid type \"%s\"", sp->target_type); in dm_parse_table_entry()
|
H A D | dm-core.h | 75 struct target_type *immutable_target_type; 203 struct target_type *immutable_target_type;
|
H A D | dm-zero.c | 68 static struct target_type zero_target = {
|
H A D | dm-ioctl.c | 672 static void list_version_get_needed(struct target_type *tt, void *needed_param) in list_version_get_needed() 681 static void list_version_get_info(struct target_type *tt, void *param) in list_version_get_info() 709 struct target_type *tt = NULL; in __list_versions() 1316 strscpy_pad(spec->target_type, ti->type->name, in retrieve_status() 1317 sizeof(spec->target_type)); in retrieve_status() 1490 r = dm_table_add_target(table, spec->target_type, in populate_table() 1520 struct target_type *immutable_target_type; in table_load() 2303 r = dm_table_add_target(t, spec_array[i]->target_type, in dm_early_create()
|
H A D | dm-unstripe.c | 183 static struct target_type unstripe_target = {
|
H A D | dm-linear.c | 202 static struct target_type linear_target = {
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A 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))
|
H A 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() 1597 "target_ver 0x%x target_type in ath6kl_init_hw_params() [all...] |
H A 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()
|
H A 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()
|
H A 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()
|
/linux/include/linux/ |
H A D | device-mapper.h | 113 * awkward #ifdefs in their target_type, etc. 198 struct target_type { struct 314 struct target_type *type; 439 int dm_register_target(struct target_type *t); 440 void dm_unregister_target(struct target_type *t); 199 featurestarget_type global() argument 200 nametarget_type global() argument 201 moduletarget_type global() argument 202 versiontarget_type global() argument 203 ctrtarget_type global() argument 204 dtrtarget_type global() argument 205 maptarget_type global() argument 206 clone_and_map_rqtarget_type global() argument 207 release_clone_rqtarget_type global() argument 208 end_iotarget_type global() argument 209 rq_end_iotarget_type global() argument 210 presuspendtarget_type global() argument 211 presuspend_undotarget_type global() argument 212 postsuspendtarget_type global() argument 213 preresumetarget_type global() argument 214 resumetarget_type global() argument 215 statustarget_type global() argument 216 messagetarget_type global() argument 217 prepare_ioctltarget_type global() argument 218 report_zonestarget_type global() argument 219 busytarget_type global() argument 220 iterate_devicestarget_type global() argument 221 io_hintstarget_type global() argument 222 direct_accesstarget_type global() argument 223 dax_zero_page_rangetarget_type global() argument 224 dax_recovery_writetarget_type global() argument 227 listtarget_type global() argument
|
/linux/drivers/cxl/core/ |
H A D | hdm.c | 724 !!(cxld->target_type == CXL_DECODER_HOSTONLYMEM), in cxld_set_type() 961 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in cxl_setup_hdm_decoder_from_dvsec() 1037 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in init_hdm_decoder() 1039 cxld->target_type = CXL_DECODER_DEVMEM; in init_hdm_decoder() 1066 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in init_hdm_decoder() 1068 cxld->target_type = CXL_DECODER_DEVMEM; in init_hdm_decoder() 1071 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in init_hdm_decoder() 1075 cxld->target_type == CXL_DECODER_HOSTONLYMEM) { in init_hdm_decoder()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | snoc.h | 38 u32 target_type; member
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-init.rst | 31 <table> ::= <start_sector> <num_sectors> <target_type> <target_args> 32 <target_type> ::= "verity" | "linear" | ... (see list below)
|
/linux/include/uapi/linux/ |
H A D | dm-ioctl.h | 170 char target_type[DM_MAX_TYPE_NAME]; member
|