Lines Matching refs:rbsp
12 struct rbsp;
15 int (*rbsp_bit)(struct rbsp *rbsp, int *val);
16 int (*rbsp_bits)(struct rbsp *rbsp, int n, unsigned int *val);
17 int (*rbsp_uev)(struct rbsp *rbsp, unsigned int *val);
18 int (*rbsp_sev)(struct rbsp *rbsp, int *val);
38 struct rbsp { struct
50 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, argument
52 void rbsp_unsupported(struct rbsp *rbsp);
54 void rbsp_bit(struct rbsp *rbsp, int *value);
55 void rbsp_bits(struct rbsp *rbsp, int n, int *value);
56 void rbsp_uev(struct rbsp *rbsp, unsigned int *value);
57 void rbsp_sev(struct rbsp *rbsp, int *value);
59 void rbsp_trailing_bits(struct rbsp *rbsp);