Home
last modified time | relevance | path

Searched refs:_device (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h102 #define BHNDB_PCI_CORE(_device, _quirks) { \ argument
103 { BHND_MATCH_CORE(BHND_MFGID_BCM, BHND_COREID_ ## _device) }, \
/freebsd/usr.sbin/apmd/contrib/
H A Dpccardq.c164 char *_device; in get_slot_info() local
193 if ((_device = strsep(&s, "~")) == NULL) in get_slot_info()
208 if ((*device = strdup(_device)) == NULL) { in get_slot_info()
/freebsd/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi_bus.h33 #define acpi_device _device
/freebsd/sys/sys/
H A Dtypes.h274 typedef struct _device *device_t;
H A Dpcpu.h188 struct _device *pc_device; /* CPU device handle */
/freebsd/sys/dev/bhnd/
H A Dbhnd.h394 #define _BHND_DEVICE(_vendor, _device, _desc, _quirks, \ argument
397 BHND_COREID_ ## _device) }, _desc, _quirks, \
400 #define BHND_DEVICE(_vendor, _device, _desc, _quirks, ...) \ argument
401 _BHND_DEVICE(_vendor, _device, _desc, _quirks, \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h100 #define PCI_VDEVICE(_vendor, _device) \ argument
101 .vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \
103 #define PCI_DEVICE(_vendor, _device) \ argument
104 .vendor = (_vendor), .device = (_device), \
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c555 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \
557 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \
562 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \
563 _IWL_DEV_INFO(_device, _subdevice, IWL_CFG_ANY, IWL_CFG_ANY, \
520 _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.c99 typedef TAILQ_HEAD(device_list, _device) device_list_t;
131 struct _device { struct
141 TAILQ_ENTRY(_device) link; /**< list of devices in parent */
142 TAILQ_ENTRY(_device) devlink; /**< global device list membership */
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
686 (_ptr)->device = _device; \
/freebsd/sys/dev/bwn/
H A Dif_bwn.c911 #define BWN_ISDEV(_device, _subvendor, _subdevice) \ in bwn_sprom_bugfixes() argument
912 ((sc->sc_board_info.board_devid == PCI_DEVID_##_device) && \ in bwn_sprom_bugfixes()