Home
last modified time | relevance | path

Searched defs:g1 (Results 1 – 9 of 9) sorted by relevance

/linux/lib/crypto/
H A Dpoly1305-donna64.c116 u64 g0, g1, g2; in poly1305_core_emit() local
H A Dpoly1305-donna32.c125 u32 g0, g1, g2, g3, g4; in poly1305_core_emit() local
/linux/include/uapi/linux/
H A Dmap_to_14segment.h107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument
/linux/drivers/irqchip/
H A Dirq-sp7021-intc.c67 void __iomem *g1; // REG_GROUP_1 base member
/linux/drivers/media/dvb-frontends/
H A Dcx24110.c171 static const int g1[FEC_AUTO] = {-1, 0x01, 0x02, 0x05, 0x15, 0x45, -1}; in cx24110_set_fec() local
/linux/drivers/usb/serial/
H A Diuu_phoenix.c334 static void iuu_rgbf_fill_buffer(u8 *buf, u8 r1, u8 r2, u8 g1, u8 g2, u8 b1, in iuu_rgbf_fill_buffer()
/linux/arch/arm64/kvm/
H A Dsys_regs.c481 bool g1; in access_gic_sgi() local
/linux/net/netfilter/
H A Dnf_tables_api.c2227 struct nft_rule_blob *g1 = rcu_dereference_raw(chain->blob_gen_1); nf_tables_chain_free_chain_rules() local
10152 struct nft_rule_blob *g0, *g1; nf_tables_commit_chain() local
[all...]
/linux/fs/nfsd/
H A Dnfs4state.c2599 static bool groups_equal(struct group_info *g1, struct group_info *g2) in groups_equal()