Searched defs:create_device (Results 1 – 8 of 8) sorted by relevance
43 def create_device(self, system_name, channel, **kwargs): member in DevicesClient
81 def create_device(self, api_key, device_config): member in Devices
132 DevicePtr create_device(CRAS_STREAM_DIRECTION direction, in create_device() function
188 void create_device(int fd) in create_device() function
230 static struct iio_device * create_device(struct iio_context *ctx, xmlNode *n) in create_device() function
1722 static int create_device(void *d, const char *path) in create_device() function
133 struct gbm_device *(*create_device)(int fd); member
990 pub fn create_device(&self, device: &mut kvm_create_device) -> Result<()> { in create_device() method