Home
last modified time | relevance | path

Searched refs:excl (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/gadget/
Df_mtp.c316 static inline int mtp_lock(atomic_t *excl) in mtp_lock() argument
318 if (atomic_inc_return(excl) == 1) { in mtp_lock()
321 atomic_dec(excl); in mtp_lock()
326 static inline void mtp_unlock(atomic_t *excl) in mtp_unlock() argument
328 atomic_dec(excl); in mtp_unlock()
/drivers/scsi/sym53c8xx_2/
Dsym_glue.c72 module_param_named(excl, excl_string, charp, 0);
86 MODULE_PARM_DESC(excl, "List ioport addresses here to prevent controllers from being attached");
/drivers/tty/
Dtty_io.c2788 int excl = test_bit(TTY_EXCLUSIVE, &tty->flags); in tty_ioctl() local
2789 return put_user(excl, (int __user *)p); in tty_ioctl()
/drivers/pci/
Dpci.c2618 const char *res_name, int excl) in __pci_request_selected_regions() argument
2624 if (__pci_request_region(pdev, i, res_name, excl)) in __pci_request_selected_regions()
/drivers/isdn/hardware/eicon/
Dmessage.c10298 byte excl; in chi_to_channel() local
10304 excl = 0; in chi_to_channel()
10311 if (chi[1] & 0x08) excl = 0x40; in chi_to_channel()
10369 return (byte)(excl | ch); in chi_to_channel()
10374 if (chi[1] & 0x08) excl = 0x40; in chi_to_channel()
10380 return excl | 1; in chi_to_channel()
10383 return excl | 2; in chi_to_channel()