Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A 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/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c154 status->done = le16_to_cpu(bd->type2.done_flag) & SEC_DONE_MASK; in pre_parse_finished_bd()
155 status->icv = (le16_to_cpu(bd->type2.done_flag) & SEC_ICV_MASK) >> 1; in pre_parse_finished_bd()
156 status->flag = (le16_to_cpu(bd->type2.done_flag) & in pre_parse_finished_bd()
158 status->tag = le16_to_cpu(bd->type2.tag); in pre_parse_finished_bd()
159 status->err_type = bd->type2.error_type; in pre_parse_finished_bd()
219 req->sec_sqe.type2.tag = cpu_to_le16((u16)qp_ctx->send_head); in qp_send_message()
1531 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma); in sec_skcipher_bd_fill()
1532 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill()
1534 sec_sqe->type2.data_src_addr = cpu_to_le64(req->buf.in_dma); in sec_skcipher_bd_fill()
1535 sec_sqe->type2.data_dst_addr = cpu_to_le64(req->buf.out_dma); in sec_skcipher_bd_fill()
[all …]
/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c127 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument
130 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible()
131 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()
132 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
H A Dgeneric.c150 static u8 get_effective_type(u8 type1, u8 type2) in get_effective_type() argument
152 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE) in get_effective_type()
155 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) || in get_effective_type()
156 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK)) in get_effective_type()
159 if (type1 != type2) in get_effective_type()
/linux/arch/x86/pci/
H A Ddirect.c286 goto type2; in pci_direct_probe()
288 goto type2; in pci_direct_probe()
297 type2: in pci_direct_probe()
/linux/drivers/acpi/acpica/
H A 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/drivers/of/unittest-data/
H A Dtests-match.dtsi10 c { name2 { device_type = "type2"; }; };
/linux/drivers/peci/
H A Drequest.c471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument
477 sizeof(type2)); \
/linux/drivers/scsi/aacraid/
H A Daachba.c208 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/Documentation/watchdog/
H A Dmlx-wdt.rst61 version - type1 or type2.
/linux/net/mac80211/
H A Diface.c329 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument
332 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed()
334 type2 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed()
335 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed()
337 (type2 == NL80211_IFTYPE_AP || in identical_mac_addr_allowed()
338 type2 == NL80211_IFTYPE_AP_VLAN)); in identical_mac_addr_allowed()
/linux/drivers/net/wireless/st/cw1200/
H A 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/drivers/acpi/apei/
H A Deinj-core.c220 static int einj_get_available_error_types(u32 *type1, u32 *type2) in einj_get_available_error_types() argument
228 rc = einj_get_available_error_type(type2, in einj_get_available_error_types()
/linux/Documentation/translations/it_IT/process/
H A Ddeprecated.rst397 struct type2 two[0];
407 DECLARE_FLEX_ARRAY(struct type2, two);
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2566 uint64_t type2:16; member
2572 uint64_t type2:16;
/linux/Documentation/input/joydev/
H A Djoystick.rst166 analog.map=<type1>,<type2>,<type3>,....
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py1107 type2 = r'(?:[\w\s]+\*+)+'
1123 rf'^({type2})\s*({name})\s*{proto_args}',
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl300 What: /sys/bus/cxl/devices/decoderX.Y/cap_{pmem,ram,type2,type3}
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c131 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
145 { .drv_type = type2, .offset = -1 }, \
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt503 Format: <type1>,<type2>,..<type16>