Searched refs:unset (Results 1 – 9 of 9) sorted by relevance
/drivers/pinctrl/bcm/ |
D | pinctrl-ns.c | 166 u32 unset = 0; in ns_pinctrl_set_mux() local 175 unset |= BIT(group->pins[i]); in ns_pinctrl_set_mux() 178 tmp &= ~unset; in ns_pinctrl_set_mux()
|
/drivers/media/pci/zoran/ |
D | videocodec.h | 253 int (*unset)(struct videocodec *codec); member
|
D | videocodec.c | 136 res = a->codec->unset(a->codec); in videocodec_detach()
|
D | zr36016.c | 384 .unset = zr36016_unset,
|
D | zr36050.c | 795 .unset = zr36050_unset,
|
D | zr36060.c | 848 .unset = zr36060_unset,
|
/drivers/media/i2c/ |
D | ov9640.c | 229 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument 242 val &= ~unset; in ov9640_reg_rmw()
|
/drivers/i2c/busses/ |
D | i2c-pxa.c | 290 const char *unset; member 292 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u } 299 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
|
/drivers/video/fbdev/ |
D | Kconfig | 1907 Turn on debugging messages. Note that you can set/unset at run time
|