Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 9 of 9) sorted by relevance

/drivers/pinctrl/bcm/
Dpinctrl-ns.c166 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/
Dvideocodec.h253 int (*unset)(struct videocodec *codec); member
Dvideocodec.c136 res = a->codec->unset(a->codec); in videocodec_detach()
Dzr36016.c384 .unset = zr36016_unset,
Dzr36050.c795 .unset = zr36050_unset,
Dzr36060.c848 .unset = zr36060_unset,
/drivers/media/i2c/
Dov9640.c229 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/
Di2c-pxa.c290 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/
DKconfig1907 Turn on debugging messages. Note that you can set/unset at run time