Searched refs:device_type (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-10.2-release/sys/dev/drm2/i915/
H A Dintel_lvds.c860 if (child->device_type != DEVICE_TYPE_INT_LFP &&
861 child->device_type != DEVICE_TYPE_LFP)
H A Dintel_tv.c1486 if (p_child->device_type != DEVICE_TYPE_INT_TV &&
1487 p_child->device_type != DEVICE_TYPE_TV)
H A Dintel_dp.c2389 p_child->device_type == DEVICE_TYPE_eDP)
/freebsd-10.2-release/usr.sbin/ctladm/
H A Dctladm.c3007 int device_type = -1; local
3089 device_type = strtoul(optarg, NULL, 0);
3120 if (device_type != -1)
3121 req.reqdata.create.device_type = device_type;
3123 req.reqdata.create.device_type = T_DIRECT;
3197 fprintf(stdout, "device type: %d\n",req.reqdata.create.device_type);
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h242 u_int8_t device_type; // takes lower byte in eeprom location member in struct:osprey_BaseEepHeader
H A Dar9300_eeprom.c522 return p_base->device_type;
3277 eep->base_eep_header.device_type);
3282 if (eep->base_eep_header.device_type == 5) {
/freebsd-10.2-release/sys/dev/pst/
H A Dpst-iop.h525 u_int8_t device_type; member in struct:i2o_lct_entry::i2o_bsa_device
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1219 os_memcpy(wps->dev.pri_dev_type, wpa_s->conf->device_type,
1798 os_memcpy(wps->dev.pri_dev_type, wpa_s->conf->device_type,
H A Dconfig_file.c854 buf = wps_dev_type_bin2str(config->device_type,
857 fprintf(f, "device_type=%s\n", buf);
H A Dp2p_supplicant.c937 os_memcpy(d->device_type, s->device_type, WPS_DEV_TYPE_LEN);
2828 os_memcpy(params.pri_dev_type, wpa_s->conf->device_type,
2924 os_memcpy(p2p.pri_dev_type, wpa_s->conf->device_type,
4912 p2p_set_pri_dev_type(p2p, wpa_s->conf->device_type);
H A Dconfig.c2837 return wps_dev_type_str2bin(pos, config->device_type);
3026 { FUNC(device_type), CFG_CHANGED_DEVICE_TYPE },
/freebsd-10.2-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex333 device_type = "cpu";
344 device_type = "memory";
/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_backend_ramdisk.c555 be_lun->ctl_be_lun.lun_type = params->device_type;
H A Dctl_backend_block.c2238 be_lun->ctl_be_lun.lun_type = params->device_type;
H A Dctl.c4731 lun->stats.device_type = be_lun->lun_type;
4733 if (lun->stats.device_type == T_DIRECT)
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c732 (char *)wpa_s->conf->device_type,
882 os_memcpy(wpa_s->conf->device_type,
/freebsd-10.2-release/usr.sbin/ctld/
H A Dkernel.c662 req.reqdata.create.device_type = T_DIRECT;
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dwps_hostapd.c848 os_memcpy(wps->dev.pri_dev_type, hapd->conf->device_type,
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dconfig_file.c2600 } else if (os_strcmp(buf, "device_type") == 0) {
2601 if (wps_dev_type_str2bin(pos, bss->device_type))

Completed in 512 milliseconds

12