Home
last modified time | relevance | path

Searched refs:b_ptr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/tipc/
Ddiscover.h42 int tipc_disc_create(struct net *net, struct tipc_bearer *b_ptr,
45 void tipc_disc_reset(struct net *net, struct tipc_bearer *b_ptr);
49 struct tipc_bearer *b_ptr);
/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c32 u16 *r_ptr, *g_ptr, *b_ptr; in mga_crtc_load_lut() local
40 b_ptr = g_ptr + crtc->gamma_size; in mga_crtc_load_lut()
53 b = *b_ptr++ >> 8; in mga_crtc_load_lut()
55 b_ptr++; in mga_crtc_load_lut()
59 b = *b_ptr++ >> 8; in mga_crtc_load_lut()
72 WREG8(DAC_INDEX + MGA1064_COL_PAL, *b_ptr++ >> 8); in mga_crtc_load_lut()