/Linux-v5.15/arch/alpha/kernel/ |
D | core_apecs.c | 94 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 114 *type1 = 0; in mk_conf_addr() 118 *type1 = 1; in mk_conf_addr() 127 conf_read(unsigned long addr, unsigned char type1) in conf_read() argument 135 DBGC(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1)); in conf_read() 144 if (type1) { in conf_read() 199 if (type1) { in conf_read() 209 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() argument 223 if (type1) { in conf_write() [all …]
|
D | core_t2.c | 142 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 149 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 162 *type1 = 0; in mk_conf_addr() 166 *type1 = 1; in mk_conf_addr() 181 conf_read(unsigned long addr, unsigned char type1) in conf_read() argument 188 DBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1)); in conf_read() 191 if (type1) { in conf_read() 226 if (type1) { in conf_read() 235 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() argument 243 if (type1) { in conf_write() [all …]
|
D | core_polaris.c | 68 unsigned long *pci_addr, u8 *type1) in mk_conf_addr() argument 72 *type1 = (bus == 0) ? 0 : 1; in mk_conf_addr() 88 unsigned char type1; in polaris_read_config() local 90 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_read_config() 114 unsigned char type1; in polaris_write_config() local 116 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_write_config()
|
D | core_mcpcia.c | 87 conf_read(unsigned long addr, unsigned char type1, in conf_read() argument 99 addr, type1, mid)); in conf_read() 135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, in conf_write() argument 172 unsigned char *type1) in mk_conf_addr() argument 179 bus, devfn, hose->index, where, pci_addr, type1)); in mk_conf_addr() 182 *type1 = 1; in mk_conf_addr() 201 unsigned char type1; in mcpcia_read_config() local 203 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) in mcpcia_read_config() 207 w = conf_read(addr, type1, hose); in mcpcia_read_config() 228 unsigned char type1; in mcpcia_write_config() local [all …]
|
D | core_irongate.c | 83 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 90 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 92 *type1 = (bus != 0); in mk_conf_addr() 107 unsigned char type1; in irongate_read_config() local 109 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in irongate_read_config() 132 unsigned char type1; in irongate_write_config() local 134 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in irongate_write_config()
|
D | core_cia.c | 91 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 95 *type1 = (bus != 0); in mk_conf_addr() 106 conf_read(unsigned long addr, unsigned char type1) in conf_read() argument 112 DBGC(("conf_read(addr=0x%lx, type1=%d) ", addr, type1)); in conf_read() 122 if (type1) { in conf_read() 148 if (type1) { in conf_read() 161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() argument 166 DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1)); in conf_write() 176 if (type1) { in conf_write() 198 if (type1) { in conf_write() [all …]
|
D | core_tsunami.c | 93 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 105 *type1 = (bus != 0); in mk_conf_addr() 120 unsigned char type1; in tsunami_read_config() local 122 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_read_config() 145 unsigned char type1; in tsunami_write_config() local 147 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_write_config()
|
D | core_wildfire.c | 359 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 367 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 371 *type1 = (bus != 0); in mk_conf_addr() 386 unsigned char type1; in wildfire_read_config() local 388 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in wildfire_read_config() 411 unsigned char type1; in wildfire_write_config() local 413 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in wildfire_write_config()
|
D | core_titan.c | 116 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 124 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 128 *type1 = (bus != 0); in mk_conf_addr() 143 unsigned char type1; in titan_read_config() local 145 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in titan_read_config() 168 unsigned char type1; in titan_write_config() local 170 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in titan_write_config()
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | unistd.h | 117 #define _syscall1(type,name,type1,arg1) \ argument 118 type name(type1 arg1) \ 123 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 124 type name(type1 arg1, type2 arg2) \ 129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 130 type name(type1 arg1, type2 arg2, type3 arg3) \ 135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 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) \ argument 143 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
/Linux-v5.15/drivers/of/unittest-data/ |
D | tests-match.dtsi | 7 name1 { device_type = "type1"; }; 8 a { name2 { device_type = "type1"; }; }; 15 name7 { compatible = "compat2"; device_type = "type1"; }; 16 name8 { compatible = "compat2"; device_type = "type1"; };
|
/Linux-v5.15/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 185 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument 187 return type1 == 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-v5.15/drivers/acpi/acpica/ |
D | nsprepkg.c | 27 u8 type1, 703 u8 type1, in acpi_ns_check_package_elements() argument 720 type1, i + start_index); in acpi_ns_check_package_elements()
|
/Linux-v5.15/arch/x86/mm/ |
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) \ argument 79 static inline void set_##type1##_init(type1##_t *arg1, \ 83 set_##type1##_safe(arg1, arg2); \ 85 set_##type1(arg1, arg2); \
|
/Linux-v5.15/drivers/gpio/ |
D | gpio-aspeed-sgpio.c | 325 u32 type1 = 0; in aspeed_sgpio_set_type() local 351 type1 |= bit; in aspeed_sgpio_set_type() 367 reg = (reg & ~bit) | type1; in aspeed_sgpio_set_type()
|
D | gpio-aspeed.c | 596 u32 type1 = 0; in aspeed_gpio_set_type() local 625 type1 |= bit; in aspeed_gpio_set_type() 642 reg = (reg & ~bit) | type1; in aspeed_gpio_set_type()
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | rtw_efuse.h | 117 void EFUSE_GetEfuseDefinition(struct adapter *adapt, u8 type, u8 type1,
|
/Linux-v5.15/drivers/scsi/aacraid/ |
D | aachba.c | 207 struct tvpd_id_descriptor_type_1 type1; member 1013 sizeof(vpdpage83data.type1) + in get_container_serial_callback() 1023 vpdpage83data.type1.codeset = 2; in get_container_serial_callback() 1025 vpdpage83data.type1.identifiertype = 1; in get_container_serial_callback() 1026 vpdpage83data.type1.identifierlength = in get_container_serial_callback() 1027 sizeof(vpdpage83data.type1) - 4; in get_container_serial_callback() 1030 memcpy(vpdpage83data.type1.venid, in get_container_serial_callback() 1032 sizeof(vpdpage83data.type1.venid)); in get_container_serial_callback() 1033 memcpy(vpdpage83data.type1.productid, in get_container_serial_callback() 1036 vpdpage83data.type1.productid)); in get_container_serial_callback() [all …]
|
/Linux-v5.15/Documentation/watchdog/ |
D | mlx-wdt.rst | 61 version - type1 or type2.
|
/Linux-v5.15/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), \
|
/Linux-v5.15/net/mac80211/ |
D | iface.c | 228 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument 230 return type1 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed() 232 type1 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed() 234 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed() 235 (type1 == NL80211_IFTYPE_AP_VLAN && in identical_mac_addr_allowed()
|
/Linux-v5.15/scripts/ |
D | kernel-doc | 1821 my $type1 = qr{[\w\s]+}; 1822 my $type2 = qr{$type1\*+}; 1833 $prototype =~ m/^($type1)\s+($name)\s*$prototype_end/ ||
|
/Linux-v5.15/Documentation/bpf/ |
D | btf.rst | 720 BTF_ID(type1, name1) 744 BTF_ID(type1, name1)
|
/Linux-v5.15/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 2567 uint64_t type1:16; member 2571 uint64_t type1:16;
|
/Linux-v5.15/Documentation/driver-api/ |
D | ipmi.rst | 377 modprobe ipmi_si.o type=<type1>,<type2>.... 447 ipmi_si.type=<type1>,<type2>...
|