Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c657 u32 g0, g1; in amdgpu_ras_eeprom_append_table() local
683 u32 g0, g1; in amdgpu_ras_eeprom_append_table() local
903 u32 g0, g1; in amdgpu_ras_eeprom_read() local
/Linux-v6.6/lib/crypto/
Dpoly1305-donna64.c116 u64 g0, g1, g2; in poly1305_core_emit() local
Dpoly1305-donna32.c125 u32 g0, g1, g2, g3, g4; in poly1305_core_emit() local
/Linux-v6.6/include/uapi/linux/
Dmap_to_14segment.h107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument
/Linux-v6.6/drivers/irqchip/
Dirq-sp7021-intc.c67 void __iomem *g1; // REG_GROUP_1 base member
/Linux-v6.6/drivers/media/dvb-frontends/
Dcx24110.c171 static const int g1[FEC_AUTO] = {-1, 0x01, 0x02, 0x05, 0x15, 0x45, -1}; in cx24110_set_fec() local
/Linux-v6.6/drivers/usb/serial/
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-v6.6/drivers/clk/renesas/
Dr9a06g032-clocks.c144 struct regbit sel, g1, r1, g2, r2; member
/Linux-v6.6/drivers/net/wireless/realtek/rtw88/
Dpci.c1281 static void rtw_mdio_write(struct rtw_dev *rtwdev, u8 addr, u16 data, bool g1) in rtw_mdio_write()
/Linux-v6.6/arch/arm64/kvm/
Dsys_regs.c302 bool g1; in access_gic_sgi() local
/Linux-v6.6/net/netfilter/
Dnf_tables_api.c2028 struct nft_rule_blob *g1 = rcu_dereference_raw(chain->blob_gen_1); in nf_tables_chain_free_chain_rules() local
9395 struct nft_rule_blob *g0, *g1; in nf_tables_commit_chain() local
/Linux-v6.6/arch/s390/include/asm/
Dkvm_host.h891 } g1; member
/Linux-v6.6/fs/nfsd/
Dnfs4state.c2355 static bool groups_equal(struct group_info *g1, struct group_info *g2) in groups_equal()