Home
last modified time | relevance | path

Searched defs:_device (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c520 _IWL_DEV_INFO(_device,_subdevice,_mac_type,_mac_step,_rf_type,_rf_id,_rf_step,_no_160,_cores,_cdb,_cfg,_name) global() argument
527 IWL_DEV_INFO(_device,_subdevice,_cfg,_name) global() argument
/freebsd/sys/kern/
H A Dsubr_bus.c134 struct _device { struct
146 device_t parent; /**< parent of this device */
147 device_list_t children; /**< list of child devices */
152 driver_t *driver; /**< current driver */
153 devclass_t devclass; /**< current device class */
154 int unit; /**< current unit number */
155 char* nameunit; /**< name+unit e.g. foodev0 */
156 char* desc; /**< driver specific description */
157 u_int busy; /**< count of calls to device_busy() */
158 device_state_t state; /**< current device state */
[all …]
/freebsd/usr.sbin/apmd/contrib/
H A Dpccardq.c164 char *_device; in get_slot_info() local
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument
/freebsd/sys/dev/bhnd/
H A Dbhnd.h394 #define _BHND_DEVICE(_vendor, _device, _desc, _quirks, \ argument
400 #define BHND_DEVICE(_vendor, _device, _desc, _quirks, ...) \ argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h102 #define PCI_VDEVICE(_vendor, _device) \ argument
105 #define PCI_DEVICE(_vendor, _device) \ argument
/freebsd/sys/dev/iwx/
H A Dif_iwx.c9610 #define _IWX_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument
9617 #define IWX_DEV_INFO(_device, _subdevice, _cfg) \ argument
/freebsd/sys/dev/bwn/
H A Dif_bwn.c911 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument