/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 22000.c | 37 #define IWL_QU_B_HR_B_MODULE_FIRMWARE(api) \ argument 39 #define IWL_QUZ_A_HR_B_MODULE_FIRMWARE(api) \ argument 41 #define IWL_QUZ_A_JF_B_MODULE_FIRMWARE(api) \ argument 43 #define IWL_QU_C_HR_B_MODULE_FIRMWARE(api) \ argument 45 #define IWL_QU_B_JF_B_MODULE_FIRMWARE(api) \ argument 47 #define IWL_CC_A_MODULE_FIRMWARE(api) \ argument
|
H A D | 7000.c | 38 #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE "-" __stringify(api) ".ucode" argument 41 #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE "-" __stringify(api) ".ucode" argument 44 #define IWL3168_MODULE_FIRMWARE(api) IWL3168_FW_PRE "-" __stringify(api) ".ucode" argument 47 #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE "-" __stringify(api) ".ucode" argument 50 #define IWL7265D_MODULE_FIRMWARE(api) IWL7265D_FW_PRE "-" __stringify(api) ".ucode" argument
|
H A D | 2000.c | 32 #define IWL2030_MODULE_FIRMWARE(api) IWL2030_FW_PRE "-" __stringify(api) ".ucode" argument 35 #define IWL2000_MODULE_FIRMWARE(api) IWL2000_FW_PRE "-" __stringify(api) ".ucode" argument 38 #define IWL105_MODULE_FIRMWARE(api) IWL105_FW_PRE "-" __stringify(api) ".ucode" argument 41 #define IWL135_MODULE_FIRMWARE(api) IWL135_FW_PRE "-" __stringify(api) ".ucode" argument
|
H A D | 6000.c | 41 #define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE "-" __stringify(api) ".ucode" argument 44 #define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE "-" __stringify(api) ".ucode" argument 47 #define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE "-" __stringify(api) ".ucode" argument 50 #define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE "-" __stringify(api) ".ucode" argument
|
H A D | 1000.c | 26 #define IWL1000_MODULE_FIRMWARE(api) IWL1000_FW_PRE "-" __stringify(api) ".ucode" argument 29 #define IWL100_MODULE_FIRMWARE(api) IWL100_FW_PRE "-" __stringify(api) ".ucode" argument
|
H A D | 5000.c | 28 #define IWL5000_MODULE_FIRMWARE(api) IWL5000_FW_PRE "-" __stringify(api) ".ucode" argument 31 #define IWL5150_MODULE_FIRMWARE(api) IWL5150_FW_PRE "-" __stringify(api) ".ucode" argument
|
H A D | 8000.c | 31 #define IWL8000_MODULE_FIRMWARE(api) \ argument 35 #define IWL8265_MODULE_FIRMWARE(api) \ argument
|
H A D | 9000.c | 31 #define IWL9000_MODULE_FIRMWARE(api) \ argument 33 #define IWL9260_MODULE_FIRMWARE(api) \ argument
|
H A D | bz.c | 38 #define IWL_BZ_A_HR_B_MODULE_FIRMWARE(api) \ argument
|
/linux/drivers/s390/crypto/ |
H A D | pkey_ep11.c | 93 int minhwtype = 0, api = 0; in ep11_apqns4key() local 110 int minhwtype = 0, api = 0; in ep11_apqns4key() local 156 int api; in ep11_apqns4type() local 437 int api; in ep11_verifykey() local 460 int api; in ep11_verifykey() local
|
H A D | zcrypt_ep11misc.c | 474 size_t pl_size, int api, int func) in prep_head() 609 int api = EP11_API_V1, rc = -ENOMEM; in ep11_query_info() local 827 int api, rc = -ENOMEM; in _ep11_genaeskey() local 1005 int n, api = EP11_API_V1, rc = -ENOMEM; in ep11_cryptsingle() local 1147 int api, rc = -ENOMEM; in _ep11_unwrapkey() local 1324 int api, rc = -ENOMEM; in _ep11_wrapkey() local
|
/linux/arch/arm64/kernel/probes/ |
H A D | decode-insn.c | 79 arm_probe_decode_insn(u32 insn, struct arch_probe_insn *api) in arm_probe_decode_insn() 151 struct arch_probe_insn *api = &asi->api; in arm_kprobe_decode_insn() local
|
/linux/arch/csky/kernel/probes/ |
H A D | decode-insn.c | 17 csky_probe_decode_insn(probe_opcode_t *addr, struct arch_probe_insn *api) in csky_probe_decode_insn()
|
/linux/arch/riscv/kernel/probes/ |
H A D | decode-insn.c | 17 riscv_probe_decode_insn(probe_opcode_t *addr, struct arch_probe_insn *api) in riscv_probe_decode_insn()
|
/linux/Documentation/driver-api/mei/ |
H A D | mei-client-bus.rst | 67 .. _api: target in MEI CL bus API
|
/linux/arch/csky/include/asm/ |
H A D | probes.h | 20 struct arch_probe_insn api; member
|
H A D | uprobes.h | 25 struct arch_probe_insn api; member
|
/linux/arch/riscv/include/asm/ |
H A D | probes.h | 20 struct arch_probe_insn api; member
|
/linux/arch/arm64/include/asm/ |
H A D | uprobes.h | 27 struct arch_probe_insn api; member
|
/linux/arch/microblaze/include/asm/ |
H A D | mmu.h | 22 unsigned long api:6; /* Abbreviated page index */ member
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | mmu-hash.h | 163 unsigned long api:6; /* Abbreviated page index */ member
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.c | 262 #define _IL4965_MODULE_FIRMWARE(api) IL4965_FW_PRE #api ".ucode" argument 263 #define IL4965_MODULE_FIRMWARE(api) _IL4965_MODULE_FIRMWARE(api) argument
|
/linux/include/uapi/linux/ |
H A D | userfaultfd.h | 164 __u64 api; member
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 1037 int api = msgbuf[1]; in ixgbe_negotiate_vf_api() local
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 106 #define IWL_FW_AND_PNVM(pfx, api) \ argument
|