Searched refs:unset (Results 1 – 12 of 12) sorted by relevance
| /drivers/video/fbdev/core/ |
| A D | fb_draw.h | 43 static inline unsigned long fb_comp(unsigned long set, unsigned long unset, unsigned long mask) in fb_comp() argument 45 return ((set ^ unset) & mask) ^ unset; in fb_comp()
|
| /drivers/video/fbdev/aty/ |
| A D | mach64_cursor.c | 60 static inline unsigned long comp(unsigned long set, unsigned long unset, unsigned long mask) in comp() argument 62 return ((set ^ unset) & mask) ^ unset; in comp()
|
| /drivers/pinctrl/bcm/ |
| A D | pinctrl-ns.c | 166 u32 unset = 0; in ns_pinctrl_set_mux() local 175 unset |= BIT(group->grp.pins[i]); in ns_pinctrl_set_mux() 178 tmp &= ~unset; in ns_pinctrl_set_mux()
|
| /drivers/media/pci/zoran/ |
| A D | videocodec.h | 253 int (*unset)(struct videocodec *codec); member
|
| A D | videocodec.c | 136 res = a->codec->unset(a->codec); in videocodec_detach()
|
| A D | zr36016.c | 384 .unset = zr36016_unset,
|
| A D | zr36050.c | 795 .unset = zr36050_unset,
|
| A D | zr36060.c | 848 .unset = zr36060_unset,
|
| /drivers/media/i2c/ |
| A 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/block/zram/ |
| A D | Kconfig | 105 default "unset-value"
|
| /drivers/i2c/busses/ |
| A D | i2c-pxa.c | 291 const char *unset; member 293 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u } 300 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
|
| /drivers/gpu/drm/ci/ |
| A D | gitlab-ci.yml | 25 unset CI_JOB_JWT S3_JWT # Unsetting vulnerable env variables
|
Completed in 23 milliseconds