Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c33 u16 *r_ptr, *g_ptr, *b_ptr; in mga_crtc_load_lut() local
41 b_ptr = g_ptr + crtc->gamma_size; in mga_crtc_load_lut()
54 b = *b_ptr++ >> 8; in mga_crtc_load_lut()
56 b_ptr++; in mga_crtc_load_lut()
60 b = *b_ptr++ >> 8; in mga_crtc_load_lut()
73 WREG8(DAC_INDEX + MGA1064_COL_PAL, *b_ptr++ >> 8); in mga_crtc_load_lut()