/arch/x86/include/asm/ |
D | efi.h | 270 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \ argument 271 ((handle), (protocol), efi64_zero_upper(interface)) 273 #define __efi64_argmap_locate_protocol(protocol, reg, interface) \ argument 274 ((protocol), (reg), efi64_zero_upper(interface)) 276 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument 277 ((protocol), (path), efi64_zero_upper(handle)) 283 #define __efi64_argmap_get_location(protocol, seg, bus, dev, func) \ argument 284 ((protocol), efi64_zero_upper(seg), efi64_zero_upper(bus), \ 288 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \ argument 289 ((protocol), (path), (policy), efi64_zero_upper(bufsize), (buf)) [all …]
|
/arch/x86/xen/ |
D | platform-pci-unplug.c | 31 char protocol; in check_platform_magic() local 39 protocol = inb(XEN_IOPORT_PROTOVER); in check_platform_magic() 42 protocol); in check_platform_magic() 44 switch (protocol) { in check_platform_magic()
|
/arch/arm/boot/dts/st/ |
D | stm32mp15-scmi.dtsi | 20 scmi_clk: protocol@14 { 25 scmi_reset: protocol@16 { 30 scmi_voltd: protocol@17 {
|
/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-facebook-yosemitev2.dts | 129 i2c-protocol; 140 i2c-protocol; 151 i2c-protocol; 162 i2c-protocol; 219 i2c-protocol;
|
D | aspeed-bmc-facebook-greatlakes.dts | 107 i2c-protocol; 117 i2c-protocol; 127 i2c-protocol; 137 i2c-protocol; 181 i2c-protocol;
|
/arch/arm64/boot/dts/arm/ |
D | juno-scmi.dtsi | 53 scmi_devpd: protocol@11 { 58 scmi_dvfs: protocol@13 { 66 scmi_clk: protocol@14 { 71 scmi_sensors0: protocol@15 {
|
/arch/um/include/shared/ |
D | net_kern.h | 33 unsigned short (*protocol)(struct sk_buff *); member 47 unsigned short (*protocol)(struct sk_buff *); member
|
/arch/mips/generic/ |
D | Kconfig | 8 boot protocol. This will cause the kernel to scan through the list of 11 boot protocol. 28 development boards, which boot using a legacy boot protocol.
|
/arch/xtensa/platforms/iss/ |
D | network.c | 62 unsigned short (*protocol)(struct sk_buff *skb); member 219 .protocol = tuntap_protocol, 304 skb->protocol = lp->tp.net_ops->protocol(skb); in iss_net_rx()
|
/arch/um/os-Linux/drivers/ |
D | tuntap_kern.c | 51 .protocol = eth_protocol,
|
D | ethertap_kern.c | 61 .protocol = eth_protocol,
|
/arch/um/drivers/ |
D | daemon_kern.c | 56 .protocol = eth_protocol,
|
D | slip_kern.c | 61 .protocol = slip_protocol,
|
D | pcap_kern.c | 48 .protocol = eth_protocol,
|
D | slirp_kern.c | 66 .protocol = slirp_protocol,
|
D | vde_kern.c | 65 .protocol = eth_protocol,
|
D | net_kern.c | 96 skb->protocol = (*lp->protocol)(skb); in uml_net_rx() 439 .protocol = transport->kern->protocol, in eth_configure()
|
D | umcast_kern.c | 65 .protocol = eth_protocol,
|
/arch/x86/boot/ |
D | pmjump.S | 64 # 32-bit boot protocol
|
/arch/microblaze/boot/dts/ |
D | system.dts | 140 xlnx,mch0-protocol = <0x0>; 143 xlnx,mch1-protocol = <0x0>; 146 xlnx,mch2-protocol = <0x0>; 149 xlnx,mch3-protocol = <0x0>;
|
/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1028a-kontron-sl28.dts | 332 dsa-tag-protocol = "ocelot-8021q"; 336 dsa-tag-protocol = "ocelot-8021q";
|
/arch/arm64/boot/dts/st/ |
D | stm32mp251.dtsi | 63 scmi_clk: protocol@14 { 68 scmi_reset: protocol@16 {
|
/arch/arm/boot/compressed/ |
D | efi-header.S | 22 @ boot protocol does, so we need some NOPs here.
|
/arch/m68k/emu/ |
D | nfeth.c | 121 skb->protocol = eth_type_trans(skb, dev); in recv_packet()
|
/arch/powerpc/platforms/ps3/ |
D | gelic_udbg.c | 172 h_ip->protocol = 0x11; in gelic_debug_init()
|