Home
last modified time | relevance | path

Searched refs:_g (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_renderstate.h37 #define RO_RENDERSTATE(_g) \ argument
38 const struct intel_renderstate_rodata gen ## _g ## _null_state = { \
39 .reloc = gen ## _g ## _null_state_relocs, \
40 .batch = gen ## _g ## _null_state_batch, \
41 .batch_items = sizeof(gen ## _g ## _null_state_batch)/4, \
/Linux-v5.4/drivers/acpi/arm64/
Dgtdt.c50 #define for_each_platform_timer(_g) \ argument
51 for (_g = acpi_gtdt_desc.platform_timer; _g; \
52 _g = next_platform_timer(_g))
/Linux-v5.4/drivers/net/wireless/ath/ath5k/
Drfgain.h459 #define AR5K_GAIN_CHECK_ADJUST(_g) \ argument
460 ((_g)->g_current <= (_g)->g_low || (_g)->g_current >= (_g)->g_high)
/Linux-v5.4/arch/powerpc/include/asm/
Dperf_event_server.h156 #define GENERIC_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _g)
157 #define GENERIC_EVENT_PTR(_id) EVENT_PTR(_id, _g)
/Linux-v5.4/drivers/staging/comedi/drivers/
Dni_stc.h560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument
561 #define NI_E_DMA_G0_G1_SEL_MASK(_g) NI_E_DMA_G0_G1_SEL((_g), 0xf) argument
/Linux-v5.4/drivers/media/platform/
Dvim2m.c293 u8 _r[2], _g[2], _b[2], *r, *g, *b; in copy_two_pixels() local
299 g = _g; in copy_two_pixels()
341 g = _g; in copy_two_pixels()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.h163 bool _g; member
Dmain.c4001 wlc->protection->_g = (bool) val; in brcms_c_protection_upd()
6953 else if (wlc->band->gmode && wlc->protection->_g && !is_cck_rate(rspec)) in brcms_c_rspec_to_rts_rspec()
/Linux-v5.4/drivers/clk/renesas/
Dr9a06g032-clocks.c84 #define D_UGATE(_idx, _n, _src, _g, _gi, _g1, _r1, _g2, _r2) \ argument
87 .dual = { .group = _g, .index = _gi, \
/Linux-v5.4/arch/powerpc/platforms/ps3/
Drepository.c51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
/Linux-v5.4/arch/x86/kvm/
Demulate.c4389 #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } argument
4390 #define GD(_f, _g) { .flags = ((_f) | GroupDual | ModRM), .u.gdual = (_g) } argument
4401 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument