HomeSort by relevance Sort by last modified time
    Searched defs:snd_i2c_device (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 26 struct snd_i2c_device { struct
34 void (*private_free)(struct snd_i2c_device *device);
37 #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list) macro
49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
81 unsigned char addr, struct snd_i2c_device **rdevice);
82 int snd_i2c_device_free(struct snd_i2c_device *device);
100 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 26 struct snd_i2c_device { struct
34 void (*private_free)(struct snd_i2c_device *device);
37 #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list) macro
49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
81 unsigned char addr, struct snd_i2c_device **rdevice);
82 int snd_i2c_device_free(struct snd_i2c_device *device);
100 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
    [all...]

Completed in 927 milliseconds