Home
last modified time | relevance | path

Searched refs:a (Results 14301 – 14325 of 22320) sorted by relevance

1...<<571572573574575576577578579580>>...893

/openbmc/linux/net/switchdev/
H A Dswitchdev.c22 static bool switchdev_obj_eq(const struct switchdev_obj *a, in switchdev_obj_eq() argument
28 if (a->id != b->id || a->orig_dev != b->orig_dev) in switchdev_obj_eq()
31 switch (a->id) { in switchdev_obj_eq()
33 va = SWITCHDEV_OBJ_PORT_VLAN(a); in switchdev_obj_eq()
40 ma = SWITCHDEV_OBJ_PORT_MDB(a); in switchdev_obj_eq()
/openbmc/linux/drivers/net/phy/
H A DKconfig35 Adds support for a set of LED trigger events per-PHY. Link
38 supported by the PHY and also a one common "link" trigger as a
81 Currently has a driver for the Amlogic Meson GXL Internal PHY
213 Currently has a driver for the 88E1XXX
398 a 10M single pair Ethernet connection for up to 1000 meter cable.
/openbmc/linux/fs/dlm/
H A Dlockspace.c167 struct dlm_attr *a = container_of(attr, struct dlm_attr, attr); in dlm_attr_show() local
168 return a->show ? a->show(ls, buf) : 0; in dlm_attr_show()
175 struct dlm_attr *a = container_of(attr, struct dlm_attr, attr); in dlm_attr_store() local
176 return a->store ? a->store(ls, buf, len) : len; in dlm_attr_store()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U.h49 #define DMESG(x, a...) no_printk(x, ##a) argument
50 #define DMESGW(x, a...) no_printk(x, ##a) argument
51 #define DMESGE(x, a...) no_printk(x, ##a) argument
/openbmc/linux/fs/ubifs/
H A Dgc.c105 static int data_nodes_cmp(void *priv, const struct list_head *a, in data_nodes_cmp() argument
113 if (a == b) in data_nodes_cmp()
116 sa = list_entry(a, struct ubifs_scan_node, list); in data_nodes_cmp()
149 static int nondata_nodes_cmp(void *priv, const struct list_head *a, in nondata_nodes_cmp() argument
157 if (a == b) in nondata_nodes_cmp()
160 sa = list_entry(a, struct ubifs_scan_node, list); in nondata_nodes_cmp()
/openbmc/linux/fs/gfs2/
H A Dsys.c40 struct gfs2_attr *a = container_of(attr, struct gfs2_attr, attr); in gfs2_attr_show() local
41 return a->show ? a->show(sdp, buf) : 0; in gfs2_attr_show()
48 struct gfs2_attr *a = container_of(attr, struct gfs2_attr, attr); in gfs2_attr_store() local
49 return a->store ? a->store(sdp, buf, len) : len; in gfs2_attr_store()
/openbmc/linux/net/tipc/
H A Dudp_media.c130 static int tipc_udp_addr2str(struct tipc_media_addr *a, char *buf, int size) in tipc_udp_addr2str() argument
132 struct udp_media_addr *ua = (struct udp_media_addr *)&a->value; in tipc_udp_addr2str()
147 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr() argument
155 tipc_udp_media_addr_set(a, ua); in tipc_udp_msg2addr()
160 static int tipc_udp_addr2msg(char *msg, struct tipc_media_addr *a) in tipc_udp_addr2msg() argument
164 memcpy(msg + TIPC_MEDIA_ADDR_OFFSET, a->value, in tipc_udp_addr2msg()
/openbmc/linux/include/asm-generic/
H A Dvmlinux.lds.h100 #define TEXT_MAIN .text .text.[0-9a-zA-Z_]*
101 #define DATA_MAIN .data .data.[0-9a-zA-Z_]* .data..L* .data..compoundliteral* .data.$__unnamed_* .d…
102 #define SDATA_MAIN .sdata .sdata.[0-9a-zA-Z_]*
103 #define RODATA_MAIN .rodata .rodata.[0-9a-zA-Z_]* .rodata..L*
104 #define BSS_MAIN .bss .bss.[0-9a-zA-Z_]* .bss..L* .bss..compoundliteral*
105 #define SBSS_MAIN .sbss .sbss.[0-9a-zA-Z_]*
/openbmc/qemu/contrib/plugins/
H A Dcache.c585 static int dcmp(gconstpointer a, gconstpointer b) in dcmp() argument
587 InsnData *insn_a = (InsnData *) a; in dcmp()
593 static int icmp(gconstpointer a, gconstpointer b) in icmp() argument
595 InsnData *insn_a = (InsnData *) a; in icmp()
601 static int l2_cmp(gconstpointer a, gconstpointer b) in l2_cmp() argument
603 InsnData *insn_a = (InsnData *) a; in l2_cmp()
/openbmc/qemu/hw/pci/
H A Dshpc.c453 unsigned a = addr + i; in shpc_write() local
454 uint8_t wmask = shpc->wmask[a]; in shpc_write()
455 uint8_t w1cmask = shpc->w1cmask[a]; in shpc_write()
457 shpc->config[a] = (shpc->config[a] & ~wmask) | (val & wmask); in shpc_write()
458 shpc->config[a] &= ~(val & w1cmask); /* W1C: Write 1 to Clear */ in shpc_write()
/openbmc/qemu/hw/misc/
H A Dmos6522.c325 val = s->a; in mos6522_read()
417 s->a = (s->a & ~s->dira) | (val & s->dira); in mos6522_write()
516 mos6522_reg_names[1], s->a); in qmp_x_query_via_foreach()
629 VMSTATE_UINT8(a, MOS6522State),
650 s->a = 0; in mos6522_reset_hold()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc192 /* test if a constant matches the constraint */
904 TCGReg r, TCGReg a)
913 tcg_out_vex_modrm(s, OPC_PUNPCKLBW, r, a, a);
914 a = r;
917 tcg_out_vex_modrm(s, OPC_PUNPCKLWD, r, a, a);
918 a = r;
926 tcg_out_vex_modrm(s, OPC_PUNPCKLQDQ, r, a, a);
1958 * before we need might need a scratch reg.
3521 return C_O2_I3(a, d, 0, 1, r);
3527 return C_O2_I2(a, d, a, r);
[all …]
/openbmc/linux/Documentation/devicetree/bindings/arc/
H A Darchs-pct.txt3 The ARC HS can be configured with a pipeline performance monitor for counting
/openbmc/linux/net/bluetooth/cmtp/
H A DKconfig6 CMTP (CAPI Message Transport Protocol) is a transport layer
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A DKconfig12 To compile this driver as a module, choose M here. This module will
/openbmc/linux/tools/memory-model/litmus-tests/
H A DLB+poacquireonce+pooncerelease.litmus6 * Does a release-acquire pair suffice for the load-buffering litmus
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs4270.txt13 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
H A Dimg,pistachio-internal-dac.txt7 - img,cr-top : Must contain a phandle to the top level control syscon
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c61 struct A a; in f()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-fsi-master-gpio10 a debug device).
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-qla2xxx5 signal a firmware-dump has been generated by the driver and is
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls2080a-simu.dts16 model = "Freescale Layerscape 2080a software Simulator model";
/openbmc/linux/arch/sparc/lib/
H A DU1copy_from_user.S24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest
H A DU1copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
H A DU3copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS

1...<<571572573574575576577578579580>>...893