Searched refs:device_type (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/sys/arm/mv/armada38x/
H A Darmada38x_mp.c79 char device_type[16]; local
95 memset(device_type, 0, sizeof(device_type));
96 rv = OF_getprop(child, "device_type", device_type,
97 sizeof(device_type) - 1);
100 if (strcmp(device_type, "cpu") != 0)
/freebsd-13-stable/sys/dev/virtio/
H A Dvirtio.h74 uint32_t device_type; member in struct:virtio_pnp_match
79 .device_type = devtype, \
82 MODULE_PNP_INFO("U32:device_type;D:#", virtio_mmio, driver, \
84 MODULE_PNP_INFO("U32:device_type;D:#", virtio_pci, driver, \
160 VIRTIO_READ_IVAR(device_type, VIRTIO_IVAR_DEVTYPE);
184 if (virtio_get_device_type(dev) != match->device_type)
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_x550.h66 u32 device_type, u32 data);
68 u32 device_type, u32 *data);
74 u32 device_type, u32 data);
76 u32 device_type, u32 *data);
106 u32 device_type, u16 *phy_data);
108 u32 device_type, u16 phy_data);
H A Dixgbe_phy.h166 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
168 s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
171 u32 device_type, u16 *phy_data);
173 u32 device_type, u16 phy_data);
H A Dixgbe_api.h70 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
72 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
213 u32 device_type, u32 *phy_data);
215 u32 device_type, u32 phy_data);
H A Dixgbe_api.c524 * @device_type: type of device you want to communicate with
529 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
536 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
543 * @device_type: type of device you want to communicate with
548 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
555 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1234 * @device_type: type of device you want to communicate with
1240 u32 device_type, u32 *phy_data)
1243 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1250 * @device_type
1239 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *phy_data) argument
1255 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 phy_data) argument
[all...]
H A Dixgbe_phy.c581 * @device_type: 5 bit device type
584 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
591 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
622 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
663 * @device_type: 5 bit device type
667 u32 device_type, u16 *phy_data)
677 status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
689 * @device_type: 5 bit device type
693 u32 device_type, u16 phy_data)
702 (device_type << IXGBE_MSCA_DEV_TYPE_SHIF
666 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
692 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
766 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
[all...]
H A Dixgbe_x550.c522 u32 device_type, u16 *phy_data)
524 UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, *phy_data);
529 u32 device_type, u16 phy_data)
531 UNREFERENCED_4PARAMETER(*hw, reg_addr, device_type, phy_data);
1130 * @device_type: 3 bit device type
1134 u32 device_type, u32 data)
1149 (device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
1176 * @device_type: 3 bit device type
1180 u32 device_type, u32 *data)
1195 (device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIF
521 ixgbe_read_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
528 ixgbe_write_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
1133 ixgbe_write_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 data) argument
1179 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *data) argument
1294 ixgbe_write_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 data) argument
1324 ixgbe_read_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *data) argument
4357 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
4385 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
[all...]
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_cpu.c345 char device_type[16]; local
365 memset(device_type, 0, sizeof(device_type));
366 rv = OF_getprop(child, "device_type", device_type,
367 sizeof(device_type) - 1);
370 if (strcmp(device_type, "cpu") != 0)
/freebsd-13-stable/sys/sys/
H A Ddevicestat.h176 devstat_type_flags device_type; /* Device type */ member in struct:devstat
193 devstat_type_flags device_type,
/freebsd-13-stable/sys/kern/
H A Dsubr_devstat.c80 devstat_type_flags device_type,
90 devstat_type_flags device_type,
106 flags, device_type, priority);
120 devstat_type_flags device_type,
188 ds->device_type = device_type;
87 devstat_new_entry(const void *dev_name, int unit_number, uint32_t block_size, devstat_support_flags flags, devstat_type_flags device_type, devstat_priority priority) argument
117 devstat_add_entry(struct devstat *ds, const void *dev_name, int unit_number, uint32_t block_size, devstat_support_flags flags, devstat_type_flags device_type, devstat_priority priority) argument
/freebsd-13-stable/cddl/lib/libdtrace/
H A Dio.d48 dev_type = D->device_type;
158 * The following inline constants can be used to examine device_type of struct
223 #pragma D binding "1.13" device_type
224 inline string device_type[int type] =
/freebsd-13-stable/lib/libdevstat/
H A Ddevstat.h113 devstat_type_flags device_type; member in struct:devstat_match
H A Ddevstat.c762 && ((devices[j].device_type & DEVSTAT_TYPE_MASK) ==
763 (matches[i].device_type & DEVSTAT_TYPE_MASK))
767 && ((devices[j].device_type &
771 && ((devices[j].device_type & DEVSTAT_TYPE_IF_MASK) ==
772 (matches[i].device_type & DEVSTAT_TYPE_IF_MASK))
776 && ((devices[j].device_type &
780 && ((devices[j].device_type & DEVSTAT_TYPE_PASS) != 0)
1144 (*matches)[*num_matches].device_type |=
/freebsd-13-stable/libexec/rpc.rstatd/
H A Drstat_proc.c326 if (((stats.dinfo->devices[i].device_type
328 && ((stats.dinfo->devices[i].device_type
371 if (((stats.dinfo->devices[i].device_type
373 && ((stats.dinfo->devices[i].device_type
/freebsd-13-stable/sys/dev/cpufreq/
H A Dcpufreq_dt.c458 char device_type[16]; local
515 if (OF_getprop(cnode, "device_type", device_type, sizeof(device_type)) <= 0)
517 if (strcmp(device_type, "cpu") != 0)
/freebsd-13-stable/sys/arm/ti/
H A Dti_sysc.c141 int device_type; member in struct:ti_sysc_softc
216 switch (sc->device_type) {
472 sc->device_type = ofw_bus_search_compatible(dev, compat_data)->ocd_data;
/freebsd-13-stable/stand/uboot/common/
H A Dmain.c55 struct device_type { struct
145 struct device_type *dt;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h707 * device_type - Primary Device Type (WPS)
709 u8 device_type[WPS_DEV_TYPE_LEN]; member in struct:wpa_config
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c757 wpa_s->conf->device_type,
799 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h89 struct device_type { struct
106 struct device_type *type;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c58 typedef enum device_type { enum
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ioctl.h315 * The DEV_TYPE flag tells us that the device_type field is filled in.
341 * device_type: The SCSI device type. e.g. 0 for Direct Access,
386 uint8_t device_type; member in struct:ctl_lun_create_params
/freebsd-13-stable/usr.sbin/ctld/
H A Dkernel.c126 uint8_t device_type; member in struct:cctl_lun
243 cur_lun->device_type = strtoull(str, NULL, 0);
649 lun_set_device_type(cl, lun->device_type);
697 req.reqdata.create.device_type = lun->l_device_type;
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h795 uint8_t device_type; /* as reported by member in struct:pqi_scsi_device
893 uint8_t device_type; member in struct:report_lun_ext_entry
1000 uint8_t device_type; /* type of drive */ member in struct:bmic_identify_physical_device
1001 uint8_t sata_version; /* only valid when device_type =

Completed in 365 milliseconds

12