Searched refs:board_ptr (Results 1 - 25 of 67) sorted by relevance

123

/linux-master/drivers/comedi/drivers/
H A Ddas08_cs.c57 /* The das08 driver needs the board_ptr */
58 dev->board_ptr = &das08_cs_boards[0];
H A Ddas08_pci.c54 /* The das08 driver needs the board_ptr */
55 dev->board_ptr = &das08_pci_boards[0];
H A Dni_labpc_cs.c60 /* The ni_labpc driver needs the board_ptr */
61 dev->board_ptr = &labpc_cs_boards[0];
H A Damplc_dio200_common.c156 const struct dio200_board *board = dev->board_ptr;
167 const struct dio200_board *board = dev->board_ptr;
178 const struct dio200_board *board = dev->board_ptr;
189 const struct dio200_board *board = dev->board_ptr;
200 const struct dio200_board *board = dev->board_ptr;
223 const struct dio200_board *board = dev->board_ptr;
240 const struct dio200_board *board = dev->board_ptr;
252 const struct dio200_board *board = dev->board_ptr;
317 const struct dio200_board *board = dev->board_ptr;
476 const struct dio200_board *board = dev->board_ptr;
[all...]
H A Daddi_apci_1516.c94 const struct apci1516_boardinfo *board = dev->board_ptr;
120 dev->board_ptr = board;
H A Damplc_pc236_common.c21 const struct pc236_board *board = dev->board_ptr;
41 const struct pc236_board *board = dev->board_ptr;
H A Dni_labpc_pci.c77 dev->board_ptr = board;
H A Damplc_pci236.c99 dev->board_ptr = &pc236_pci_board;
H A Dpcl726.c264 const struct pcl726_board *board = dev->board_ptr;
285 const struct pcl726_board *board = dev->board_ptr;
312 const struct pcl726_board *board = dev->board_ptr;
H A Ddas08_isa.c162 const struct das08_board_struct *board = dev->board_ptr;
H A Dpcmad.c105 const struct pcmad_board_struct *board = dev->board_ptr;
H A Dpcl724.c97 const struct pcl724_board *board = dev->board_ptr;
H A Dcb_pcidas64.c1095 const struct pcidas64_board *board = dev->board_ptr;
1175 const struct pcidas64_board *board = dev->board_ptr;
1183 const struct pcidas64_board *board = dev->board_ptr;
1195 const struct pcidas64_board *board = dev->board_ptr;
1252 const struct pcidas64_board *board = dev->board_ptr;
1278 const struct pcidas64_board *board = dev->board_ptr;
1361 const struct pcidas64_board *board = dev->board_ptr;
1392 const struct pcidas64_board *board = dev->board_ptr;
1411 const struct pcidas64_board *board = dev->board_ptr;
1421 const struct pcidas64_board *board = dev->board_ptr;
[all...]
H A Ddas800.c232 const struct das800_board *board = dev->board_ptr;
295 const struct das800_board *board = dev->board_ptr;
367 const struct das800_board *board = dev->board_ptr;
598 const struct das800_board *board = dev->board_ptr;
604 * The dev->board_ptr will be set by comedi_device_attach() if the
609 * If the dev->board_ptr is not set, the user is trying to attach
611 * are used to 'probe' for the correct dev->board_ptr.
665 dev->board_ptr = board;
H A Ddas08.c171 const struct das08_board_struct *board = dev->board_ptr;
304 const struct das08_board_struct *board = dev->board_ptr;
343 const struct das08_board_struct *board = dev->board_ptr;
H A Dni_labpc_isadma.c130 const struct labpc_boardinfo *board = dev->board_ptr;
H A Dni_mio_cs.c157 dev->board_ptr = board;
H A Daddi_apci_16xx.c102 dev->board_ptr = board;
H A Damplc_dio200_pci.c353 dev->board_ptr = board;
H A Dcb_pcidas.c617 const struct cb_pcidas_board *board = dev->board_ptr;
678 const struct cb_pcidas_board *board = dev->board_ptr;
787 const struct cb_pcidas_board *board = dev->board_ptr;
892 const struct cb_pcidas_board *board = dev->board_ptr;
999 const struct cb_pcidas_board *board = dev->board_ptr;
1106 const struct cb_pcidas_board *board = dev->board_ptr;
1139 const struct cb_pcidas_board *board = dev->board_ptr;
1260 dev->board_ptr = board;
H A Dni_labpc_common.c130 const struct labpc_boardinfo *board = dev->board_ptr;
160 const struct labpc_boardinfo *board = dev->board_ptr;
504 const struct labpc_boardinfo *board = dev->board_ptr;
618 const struct labpc_boardinfo *board = dev->board_ptr;
821 const struct labpc_boardinfo *board = dev->board_ptr;
910 const struct labpc_boardinfo *board = dev->board_ptr;
1194 const struct labpc_boardinfo *board = dev->board_ptr;
H A Ddas16.c537 const struct das16_board *board = dev->board_ptr;
586 const struct das16_board *board = dev->board_ptr;
901 const struct das16_board *board = dev->board_ptr;
1017 const struct das16_board *board = dev->board_ptr;
1169 const struct das16_board *board = dev->board_ptr;
H A Damplc_pci224.c388 const struct pci224_board *board = dev->board_ptr;
623 const struct pci224_board *board = dev->board_ptr;
831 const struct pci224_board *board = dev->board_ptr;
916 const struct pci224_board *board = dev->board_ptr;
1006 dev->board_ptr = board;
H A Dni_at_a2150.c246 const struct a2150_board *board = dev->board_ptr;
395 const struct a2150_board *board = dev->board_ptr;
704 dev->board_ptr = board;
/linux-master/drivers/comedi/
H A Ddrivers.c186 dev->board_ptr = NULL;
783 * returns NULL. The return value ends up in the 'board_ptr' member of
964 dev->board_ptr = comedi_recognize(driv, it->board_name);
965 if (dev->board_ptr)
994 dev->board_name = dev->board_ptr ? *(const char **)dev->board_ptr

Completed in 323 milliseconds

123