/Linux-v4.19/arch/parisc/include/asm/ |
D | unistd.h | 119 #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-v4.19/drivers/mfd/ |
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-v4.19/arch/x86/pci/ |
D | direct.c | 286 goto type2; in pci_direct_probe() 288 goto type2; in pci_direct_probe() 297 type2: in pci_direct_probe()
|
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/ |
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()
|
/Linux-v4.19/drivers/of/unittest-data/ |
D | tests-match.dtsi | 10 c { name2 { device_type = "type2"; }; };
|
/Linux-v4.19/drivers/acpi/acpica/ |
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 728 type2, in acpi_ns_check_package_elements()
|
/Linux-v4.19/include/linux/mfd/ |
D | twl.h | 560 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument 561 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \ 666 u8 type2; /* Power resource addressed, 3 / broadcast message */ member
|
/Linux-v4.19/net/mac80211/ |
D | iface.c | 229 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument 232 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed() 234 type2 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed() 235 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_WDS) || in identical_mac_addr_allowed() 237 (type2 == NL80211_IFTYPE_WDS || in identical_mac_addr_allowed() 238 type2 == NL80211_IFTYPE_AP)) || in identical_mac_addr_allowed() 239 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed() 241 (type2 == NL80211_IFTYPE_AP || in identical_mac_addr_allowed() 242 type2 == NL80211_IFTYPE_AP_VLAN)); in identical_mac_addr_allowed()
|
/Linux-v4.19/drivers/pci/ |
D | setup-bus.c | 1002 unsigned long type, unsigned long type2, in pbus_size_mem() argument 1033 (r->flags & mask) != type2 && in pbus_size_mem() 1214 unsigned long mask, prefmask, type2 = 0, type3 = 0; in __pci_bus_size_bridges() local 1278 type2 = prefmask & ~IORESOURCE_MEM_64; in __pci_bus_size_bridges() 1288 if (!type2) { in __pci_bus_size_bridges() 1304 type2 = type3 = IORESOURCE_MEM; in __pci_bus_size_bridges() 1322 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3, in __pci_bus_size_bridges()
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | aachba.c | 223 struct tvpd_id_descriptor_type_2 type2; member 1025 sizeof(vpdpage83data.type2); in get_container_serial_callback() 1065 vpdpage83data.type2.codeset = 1; in get_container_serial_callback() 1067 vpdpage83data.type2.identifiertype = 2; in get_container_serial_callback() 1068 vpdpage83data.type2.identifierlength = in get_container_serial_callback() 1069 sizeof(vpdpage83data.type2) - 4; in get_container_serial_callback() 1071 vpdpage83data.type2.eu64id.venid[0] = 0xD0; in get_container_serial_callback() 1072 vpdpage83data.type2.eu64id.venid[1] = 0; in get_container_serial_callback() 1073 vpdpage83data.type2.eu64id.venid[2] = 0; in get_container_serial_callback() 1075 vpdpage83data.type2.eu64id.Serial = in get_container_serial_callback() [all …]
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-aspeed.c | 601 u32 type2 = 0; in aspeed_gpio_set_type() local 617 type2 |= bit; in aspeed_gpio_set_type() 651 reg = (reg & ~bit) | type2; in aspeed_gpio_set_type()
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | wsm.c | 45 #define __WSM_GET(buf, type, type2, cvt) \ argument 50 val = cvt(*(type2 *)(buf)->data); \ 68 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument 73 *(type2 *)(buf)->data = cvt(val); \
|
/Linux-v4.19/drivers/video/fbdev/ |
D | ffb.c | 332 u32 type2; member 445 upa_writel(FFB_DAC_CUR_CTRL, &dac->type2); in ffb_switch_from_graph()
|
/Linux-v4.19/Documentation/ |
D | IPMI.txt | 377 modprobe ipmi_si.o type=<type1>,<type2>.... 447 ipmi_si.type=<type1>,<type2>...
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 200 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 214 { .drv_type = type2, .offset = -1 }, \
|
/Linux-v4.19/Documentation/input/joydev/ |
D | joystick.rst | 166 analog.map=<type1>,<type2>,<type3>,....
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 3214 uint64_t type2:16; member 3220 uint64_t type2:16;
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 324 Format: <type1>,<type2>,..<type16>
|