Searched refs:unset (Results 1 – 9 of 9) sorted by relevance
/drivers/media/pci/zoran/ |
D | videocodec.h | 275 int (*unset) (struct videocodec * codec); member
|
D | videocodec.c | 195 res = a->codec->unset(a->codec); in videocodec_detach()
|
D | zr36016.c | 488 .unset = zr36016_unset,
|
D | zr36050.c | 864 .unset = zr36050_unset,
|
D | zr36060.c | 972 .unset = zr36060_unset,
|
/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument 240 val &= ~unset; in ov9640_reg_rmw()
|
D | ov9740.c | 460 static int ov9740_reg_rmw(struct i2c_client *client, u16 reg, u8 set, u8 unset) in ov9740_reg_rmw() argument 474 val &= ~unset; in ov9740_reg_rmw()
|
/drivers/i2c/busses/ |
D | i2c-pxa.c | 176 const char *unset; member 178 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u } 185 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
|
/drivers/video/ |
D | Kconfig | 2084 Turn on debugging messages. Note that you can set/unset at run time 2105 Turn on debugging messages. Note that you can set/unset at run time
|