Searched refs:do_lock (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/android/ |
D | binder.c | 3540 int do_lock = !binder_debug_no_lock; in binder_state_show() local 3542 if (do_lock) in binder_state_show() 3554 if (do_lock) in binder_state_show() 3562 int do_lock = !binder_debug_no_lock; in binder_stats_show() local 3564 if (do_lock) in binder_stats_show() 3573 if (do_lock) in binder_stats_show() 3581 int do_lock = !binder_debug_no_lock; in binder_transactions_show() local 3583 if (do_lock) in binder_transactions_show() 3589 if (do_lock) in binder_transactions_show() 3597 int do_lock = !binder_debug_no_lock; in binder_proc_show() local [all …]
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | debug.c | 17 static void DI_format(int do_lock, word id, int type, char *format, va_list argument_list); 572 static void DI_format(int do_lock, in DI_format() argument 600 if (do_lock) { in DI_format() 725 if (do_lock) { in DI_format()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ev-layer.c | 1052 static int do_lock(struct cardstate *cs) in do_lock() function 1465 cs->cmd_result = ev->parameter ? do_lock(cs) : do_unlock(cs); in do_action()
|
/linux-4.4.14/drivers/scsi/ |
D | st.c | 916 static int do_door_lock(struct scsi_tape * STp, int do_lock) in do_door_lock() argument 920 DEBC_printk(STp, "%socking drive door.\n", do_lock ? "L" : "Unl"); in do_door_lock() 923 do_lock ? SCSI_REMOVAL_PREVENT : SCSI_REMOVAL_ALLOW); in do_door_lock() 925 STp->door_locked = do_lock ? ST_LOCKED_EXPLICIT : ST_UNLOCKED; in do_door_lock()
|
D | osst.c | 3328 static int do_door_lock(struct osst_tape * STp, int do_lock) in do_door_lock() argument 3333 printk(OSST_DEB_MSG "%s:D: %socking drive door.\n", tape_name(STp), do_lock ? "L" : "Unl"); in do_door_lock() 3337 do_lock ? SCSI_REMOVAL_PREVENT : SCSI_REMOVAL_ALLOW); in do_door_lock() 3339 STp->door_locked = do_lock ? ST_LOCKED_EXPLICIT : ST_UNLOCKED; in do_door_lock()
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 892 int state, int do_lock) in snd_pcm_action_group() argument 899 if (do_lock && s != substream) { in snd_pcm_action_group() 928 if (do_lock) { in snd_pcm_action_group()
|