Searched refs:excl (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/gadget/ |
D | f_mtp.c | 316 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/ |
D | sym_glue.c | 72 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/ |
D | tty_io.c | 2788 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/ |
D | pci.c | 2618 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/ |
D | message.c | 10298 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()
|