| /linux/drivers/mfd/ |
| A D | twl4030-power.c | 168 #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/drivers/crypto/hisilicon/sec2/ |
| A D | sec_crypto.c | 181 status->flag = (le16_to_cpu(bd->type2.done_flag) & in pre_parse_finished_bd() 183 status->tag = le16_to_cpu(bd->type2.tag); in pre_parse_finished_bd() 184 status->err_type = bd->type2.error_type; in pre_parse_finished_bd() 1293 sec_sqe->type2.c_alg = c_ctx->c_alg; in sec_skcipher_bd_fill() 1321 sec_sqe->type2.tag = cpu_to_le16((u16)req->req_id); in sec_skcipher_bd_fill() 1550 sec_sqe->type2.a_key_addr = sec_sqe->type2.c_key_addr; in sec_auth_bd_fill_xcm() 1559 sec_sqe->type2.alen_ivllen = cpu_to_le32(aq->assoclen); in sec_auth_bd_fill_xcm() 1560 sec_sqe->type2.auth_src_offset = cpu_to_le16(0x0); in sec_auth_bd_fill_xcm() 1600 sec_sqe->type2.mac_key_alg = in sec_auth_bd_fill_ex() 1603 sec_sqe->type2.mac_key_alg |= in sec_auth_bd_fill_ex() [all …]
|
| A D | sec_crypto.h | 238 struct sec_sqe_type2 type2; member
|
| /linux/arch/x86/pci/ |
| A D | direct.c | 286 goto type2; in pci_direct_probe() 288 goto type2; in pci_direct_probe() 297 type2: in pci_direct_probe()
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| A D | mtrr.c | 140 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument 143 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible() 144 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible() 145 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
|
| A D | generic.c | 149 static u8 get_effective_type(u8 type1, u8 type2) in get_effective_type() argument 151 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE) in get_effective_type() 154 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) || in get_effective_type() 155 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK)) in get_effective_type() 158 if (type1 != type2) in get_effective_type()
|
| /linux/include/linux/mfd/ |
| A D | twl.h | 553 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument 554 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \ 654 u8 type2; /* Power resource addressed, 3 / broadcast message */ member
|
| /linux/drivers/of/unittest-data/ |
| A D | tests-match.dtsi | 10 c { name2 { device_type = "type2"; }; };
|
| /linux/drivers/acpi/acpica/ |
| A D | nsprepkg.c | 29 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/drivers/gpio/ |
| 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()
|
| A D | gpio-aspeed.c | 609 u32 type2 = 0; in aspeed_gpio_set_type() local 625 type2 |= bit; in aspeed_gpio_set_type() 659 reg = (reg & ~bit) | type2; in aspeed_gpio_set_type()
|
| /linux/drivers/peci/ |
| A D | request.c | 471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument 477 sizeof(type2)); \
|
| /linux/drivers/pci/ |
| A D | setup-bus.c | 1056 unsigned long type, unsigned long type2, in pbus_size_mem() argument 1092 (r->flags & mask) != type2 && in pbus_size_mem() 1286 unsigned long mask, prefmask, type2 = 0, type3 = 0; in __pci_bus_size_bridges() local 1362 type2 = prefmask & ~IORESOURCE_MEM_64; in __pci_bus_size_bridges() 1372 if (!type2) { in __pci_bus_size_bridges() 1388 type2 = type3 = IORESOURCE_MEM; in __pci_bus_size_bridges() 1405 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3, in __pci_bus_size_bridges()
|
| /linux/sound/usb/ |
| A D | clock.c | 78 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \ argument 85 fmt->protocol == UAC_VERSION_3 ? (type3) : (type2), \
|
| /linux/arch/x86/mm/ |
| A D | init_64.c | 63 #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/Documentation/watchdog/ |
| A D | mlx-wdt.rst | 61 version - type1 or type2.
|
| /linux/drivers/scsi/aacraid/ |
| 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.eu64id.Serial = in get_container_serial_callback() [all …]
|
| /linux/net/mac80211/ |
| A D | iface.c | 316 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument 319 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed() 321 type2 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed() 322 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed() 324 (type2 == NL80211_IFTYPE_AP || in identical_mac_addr_allowed() 325 type2 == NL80211_IFTYPE_AP_VLAN)); in identical_mac_addr_allowed()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| A D | wsm.c | 42 #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/drivers/video/fbdev/ |
| A D | ffb.c | 333 u32 type2; member 446 upa_writel(FFB_DAC_CUR_CTRL, &dac->type2); in ffb_switch_from_graph()
|
| /linux/scripts/ |
| A D | kernel-doc | 1763 my $type2 = qr{$type1\*+}; 1775 $prototype =~ m/^($type2+)\s*($name)\s*$prototype_end/) {
|
| /linux/Documentation/process/ |
| A D | deprecated.rst | 362 struct type2 two[0]; 372 DECLARE_FLEX_ARRAY(struct type2, two);
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | deprecated.rst | 397 struct type2 two[0]; 407 DECLARE_FLEX_ARRAY(struct type2, two);
|
| /linux/Documentation/bpf/ |
| A D | btf.rst | 852 BTF_ID(type2, name2) 876 BTF_ID(type2, name2)
|
| /linux/arch/mips/include/asm/octeon/ |
| A D | cvmx-pip-defs.h | 2566 uint64_t type2:16; member 2572 uint64_t type2:16;
|