Lines Matching refs:gamsg

87 	struct vprbrd_gpioa_msg *gamsg = (struct vprbrd_gpioa_msg *)vb->buf;
95 gamsg->cmd = VPRBRD_GPIOA_CMD_GETIN;
96 gamsg->clk = 0x00;
97 gamsg->offset = offset;
98 gamsg->t1 = 0x00;
99 gamsg->t2 = 0x00;
100 gamsg->invert = 0x00;
101 gamsg->pwmlevel = 0x00;
102 gamsg->outval = 0x00;
103 gamsg->risefall = 0x00;
104 gamsg->answer = 0x00;
105 gamsg->__fill = 0x00;
109 0x0000, gamsg, sizeof(struct vprbrd_gpioa_msg),
116 0x0000, gamsg, sizeof(struct vprbrd_gpioa_msg),
118 answer = gamsg->answer & 0x01;
137 struct vprbrd_gpioa_msg *gamsg = (struct vprbrd_gpioa_msg *)vb->buf;
147 gamsg->cmd = VPRBRD_GPIOA_CMD_SETOUT;
148 gamsg->clk = 0x00;
149 gamsg->offset = offset;
150 gamsg->t1 = 0x00;
151 gamsg->t2 = 0x00;
152 gamsg->invert = 0x00;
153 gamsg->pwmlevel = 0x00;
154 gamsg->outval = value;
155 gamsg->risefall = 0x00;
156 gamsg->answer = 0x00;
157 gamsg->__fill = 0x00;
162 0x0000, 0x0000, gamsg,
178 struct vprbrd_gpioa_msg *gamsg = (struct vprbrd_gpioa_msg *)vb->buf;
184 gamsg->cmd = VPRBRD_GPIOA_CMD_SETIN;
185 gamsg->clk = gpioa_clk;
186 gamsg->offset = offset;
187 gamsg->t1 = 0x00;
188 gamsg->t2 = 0x00;
189 gamsg->invert = 0x00;
190 gamsg->pwmlevel = 0x00;
191 gamsg->outval = 0x00;
192 gamsg->risefall = 0x00;
193 gamsg->answer = 0x00;
194 gamsg->__fill = 0x00;
198 0x0000, gamsg, sizeof(struct vprbrd_gpioa_msg),
215 struct vprbrd_gpioa_msg *gamsg = (struct vprbrd_gpioa_msg *)vb->buf;
225 gamsg->cmd = VPRBRD_GPIOA_CMD_SETOUT;
226 gamsg->clk = 0x00;
227 gamsg->offset = offset;
228 gamsg->t1 = 0x00;
229 gamsg->t2 = 0x00;
230 gamsg->invert = 0x00;
231 gamsg->pwmlevel = 0x00;
232 gamsg->outval = value;
233 gamsg->risefall = 0x00;
234 gamsg->answer = 0x00;
235 gamsg->__fill = 0x00;
239 0x0000, gamsg, sizeof(struct vprbrd_gpioa_msg),