Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dpoly1305-donna64.c117 u64 g0, g1, g2; in poly1305_core_emit() local
H A Dpoly1305-donna32.c126 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/net/wireless/realtek/rtw88/
H A Dpci.c1294 static void rtw_mdio_write(struct rtw_dev *rtwdev, u8 addr, u16 data, bool g1) in rtw_mdio_write()
/linux/net/netfilter/
H A Dnf_tables_api.c2347 struct nft_rule_blob *g1 = rcu_dereference_raw(chain->blob_gen_1); nf_tables_chain_free_chain_rules() local
10399 struct nft_rule_blob *g0, *g1; nf_tables_commit_chain() local
[all...]
/linux/fs/nfsd/
H A Dnfs4state.c3029 static bool groups_equal(struct group_info *g1, struct group_info *g2) in groups_equal()