Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbsg-lib.c270 struct bsg_set *bset = in bsg_queue_rq() local
327 struct bsg_set *bset = in bsg_remove_queue() local
340 struct bsg_set *bset = in bsg_timeout() local
368 struct bsg_set *bset; in bsg_setup_queue() local
/Linux-v5.10/include/uapi/linux/
Dbcache.h419 struct bset { struct
420 __u64 csum;
421 __u64 magic;
422 __u64 seq;
423 __u32 version;
424 __u32 keys;
426 union {
/Linux-v5.10/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.10/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c1871 u8 *pparmbuf, bset; in r871x_mp_ioctl_hdl() local
/Linux-v5.10/drivers/staging/emxx_udc/
Demxx_udc.c1389 static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset) in _nbu2ss_req_feature()