/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | unistd.h | 123 #define _syscall2(type,name,type1,arg1,type2,arg2) \ 124 type name(type1 arg1, type2 arg2) \ 129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ 130 type name(type1 arg1, type2 arg2, type3 arg3) \ 135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 136 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ 143 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | unistd.h | 119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ 120 type name(type1 arg1, type2 arg2) \ 125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ 126 type name(type1 arg1, type2 arg2, type3 arg3) \ 131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 132 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ 139 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 176 status->done = le16_to_cpu(bd->type2.done_flag) & SEC_DONE_MASK; in pre_parse_finished_bd() 177 status->icv = (le16_to_cpu(bd->type2.done_flag) & SEC_ICV_MASK) >> 1; in pre_parse_finished_bd() 178 status->flag = (le16_to_cpu(bd->type2.done_flag) & in pre_parse_finished_bd() 180 status->tag = le16_to_cpu(bd->type2.tag); in pre_parse_finished_bd() 181 status->err_type = bd->type2.error_type; in pre_parse_finished_bd() 1285 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma); in sec_skcipher_bd_fill() 1286 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill() 1287 sec_sqe->type2.data_src_addr = cpu_to_le64(req->in_dma); in sec_skcipher_bd_fill() 1288 sec_sqe->type2.data_dst_addr = cpu_to_le64(c_req->c_out_dma); in sec_skcipher_bd_fill() 1290 sec_sqe->type2 in sec_skcipher_bd_fill() [all...] |
H A D | sec_crypto.h | 210 * nonce_len(type2): 0~3 bits 211 * huk(type2): 4 bit 212 * key_s(type2): 5 bit 219 * a_pad(type2): 2~3 bits 220 * c_s(type2): 4~5 bits 225 * rhf(type2): 0 bit 228 * write_frame_len(type2): 5~7 bits 233 * cal_iv_addr_en(type2): 0 bit 234 * tls_up(type2): 1 bit 239 /* Just using type2 B 240 struct sec_sqe_type2 type2; global() member [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | twl4030-power.c | 163 * It seems that type1 and type2 is just the resource init order 164 * number for the type1 and type2 group. 168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ 169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \ 171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ 172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ 175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 179 .type = (typ), .type2 = (typ2), \ 184 .type = (typ), .type2 [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | twl4030-power.c | 163 * It seems that type1 and type2 is just the resource init order 164 * number for the type1 and type2 group. 168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ 169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \ 171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ 172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ 175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 179 .type = (typ), .type2 = (typ2), \ 184 .type = (typ), .type2 [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 163 req = qp_ctx->req_list[le16_to_cpu(bd->type2.tag)]; in sec_req_cb() 169 req->err_type = bd->type2.error_type; in sec_req_cb() 171 done = le16_to_cpu(bd->type2.done_flag) & SEC_DONE_MASK; in sec_req_cb() 172 flag = (le16_to_cpu(bd->type2.done_flag) & in sec_req_cb() 995 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma); in sec_skcipher_bd_fill() 996 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill() 997 sec_sqe->type2.data_src_addr = cpu_to_le64(c_req->c_in_dma); in sec_skcipher_bd_fill() 998 sec_sqe->type2.data_dst_addr = cpu_to_le64(c_req->c_out_dma); in sec_skcipher_bd_fill() 1000 sec_sqe->type2.icvw_kmode |= cpu_to_le16(((u16)c_ctx->c_mode) << in sec_skcipher_bd_fill() 1002 sec_sqe->type2 in sec_skcipher_bd_fill() [all...] |
H A D | sec_crypto.h | 180 * nonce_len(type2): 0~3 bits 181 * huk(type2): 4 bit 182 * key_s(type2): 5 bit 189 * a_pad(type2): 2~3 bits 190 * c_s(type2): 4~5 bits 195 * rhf(type2): 0 bit 198 * write_frame_len(type2): 5~7 bits 203 * cal_iv_addr_en(type2): 0 bit 204 * tls_up(type2): 1 bit 209 /* Just using type2 B 210 struct sec_sqe_type2 type2; global() member [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 134 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument 137 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible() 138 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible() 139 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
|
H A D | generic.c | 146 static u8 get_effective_type(u8 type1, u8 type2) in get_effective_type() argument 148 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE) in get_effective_type() 151 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) || in get_effective_type() 152 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK)) in get_effective_type() 155 if (type1 != type2) in get_effective_type()
|
/kernel/linux/linux-5.10/arch/x86/pci/ |
H A D | direct.c | 286 goto type2; in pci_direct_probe() 288 goto type2; in pci_direct_probe() 297 type2: in pci_direct_probe()
|
/kernel/linux/linux-6.6/arch/x86/pci/ |
H A D | direct.c | 286 goto type2; in pci_direct_probe() 288 goto type2; in pci_direct_probe() 297 type2: in pci_direct_probe()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 187 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument 190 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible() 191 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible() 192 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-aspeed-sgpio.c | 334 u32 type2 = 0; in aspeed_sgpio_set_type() local 347 type2 |= bit; in aspeed_sgpio_set_type() 380 reg = (reg & ~bit) | type2; in aspeed_sgpio_set_type()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | nsprepkg.c | 29 u8 type2, u32 count2, u32 start_index); 689 * type2 - Object type for second group 705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() 728 type2, in acpi_ns_check_package_elements() 701 acpi_ns_check_package_elements(struct acpi_evaluate_info *info, union acpi_operand_object **elements, u8 type1, u32 count1, u8 type2, u32 count2, u32 start_index) acpi_ns_check_package_elements() argument
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | twl.h | 550 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ 551 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \ 656 u8 type2; /* Power resource addressed, 3 / broadcast message */ member
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | nsprepkg.c | 29 u8 type2, u32 count2, u32 start_index); 689 * type2 - Object type for second group 705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() 730 type2, in acpi_ns_check_package_elements() 701 acpi_ns_check_package_elements(struct acpi_evaluate_info *info, union acpi_operand_object **elements, u8 type1, u32 count1, u8 type2, u32 count2, u32 start_index) acpi_ns_check_package_elements() argument
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | twl.h | 552 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ 553 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \ 653 u8 type2; /* Power resource addressed, 3 / broadcast message */ member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | iface.c | 227 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument 230 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed() 232 type2 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed() 233 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_WDS) || in identical_mac_addr_allowed() 235 (type2 == NL80211_IFTYPE_WDS || in identical_mac_addr_allowed() 236 type2 == NL80211_IFTYPE_AP)) || in identical_mac_addr_allowed() 237 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed() 239 (type2 == NL80211_IFTYPE_AP || in identical_mac_addr_allowed() 240 type2 == NL80211_IFTYPE_AP_VLAN)); in identical_mac_addr_allowed()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-aspeed-sgpio.c | 337 u32 type2 = 0; in aspeed_sgpio_set_type() local 350 type2 |= bit; in aspeed_sgpio_set_type() 383 reg = (reg & ~bit) | type2; in aspeed_sgpio_set_type()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | setup-bus.c | 976 * @type2: Second match type 990 unsigned long type, unsigned long type2, in pbus_size_mem() 1025 (r->flags & mask) != type2 && in pbus_size_mem() 1206 unsigned long mask, prefmask, type2 = 0, type3 = 0; in __pci_bus_size_bridges() local 1282 type2 = prefmask & ~IORESOURCE_MEM_64; in __pci_bus_size_bridges() 1292 if (!type2) { in __pci_bus_size_bridges() 1308 type2 = type3 = IORESOURCE_MEM; in __pci_bus_size_bridges() 1325 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3, in __pci_bus_size_bridges() 989 pbus_size_mem(struct pci_bus *bus, unsigned long mask, unsigned long type, unsigned long type2, unsigned long type3, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) pbus_size_mem() argument
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | setup-bus.c | 971 * @type2: Second match type 985 unsigned long type, unsigned long type2, in pbus_size_mem() 1020 (r->flags & mask) != type2 && in pbus_size_mem() 1201 unsigned long mask, prefmask, type2 = 0, type3 = 0; in __pci_bus_size_bridges() local 1277 type2 = prefmask & ~IORESOURCE_MEM_64; in __pci_bus_size_bridges() 1287 if (!type2) { in __pci_bus_size_bridges() 1303 type2 = type3 = IORESOURCE_MEM; in __pci_bus_size_bridges() 1320 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3, in __pci_bus_size_bridges() 984 pbus_size_mem(struct pci_bus *bus, unsigned long mask, unsigned long type, unsigned long type2, unsigned long type3, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) pbus_size_mem() argument
|
/kernel/linux/linux-6.6/drivers/peci/ |
H A D | request.c | 471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ 477 sizeof(type2)); \
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | clock.c | 78 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \ 82 proto == UAC_VERSION_3 ? (type3) : (type2), \
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | aachba.c | 208 struct tvpd_id_descriptor_type_2 type2; member 1029 sizeof(vpdpage83data.type2); in get_container_serial_callback() 1069 vpdpage83data.type2.codeset = 1; in get_container_serial_callback() 1071 vpdpage83data.type2.identifiertype = 2; in get_container_serial_callback() 1072 vpdpage83data.type2.identifierlength = in get_container_serial_callback() 1073 sizeof(vpdpage83data.type2) - 4; in get_container_serial_callback() 1075 vpdpage83data.type2.eu64id.venid[0] = 0xD0; in get_container_serial_callback() 1076 vpdpage83data.type2.eu64id.venid[1] = 0; in get_container_serial_callback() 1077 vpdpage83data.type2.eu64id.venid[2] = 0; in get_container_serial_callback() 1079 vpdpage83data.type2 in get_container_serial_callback() [all...] |