Home
last modified time | relevance | path

Searched refs:_mutex (Results 1 – 6 of 6) sorted by relevance

/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h45 #define LOCK_TAKE(x) do { mutex_lock(&x##_mutex); x##_held = !0; } while (0)
46 #define LOCK_GIVE(x) do { x##_held = 0; mutex_unlock(&x##_mutex); } while (0)
/drivers/staging/rtl8723bs/include/
Ddrv_types.h434 _mutex hw_init_mutex;
435 _mutex h2c_fwcmd_mutex;
436 _mutex setch_mutex;
437 _mutex setbw_mutex;
Dosdep_intf.h35 _mutex ioctl_mutex;
Dosdep_service_linux.h44 typedef struct mutex _mutex; typedef
Drtw_xmit.h439 _mutex ack_tx_mutex;
Drtw_cmd.h56 _mutex sctx_mutex;