Searched refs:do_lock (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | debug.c | 18 static void DI_format(int do_lock, word id, int type, char *format, va_list argument_list); 569 static void DI_format(int do_lock, in DI_format() argument 597 if (do_lock) { in DI_format() 722 if (do_lock) { in DI_format()
|
/Linux-v4.19/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-v4.19/sound/core/ |
D | pcm_native.c | 1054 int state, int do_lock) in snd_pcm_action_group() argument 1061 if (do_lock && s != substream) { in snd_pcm_action_group() 1090 if (do_lock) { in snd_pcm_action_group()
|
/Linux-v4.19/drivers/scsi/ |
D | st.c | 914 static int do_door_lock(struct scsi_tape * STp, int do_lock) in do_door_lock() argument 918 DEBC_printk(STp, "%socking drive door.\n", do_lock ? "L" : "Unl"); in do_door_lock() 921 do_lock ? SCSI_REMOVAL_PREVENT : SCSI_REMOVAL_ALLOW); in do_door_lock() 923 STp->door_locked = do_lock ? ST_LOCKED_EXPLICIT : ST_UNLOCKED; in do_door_lock()
|
D | osst.c | 3331 static int do_door_lock(struct osst_tape * STp, int do_lock) in do_door_lock() argument 3336 printk(OSST_DEB_MSG "%s:D: %socking drive door.\n", tape_name(STp), do_lock ? "L" : "Unl"); in do_door_lock() 3340 do_lock ? SCSI_REMOVAL_PREVENT : SCSI_REMOVAL_ALLOW); in do_door_lock() 3342 STp->door_locked = do_lock ? ST_LOCKED_EXPLICIT : ST_UNLOCKED; in do_door_lock()
|