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

12

/freebsd-current/sys/arm/mv/armada38x/
H A Darmada38x_mp.c77 char device_type[16]; local
93 memset(device_type, 0, sizeof(device_type));
94 rv = OF_getprop(child, "device_type", device_type,
95 sizeof(device_type) - 1);
98 if (strcmp(device_type, "cpu") != 0)
/freebsd-current/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, \
159 VIRTIO_READ_IVAR(device_type, VIRTIO_IVAR_DEVTYPE);
183 if (virtio_get_device_type(dev) != match->device_type)
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_x550.h65 u32 device_type, u32 data);
67 u32 device_type, u32 *data);
73 u32 device_type, u32 data);
75 u32 device_type, u32 *data);
105 u32 device_type, u16 *phy_data);
107 u32 device_type, u16 phy_data);
H A Dixgbe_phy.h164 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
166 s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
169 u32 device_type, u16 *phy_data);
171 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,
215 u32 device_type, u32 *phy_data);
217 u32 device_type, u32 phy_data);
H A Dixgbe_api.c554 * @device_type: type of device you want to communicate with
559 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
566 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
573 * @device_type: type of device you want to communicate with
578 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
585 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1287 * @device_type: type of device you want to communicate with
1293 u32 device_type, u32 *phy_data)
1296 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1303 * @device_type
1292 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *phy_data) argument
1308 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 phy_data) argument
[all...]
H A Dixgbe_phy.c595 * @device_type: 5 bit device type
598 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
605 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
636 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
677 * @device_type: 5 bit device type
681 u32 device_type, u16 *phy_data)
691 status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
703 * @device_type: 5 bit device type
707 u32 device_type, u16 phy_data)
716 (device_type << IXGBE_MSCA_DEV_TYPE_SHIF
680 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
706 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
780 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);
1134 * @device_type: 3 bit device type
1138 u32 device_type, u32 data)
1153 (device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
1180 * @device_type: 3 bit device type
1184 u32 device_type, u32 *data)
1199 (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
1137 ixgbe_write_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 data) argument
1183 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *data) argument
1298 ixgbe_write_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 data) argument
1328 ixgbe_read_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *data) argument
4380 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
4408 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
[all...]
/freebsd-current/sys/dev/ofw/
H A Dofw_cpu.c343 char device_type[16]; local
363 memset(device_type, 0, sizeof(device_type));
364 rv = OF_getprop(child, "device_type", device_type,
365 sizeof(device_type) - 1);
368 if (strcmp(device_type, "cpu") != 0)
/freebsd-current/sys/sys/
H A Ddevicestat.h175 devstat_type_flags device_type; /* Device type */ member in struct:devstat
192 devstat_type_flags device_type,
/freebsd-current/sys/kern/
H A Dsubr_devstat.c69 devstat_type_flags device_type,
79 devstat_type_flags device_type,
95 flags, device_type, priority);
109 devstat_type_flags device_type,
177 ds->device_type = device_type;
76 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
106 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-current/cddl/lib/libdtrace/
H A Dio.d46 dev_type = D->device_type;
156 * 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-current/lib/libdevstat/
H A Ddevstat.h111 devstat_type_flags device_type; member in struct:devstat_match
H A Ddevstat.c760 && ((devices[j].device_type & DEVSTAT_TYPE_MASK) ==
761 (matches[i].device_type & DEVSTAT_TYPE_MASK))
765 && ((devices[j].device_type &
769 && ((devices[j].device_type & DEVSTAT_TYPE_IF_MASK) ==
770 (matches[i].device_type & DEVSTAT_TYPE_IF_MASK))
774 && ((devices[j].device_type &
778 && ((devices[j].device_type & DEVSTAT_TYPE_PASS) != 0)
1142 (*matches)[*num_matches].device_type |=
/freebsd-current/libexec/rpc.rstatd/
H A Drstat_proc.c317 if (((stats.dinfo->devices[i].device_type
319 && ((stats.dinfo->devices[i].device_type
362 if (((stats.dinfo->devices[i].device_type
364 && ((stats.dinfo->devices[i].device_type
/freebsd-current/sys/dev/cpufreq/
H A Dcpufreq_dt.c480 char device_type[16]; local
567 if (OF_getprop(cnode, "device_type", device_type, sizeof(device_type)) <= 0)
569 if (strcmp(device_type, "cpu") != 0)
/freebsd-current/sys/arm/ti/
H A Dti_sysc.c136 int device_type; member in struct:ti_sysc_softc
211 switch (sc->device_type) {
467 sc->device_type = ofw_bus_search_compatible(dev, compat_data)->ocd_data;
/freebsd-current/stand/uboot/
H A Dmain.c53 struct device_type { struct
143 struct device_type *dt;
/freebsd-current/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-current/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h96 struct device_type { struct
113 struct device_type *type;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig.h736 * device_type - Primary Device Type (WPS)
738 u8 device_type[WPS_DEV_TYPE_LEN]; member in struct:wpa_config
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c58 typedef enum device_type { enum
/freebsd-current/usr.sbin/ctld/
H A Dkernel.c123 uint8_t device_type; member in struct:cctl_lun
240 cur_lun->device_type = strtoull(str, NULL, 0);
646 lun_set_device_type(cl, lun->device_type);
694 req.reqdata.create.device_type = lun->l_device_type;
/freebsd-current/sys/cam/ctl/
H A Dctl_ioctl.h317 * The DEV_TYPE flag tells us that the device_type field is filled in.
343 * device_type: The SCSI device type. e.g. 0 for Direct Access,
388 uint8_t device_type; member in struct:ctl_lun_create_params
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1312 device->device_type = id_phys->device_type;
1326 DBG_DISC("BMIC DEV_TYPE: %x QUEUE DEPTH: 0x%x \n", device->device_type, device->queue_depth);
2106 if(lun_ext_entry->device_type == CONTROLLER_DEVICE) {
2204 if ( (!softs->page83id_in_rpl) && (bmic_phy_info->device_type == BMIC_DEVICE_TYPE_SATA)) {

Completed in 275 milliseconds

12