Searched refs:CALLBACK_ARG (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/
H A D8255.c106 #define CALLBACK_ARG (((struct subdev_8255_struct *)s->private)->cb_arg) macro
140 d = CALLBACK_FUNC(0, _8255_DATA, 0, CALLBACK_ARG);
141 d |= (CALLBACK_FUNC(0, _8255_DATA + 1, 0, CALLBACK_ARG) << 8);
172 CALLBACK_ARG);
175 CALLBACK_ARG);
178 (s->state >> 16) & 0xff, CALLBACK_ARG);
181 data[1] = CALLBACK_FUNC(0, _8255_DATA, 0, CALLBACK_ARG);
182 data[1] |= (CALLBACK_FUNC(0, _8255_DATA + 1, 0, CALLBACK_ARG) << 8);
183 data[1] |= (CALLBACK_FUNC(0, _8255_DATA + 2, 0, CALLBACK_ARG) << 16);
239 CALLBACK_FUNC(1, _8255_CR, config, CALLBACK_ARG);
[all...]
H A Dni_daq_700.c129 #define CALLBACK_ARG (((struct subdev_700_struct *)s->private)->cb_arg) macro
139 d = CALLBACK_FUNC(0, _700_DATA, 0, CALLBACK_ARG);
171 CALLBACK_ARG);
175 data[1] |= CALLBACK_FUNC(0, _700_DATA, 0, CALLBACK_ARG) << 8;
313 CALLBACK_ARG = arg;

Completed in 226 milliseconds