Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.1.9/arch/parisc/include/asm/
Dunistd.h119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
120 type name(type1 arg1, type2 arg2) \
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
126 type name(type1 arg1, type2 arg2, type3 arg3) \
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
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) \ argument
139 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/linux-6.1.9/drivers/mfd/
Dtwl4030-power.c168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ argument
169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \
171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ argument
172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \
174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ argument
175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \
179 .type = (typ), .type2 = (typ2), \
184 .type = (typ), .type2 = (typ2), \
422 if (rconfig->type2 != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource()
424 type |= rconfig->type2 << TYPE2_SHIFT; in twl4030_configure_resource()
/linux-6.1.9/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c176 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()
1286 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma); in sec_skcipher_bd_fill()
1287 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill()
1288 sec_sqe->type2.data_src_addr = cpu_to_le64(req->in_dma); in sec_skcipher_bd_fill()
1289 sec_sqe->type2.data_dst_addr = cpu_to_le64(c_req->c_out_dma); in sec_skcipher_bd_fill()
1291 sec_sqe->type2.icvw_kmode |= cpu_to_le16(((u16)c_ctx->c_mode) << in sec_skcipher_bd_fill()
[all …]
Dsec_crypto.h240 struct sec_sqe_type2 type2; member
/linux-6.1.9/arch/x86/pci/
Ddirect.c286 goto type2; in pci_direct_probe()
288 goto type2; in pci_direct_probe()
297 type2: in pci_direct_probe()
/linux-6.1.9/arch/x86/kernel/cpu/mtrr/
Dmtrr.c185 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument
188 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible()
189 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()
190 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
/linux-6.1.9/drivers/of/unittest-data/
Dtests-match.dtsi10 c { name2 { device_type = "type2"; }; };
/linux-6.1.9/include/linux/mfd/
Dtwl.h550 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument
551 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \
654 u8 type2; /* Power resource addressed, 3 / broadcast message */ member
/linux-6.1.9/drivers/acpi/acpica/
Dnsprepkg.c29 u8 type2, u32 count2, u32 start_index);
705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() argument
730 type2, in acpi_ns_check_package_elements()
/linux-6.1.9/drivers/gpio/
Dgpio-aspeed-sgpio.c326 u32 type2 = 0; in aspeed_sgpio_set_type() local
339 type2 |= bit; in aspeed_sgpio_set_type()
372 reg = (reg & ~bit) | type2; in aspeed_sgpio_set_type()
Dgpio-aspeed.c597 u32 type2 = 0; in aspeed_gpio_set_type() local
613 type2 |= bit; in aspeed_gpio_set_type()
647 reg = (reg & ~bit) | type2; in aspeed_gpio_set_type()
/linux-6.1.9/drivers/pci/
Dsetup-bus.c990 unsigned long type, unsigned long type2, in pbus_size_mem() argument
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()
/linux-6.1.9/sound/usb/
Dclock.c78 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \ argument
82 proto == UAC_VERSION_3 ? (type3) : (type2), \
/linux-6.1.9/drivers/peci/
Drequest.c471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument
477 sizeof(type2)); \
/linux-6.1.9/Documentation/watchdog/
Dmlx-wdt.rst61 version - type1 or type2.
/linux-6.1.9/drivers/scsi/aacraid/
Daachba.c208 struct tvpd_id_descriptor_type_2 type2; member
1028 sizeof(vpdpage83data.type2); in get_container_serial_callback()
1068 vpdpage83data.type2.codeset = 1; in get_container_serial_callback()
1070 vpdpage83data.type2.identifiertype = 2; in get_container_serial_callback()
1071 vpdpage83data.type2.identifierlength = in get_container_serial_callback()
1072 sizeof(vpdpage83data.type2) - 4; in get_container_serial_callback()
1074 vpdpage83data.type2.eu64id.venid[0] = 0xD0; in get_container_serial_callback()
1075 vpdpage83data.type2.eu64id.venid[1] = 0; in get_container_serial_callback()
1076 vpdpage83data.type2.eu64id.venid[2] = 0; in get_container_serial_callback()
1078 vpdpage83data.type2.eu64id.Serial = in get_container_serial_callback()
[all …]
/linux-6.1.9/arch/x86/mm/
Dinit_64.c63 #define DEFINE_POPULATE(fname, type1, type2, init) \ argument
65 type1##_t *arg1, type2##_t *arg2, bool init) \
78 #define DEFINE_ENTRY(type1, type2, init) \ in DEFINE_POPULATE() argument
80 type2##_t arg2, bool init) \ in DEFINE_POPULATE()
/linux-6.1.9/net/mac80211/
Diface.c297 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument
300 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed()
302 type2 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed()
303 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed()
305 (type2 == NL80211_IFTYPE_AP || in identical_mac_addr_allowed()
306 type2 == NL80211_IFTYPE_AP_VLAN)); in identical_mac_addr_allowed()
/linux-6.1.9/drivers/net/wireless/st/cw1200/
Dwsm.c42 #define __WSM_GET(buf, type, type2, cvt) \ argument
47 val = cvt(*(type2 *)(buf)->data); \
65 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument
70 *(type2 *)(buf)->data = cvt(val); \
/linux-6.1.9/drivers/video/fbdev/
Dffb.c333 u32 type2; member
446 upa_writel(FFB_DAC_CUR_CTRL, &dac->type2); in ffb_switch_from_graph()
/linux-6.1.9/scripts/
Dkernel-doc1700 my $type2 = qr{$type1\*+};
1712 $prototype =~ m/^($type2+)\s*($name)\s*$prototype_end/) {
/linux-6.1.9/Documentation/bpf/
Dbtf.rst804 BTF_ID(type2, name2)
828 BTF_ID(type2, name2)
/linux-6.1.9/arch/mips/include/asm/octeon/
Dcvmx-pip-defs.h2566 uint64_t type2:16; member
2572 uint64_t type2:16;
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-bus-cxl159 What: /sys/bus/cxl/devices/decoderX.Y/cap_{pmem,ram,type2,type3}
/linux-6.1.9/Documentation/driver-api/
Dipmi.rst398 modprobe ipmi_si.o type=<type1>,<type2>....
468 ipmi_si.type=<type1>,<type2>...

12