Searched refs:write_subdevice (Results 1 – 3 of 3) sorted by relevance
403 devinfo.write_subdevice = write_subdev - dev->subdevices; in do_devinfo_ioctl()405 devinfo.write_subdevice = -1; in do_devinfo_ioctl()2343 info->write_subdevice = s; in comedi_alloc_subdevice_minor()2620 struct comedi_subdevice *const write_subdevice = in show_max_write_buffer_kb() local2624 if (write_subdevice && in show_max_write_buffer_kb()2625 (write_subdevice->subdev_flags & SDF_CMD_WRITE) && in show_max_write_buffer_kb()2626 write_subdevice->async) { in show_max_write_buffer_kb()2627 max_buffer_size_kb = write_subdevice->async->max_bufsize / in show_max_write_buffer_kb()2644 struct comedi_subdevice *const write_subdevice = in store_max_write_buffer_kb() local2655 if (write_subdevice == NULL || in store_max_write_buffer_kb()[all …]
236 struct comedi_subdevice *write_subdevice; member278 if (info->write_subdevice) in comedi_get_write_subdevice()279 return info->write_subdevice; in comedi_get_write_subdevice()
415 int write_subdevice; member