Home
last modified time | relevance | path

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

/drivers/misc/hdpuftrs/
Dhdpu_cpustate.c59 static int cpustate_get_ref(int excl) in cpustate_get_ref() argument
66 if (cpustate.excl) in cpustate_get_ref()
69 if (excl) { in cpustate_get_ref()
72 cpustate.excl = 1; in cpustate_get_ref()
88 cpustate.excl = 0; in cpustate_free_ref()
/drivers/usb/gadget/
Df_adb.c168 static inline int _lock(atomic_t *excl) in _lock() argument
170 if (atomic_inc_return(excl) == 1) { in _lock()
173 atomic_dec(excl); in _lock()
178 static inline void _unlock(atomic_t *excl) in _unlock() argument
180 atomic_dec(excl); in _unlock()
/drivers/pci/
Dpci.c1654 const char *res_name, int excl) in __pci_request_selected_regions() argument
1660 if (__pci_request_region(pdev, i, res_name, excl)) in __pci_request_selected_regions()
/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/isdn/hardware/eicon/
Dmessage.c10285 byte excl; in chi_to_channel() local
10291 excl = 0; in chi_to_channel()
10298 if(chi[1] &0x08) excl = 0x40; in chi_to_channel()
10356 return (byte)(excl | ch); in chi_to_channel()
10361 if(chi[1] &0x08) excl = 0x40; in chi_to_channel()
10367 return excl |1; in chi_to_channel()
10370 return excl |2; in chi_to_channel()