Home
last modified time | relevance | path

Searched defs:class (Results 1 – 25 of 32) sorted by relevance

12

/include/linux/
Ddevice.h389 struct class { struct
393 const struct attribute_group **class_groups; argument
400 void (*class_release)(struct class *class); argument
422 extern int __must_check __class_register(struct class *class, argument
428 #define class_register(class) \ argument
478 static inline int __must_check class_create_file(struct class *class, in class_create_file()
484 static inline void class_remove_file(struct class *class, in class_remove_file()
508 struct class *class; member
958 struct class *class; member
Dww_mutex.h55 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) \ argument
58 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) argument
66 #define __WW_MUTEX_INITIALIZER(lockname, class) \ argument
Dattribute_container.h20 struct class *class; member
Dioprio.h16 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
Dtransport_class.h19 struct class class; member
Dscpi_protocol.h41 u8 class; member
Dioc3.h43 int class; member
Dpci.h305 unsigned int class; /* 3 bytes: (base,sub,prog-if) */ member
1623 static inline struct pci_dev *pci_get_class(unsigned int class, in pci_get_class()
1806 u32 class; /* You can use PCI_ANY_ID here too */ member
1823 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
1829 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
1833 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
1837 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
1841 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument
1845 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument
1850 #define DECLARE_PCI_FIXUP_CLASS_RESUME_EARLY(vendor, device, class, \ argument
[all …]
Dhost1x.h63 enum host1x_class class; member
257 u32 class; member
Di2c.h176 unsigned int class; member
572 unsigned int class; /* classes to allow probing for */ member
Dirqdesc.h250 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *class) in irq_set_lockdep_class()
Dmemstick.h54 unsigned char class; member
231 unsigned char class; member
Dmod_devicetable.h22 __u32 class, class_mask; /* (class,subclass,prog-if) triplet */ member
367 __u8 class; /* Standard interface or SDIO_ANY_ID */ member
392 __u8 class; member
Dlibata.h701 unsigned int class; /* ATA_DEV_xxx */ member
1501 static inline unsigned int ata_class_enabled(unsigned int class) in ata_class_enabled()
1508 static inline unsigned int ata_class_disabled(unsigned int class) in ata_class_disabled()
1515 static inline unsigned int ata_class_absent(unsigned int class) in ata_class_absent()
Dtrace_events.h250 struct trace_event_class *class; member
/include/linux/platform_data/
Dpca954x.h39 unsigned int class; member
/include/linux/i2c/
Dpxa-i2c.h67 unsigned int class; member
/include/net/netfilter/
Dnf_conntrack_expect.h49 unsigned int class; member
/include/scsi/fc/
Dfc_encaps.h117 static inline enum fc_sof fc_sof_normal(enum fc_class class) in fc_sof_normal()
/include/linux/mmc/
Dsdio_func.h52 unsigned char class; /* standard interface class */ member
/include/linux/netfilter/
Dnf_conntrack_sip.h31 enum sip_expectation_classes class; member
/include/net/iucv/
Diucv.h118 u32 class; member
Daf_iucv.h135 u32 class; /* target class of message */ member
/include/uapi/linux/
Dvirtio_net.h137 __u8 class; member
/include/scsi/
Dlibsas.h167 unsigned int class; member
280 enum sas_class class; member
333 enum sas_class class; member

12