Home
last modified time | relevance | path

Searched defs:bset (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/block/
Dbsg-lib.c267 struct bsg_set *bset = in bsg_queue_rq() local
324 struct bsg_set *bset = in bsg_remove_queue() local
337 struct bsg_set *bset = in bsg_timeout() local
365 struct bsg_set *bset; in bsg_setup_queue() local
/Linux-v5.4/include/uapi/linux/
Dbcache.h351 struct bset { struct
352 __u64 csum;
353 __u64 magic;
354 __u64 seq;
355 __u32 version;
356 __u32 keys;
358 union {
/Linux-v5.4/drivers/clocksource/
Dh8300_timer16.c23 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
Dh8300_timer8.c35 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
/Linux-v5.4/drivers/tty/
Dn_hdlc.c191 #define bset(p,b) ((p)[(b) >> 5] |= (1 << ((b) & 0x1f))) macro
/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c1875 u8 *pparmbuf, bset; in r871x_mp_ioctl_hdl() local
/Linux-v5.4/drivers/staging/emxx_udc/
Demxx_udc.c1391 static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset) in _nbu2ss_req_feature()