Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 - 25 of 29) sorted by relevance

12

/third_party/backends/tools/
H A Dsane-desc.c1796 create_mfg_list (device_type dev_type) in create_mfg_list() argument
1807 if (type->type == dev_type) in create_mfg_list()
2268 calculate_statistics_per_type (device_type dev_type, statistics_type num) in calculate_statistics_per_type() argument
2278 if (type->type == dev_type) in calculate_statistics_per_type()
2326 html_print_statistics_per_type (device_type dev_type) in html_print_statistics_per_type() argument
2331 calculate_statistics_per_type (dev_type, num); in html_print_statistics_per_type()
2334 device_type_aname [dev_type], device_type_name [dev_type]); in html_print_statistics_per_type()
2340 if (dev_type == type_scanner || dev_type in html_print_statistics_per_type()
2361 device_type dev_type; html_print_summary() local
2392 html_generate_anchor_name(device_type dev_type, char *manufacturer_name) html_generate_anchor_name() argument
2444 html_backends_split_table(device_type dev_type) html_backends_split_table() argument
2644 html_mfgs_table(device_type dev_type) html_mfgs_table() argument
3032 print_statistics_per_type(device_type dev_type) print_statistics_per_type() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_common.c462 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin() argument
467 WPA_PUT_BE16(dev_type, atoi(str)); in wps_dev_type_str2bin()
472 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin()
478 WPA_PUT_BE16(&dev_type[6], atoi(pos)); in wps_dev_type_str2bin()
485 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str() argument
491 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str()
492 WPA_GET_BE16(&dev_type[6])); in wps_dev_type_bin2str()
H A Dwps_dev_attr.c341 const u8 *dev_type) in wps_process_primary_dev_type()
347 if (dev_type == NULL) { in wps_process_primary_dev_type()
352 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN); in wps_process_primary_dev_type()
340 wps_process_primary_dev_type(struct wps_device_data *dev, const u8 *dev_type) wps_process_primary_dev_type() argument
H A Dwps.h911 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
912 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_common.c462 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin() argument
467 WPA_PUT_BE16(dev_type, atoi(str)); in wps_dev_type_str2bin()
472 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin()
478 WPA_PUT_BE16(&dev_type[6], atoi(pos)); in wps_dev_type_str2bin()
485 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str() argument
491 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str()
492 WPA_GET_BE16(&dev_type[6])); in wps_dev_type_bin2str()
H A Dwps_dev_attr.c356 const u8 *dev_type) in wps_process_primary_dev_type()
362 if (dev_type == NULL) { in wps_process_primary_dev_type()
367 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN); in wps_process_primary_dev_type()
355 wps_process_primary_dev_type(struct wps_device_data *dev, const u8 *dev_type) wps_process_primary_dev_type() argument
H A Dwps.h924 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
925 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/third_party/ffmpeg/libavcodec/
H A Ddecode.h78 enum AVHWDeviceType dev_type);
H A Ddxva2.c659 enum AVHWDeviceType dev_type = avctx->hwaccel->pix_fmt == AV_PIX_FMT_DXVA2_VLD in ff_dxva2_decode_init() local
670 ret = ff_decode_get_hw_frames_ctx(avctx, dev_type); in ff_dxva2_decode_init()
H A Ddecode.c952 enum AVHWDeviceType dev_type) in ff_decode_get_hw_frames_ctx()
970 if (device_ctx->type != dev_type) { in ff_decode_get_hw_frames_ctx()
972 "decoding, but got %s.\n", av_hwdevice_get_type_name(dev_type), in ff_decode_get_hw_frames_ctx()
951 ff_decode_get_hw_frames_ctx(AVCodecContext *avctx, enum AVHWDeviceType dev_type) ff_decode_get_hw_frames_ctx() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c782 u8 *dev_type; in wpas_dbus_setter_wps_device_device_type() local
794 dbus_message_iter_get_fixed_array(&array_iter, &dev_type, &dev_len); in wpas_dbus_setter_wps_device_device_type()
799 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN); in wpas_dbus_setter_wps_device_device_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c782 u8 *dev_type; in wpas_dbus_setter_wps_device_device_type() local
794 dbus_message_iter_get_fixed_array(&array_iter, &dev_type, &dev_len); in wpas_dbus_setter_wps_device_device_type()
799 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN); in wpas_dbus_setter_wps_device_device_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwps_supplicant.c738 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_ap_add() local
742 wps_dev_type_bin2str(ap->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_ap_add()
743 sizeof(dev_type)); in wpa_supplicant_wps_event_er_ap_add()
745 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_ap_add()
749 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add()
772 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_enrollee_add() local
776 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
777 sizeof(dev_type)); in wpa_supplicant_wps_event_er_enrollee_add()
779 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_enrollee_add()
785 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwps_supplicant.c761 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_ap_add() local
765 wps_dev_type_bin2str(ap->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_ap_add()
766 sizeof(dev_type)); in wpa_supplicant_wps_event_er_ap_add()
768 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_ap_add()
772 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add()
795 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_enrollee_add() local
799 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
800 sizeof(dev_type)); in wpa_supplicant_wps_event_er_enrollee_add()
802 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_enrollee_add()
808 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
[all...]
/third_party/alsa-lib/include/
H A Daserver.h147 unsigned char dev_type; member
/third_party/backends/backend/pixma/
H A Dpixma_bjnp_private.h177 uint8_t dev_type; /* 1 = printer, 2 = scanner */ member
H A Dpixma_bjnp.c593 cmd->dev_type = BJNP_CMD_SCAN; in set_cmd_from_string()
612 cmd->dev_type = BJNP_CMD_SCAN; in set_cmd_for_dev()
2248 if ( !(disc_resp -> response.dev_type & 0x80) ) in sanei_bjnp_find_devices()
/third_party/alsa-lib/aserver/
H A Daserver.c168 int dev_type; member
758 switch (req.dev_type) { in snd_client_open()
/third_party/alsa-lib/src/control/
H A Dcontrol_shm.c459 req->dev_type = SND_DEV_TYPE_CONTROL; in snd_ctl_shm_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h872 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
H A Dp2p.c2117 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) in dev_type_match() argument
2119 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0) in dev_type_match()
2121 if (os_memcmp(dev_type, req_dev_type, 2) == 0 && in dev_type_match()
2129 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], in dev_type_list_match() argument
2134 if (dev_type_match(dev_type, req_dev_type[i])) in dev_type_list_match()
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c698 req->dev_type = SND_DEV_TYPE_PCM; in snd_pcm_shm_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_i.h931 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
H A Dp2p.c2240 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
2242 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
2244 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
2252 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
2257 if (dev_type_match(dev_type, req_dev_type[i]))
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp514 * dev_type=1-0050f204-1 dev_name='Wireless Client' in add_p2p_group_client()
523 QString dev_type; in add_p2p_group_client() local
535 else if (str.startsWith("dev_type=") && dev_type.isEmpty()) in add_p2p_group_client()
536 dev_type = str.mid(pos); in add_p2p_group_client()
550 if (!dev_type.isEmpty()) in add_p2p_group_client()
551 item->setData(dev_type, peer_role_pri_dev_type); in add_p2p_group_client()

Completed in 46 milliseconds

12