Searched refs:rdevice (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/collectd/ |
| H A D | 0001-src-netlink.c-remove-REG_NOERROR.patch | 15 if (regexec(i->rdevice, dev, 0, NULL, 0) != REG_NOERROR) 35 if (i->rdevice != NULL) { 36 - if (regexec(i->rdevice, dev, 0, NULL, 0) != REG_NOERROR) 37 + if (regexec(i->rdevice, dev, 0, NULL, 0))
|
| /OK3568_Linux_fs/kernel/sound/i2c/ |
| H A D | i2c.c | 100 unsigned char addr, struct snd_i2c_device **rdevice) in snd_i2c_device_create() argument 104 *rdevice = NULL; in snd_i2c_device_create() 114 *rdevice = device; in snd_i2c_device_create()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | i2c.h | 65 unsigned char addr, struct snd_i2c_device **rdevice);
|