/external/wpa_supplicant_8/src/wps/ |
D | wps_dev_attr.c | 16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer() 40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name() 64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number() 88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number() 112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type() 122 int wps_build_secondary_dev_type(struct wps_device_data *dev, in wps_build_secondary_dev_type() 138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type() 158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name() 182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs() 195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version() [all …]
|
/external/libdrm/freedreno/ |
D | freedreno_device.c | 46 add_bucket(struct fd_device *dev, int size) in add_bucket() 58 init_cache_buckets(struct fd_device *dev) in init_cache_buckets() 85 struct fd_device *dev; in fd_device_new() local 126 struct fd_device *dev = fd_device_new(dup(fd)); in fd_device_new_dup() local 132 struct fd_device * fd_device_ref(struct fd_device *dev) in fd_device_ref() 138 static void fd_device_del_impl(struct fd_device *dev) in fd_device_del_impl() 148 drm_private void fd_device_del_locked(struct fd_device *dev) in fd_device_del_locked() 155 void fd_device_del(struct fd_device *dev) in fd_device_del() 164 int fd_device_fd(struct fd_device *dev) in fd_device_fd()
|
D | freedreno_bo.c | 63 static struct fd_bo * bo_from_handle(struct fd_device *dev, in bo_from_handle() 87 drm_private void fd_cleanup_bo_cache(struct fd_device *dev, time_t time) in fd_cleanup_bo_cache() 113 static struct fd_bo_bucket * get_bucket(struct fd_device *dev, uint32_t size) in get_bucket() 138 static struct fd_bo *find_in_bucket(struct fd_device *dev, in find_in_bucket() 174 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags) in fd_bo_new() 208 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size) in fd_bo_from_handle() 227 fd_bo_from_dmabuf(struct fd_device *dev, int fd) in fd_bo_from_dmabuf() 255 struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name) in fd_bo_from_name() 296 struct fd_device *dev = bo->dev; in fd_bo_del() local
|
/external/libusb/libusb/ |
D | core.c | 461 struct discovered_devs *discdevs, struct libusb_device *dev) in discovered_devs_append() 503 struct libusb_device *dev = malloc(sizeof(*dev) + priv_size); in usbi_alloc_device() local 527 int usbi_sanitize_device(struct libusb_device *dev) in usbi_sanitize_device() 557 struct libusb_device *dev; in usbi_get_device_by_session_id() local 621 struct libusb_device *dev = discdevs->devices[i]; in libusb_get_device_list() local 646 struct libusb_device *dev; in libusb_free_device_list() local 659 API_EXPORTED uint8_t libusb_get_bus_number(libusb_device *dev) in libusb_get_bus_number() 669 API_EXPORTED uint8_t libusb_get_device_address(libusb_device *dev) in libusb_get_device_address() 715 API_EXPORTED int libusb_get_max_packet_size(libusb_device *dev, in libusb_get_max_packet_size() 764 API_EXPORTED int libusb_get_max_iso_packet_size(libusb_device *dev, in libusb_get_max_iso_packet_size() [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/ |
D | nfc_nci.c | 38 bcm2079x_dev_t *dev = (bcm2079x_dev_t*) p_dev; in hal_open() local 49 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_write() local 60 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_core_initialized() local 70 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_pre_discover() local 80 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_close() local 90 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_control_granted() local 100 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_power_cycle() local 110 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_get_max_nfcee() local 123 static int nfc_close (hw_device_t *dev) in nfc_close() 139 bcm2079x_dev_t *dev = calloc (1, sizeof(bcm2079x_dev_t)); in nfc_open() local
|
/external/libnfc-nci/halimpl/pn54x/ |
D | nfc_nci.c | 46 pn547_dev_t *dev = (pn547_dev_t*) p_dev; in hal_open() local 65 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_write() local 85 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_core_initialized() local 103 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_pre_discover() local 121 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_close() local 139 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_control_granted() local 157 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_power_cycle() local 176 static int nfc_close(hw_device_t *dev) in nfc_close() 200 pn547_dev_t *dev = calloc(1, sizeof(pn547_dev_t)); in nfc_open() local
|
/external/dhcpcd-6.8.2/ |
D | dev.h | 31 struct dev { struct 35 int (*handle_device)(void *); argument 44 int dev_init(struct dev *, const struct dev_dhcpcd *); argument
|
/external/libusb-compat/libusb/ |
D | core.c | 198 libusb_device *dev = dev_list[i]; in find_busses() local 312 struct usb_device *dev; in find_devices() local 389 static void clear_device(struct usb_device *dev) in clear_device() 506 static int initialize_device(struct usb_device *dev) in initialize_device() 559 static void free_device(struct usb_device *dev) in free_device() 586 struct usb_device *dev; in usb_find_devices() local 652 API_EXPORTED usb_dev_handle *usb_open(struct usb_device *dev) in usb_open() 674 API_EXPORTED int usb_close(usb_dev_handle *dev) in usb_close() 682 API_EXPORTED struct usb_device *usb_device(usb_dev_handle *dev) in usb_device() 687 API_EXPORTED int usb_set_configuration(usb_dev_handle *dev, int configuration) in usb_set_configuration() [all …]
|
/external/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 37 int amdgpu_query_info(amdgpu_device_handle dev, unsigned info_id, in amdgpu_query_info() 51 int amdgpu_query_crtc_from_id(amdgpu_device_handle dev, unsigned id, in amdgpu_query_crtc_from_id() 66 int amdgpu_read_mm_registers(amdgpu_device_handle dev, unsigned dword_offset, in amdgpu_read_mm_registers() 85 int amdgpu_query_hw_ip_count(amdgpu_device_handle dev, unsigned type, in amdgpu_query_hw_ip_count() 100 int amdgpu_query_hw_ip_info(amdgpu_device_handle dev, unsigned type, in amdgpu_query_hw_ip_info() 117 int amdgpu_query_firmware_version(amdgpu_device_handle dev, unsigned fw_type, in amdgpu_query_firmware_version() 143 drm_private int amdgpu_query_gpu_info_init(amdgpu_device_handle dev) in amdgpu_query_gpu_info_init() 226 int amdgpu_query_gpu_info(amdgpu_device_handle dev, in amdgpu_query_gpu_info() 235 int amdgpu_query_heap_info(amdgpu_device_handle dev, in amdgpu_query_heap_info() 287 int amdgpu_query_gds_info(amdgpu_device_handle dev, in amdgpu_query_gds_info()
|
/external/libdrm/exynos/ |
D | exynos_drm.c | 57 struct exynos_device *dev; in exynos_device_create() local 76 void exynos_device_destroy(struct exynos_device *dev) in exynos_device_destroy() 94 struct exynos_bo * exynos_bo_create(struct exynos_device *dev, in exynos_bo_create() 148 int exynos_bo_get_info(struct exynos_device *dev, uint32_t handle, in exynos_bo_get_info() 207 exynos_bo_from_name(struct exynos_device *dev, uint32_t name) in exynos_bo_from_name() 288 struct exynos_device *dev = bo->dev; in exynos_bo_map() local 323 exynos_prime_handle_to_fd(struct exynos_device *dev, uint32_t handle, int *fd) in exynos_prime_handle_to_fd() 338 exynos_prime_fd_to_handle(struct exynos_device *dev, int fd, uint32_t *handle) in exynos_prime_fd_to_handle() 361 exynos_vidi_connection(struct exynos_device *dev, uint32_t connect, in exynos_vidi_connection() 402 exynos_handle_event(struct exynos_device *dev, struct exynos_event_context *ctx) in exynos_handle_event()
|
/external/libdrm/omap/ |
D | omap_drm.c | 74 struct omap_device *dev; member 86 struct omap_device *dev = calloc(sizeof(*dev), 1); in omap_device_new_impl() local 97 struct omap_device *dev = NULL; in omap_device_new() local 118 struct omap_device * omap_device_ref(struct omap_device *dev) in omap_device_ref() 124 void omap_device_del(struct omap_device *dev) in omap_device_del() 136 omap_get_param(struct omap_device *dev, uint64_t param, uint64_t *value) in omap_get_param() 154 omap_set_param(struct omap_device *dev, uint64_t param, uint64_t value) in omap_set_param() 164 static struct omap_bo * lookup_bo(struct omap_device *dev, in lookup_bo() 176 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle() 197 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev, in omap_bo_new_impl() [all …]
|
/external/libdrm/rockchip/ |
D | rockchip_drm.c | 54 struct rockchip_device *dev; in rockchip_device_create() local 73 void rockchip_device_destroy(struct rockchip_device *dev) in rockchip_device_destroy() 91 struct rockchip_bo *rockchip_bo_create(struct rockchip_device *dev, in rockchip_bo_create() 132 struct rockchip_bo *rockchip_bo_from_handle(struct rockchip_device *dev, in rockchip_bo_from_handle() 194 struct rockchip_bo *rockchip_bo_from_name(struct rockchip_device *dev, in rockchip_bo_from_name() 276 struct rockchip_device *dev = bo->dev; in rockchip_bo_map() local
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | device.c | 44 vlVdpDevice *dev = NULL; in vdp_imp_device_create_x11() local 112 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpPresentationQueueTargetCreateX11() local 160 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpDeviceDestroy() local 181 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpGetProcAddress() local 262 vlVdpResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_a… in vlVdpResolveDelayedRendering() 301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *… in vlVdpSave4DelayedRendering()
|
D | query.c | 70 vlVdpDevice *dev; in vlVdpVideoSurfaceQueryCapabilities() local 108 vlVdpDevice *dev; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() local 159 vlVdpDevice *dev; in vlVdpDecoderQueryCapabilities() local 205 vlVdpDevice *dev; in vlVdpOutputSurfaceQueryCapabilities() local 257 vlVdpDevice *dev; in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() local 298 vlVdpDevice *dev; in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() local 357 vlVdpDevice *dev; in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() local 404 vlVdpDevice *dev; in vlVdpBitmapSurfaceQueryCapabilities() local 501 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpVideoMixerQueryParameterValueRange() local
|
/external/autotest/client/site_tests/network_WiFiResume/ |
D | network_WiFiResume.py | 14 def run_once(self, reachable=None, wifi_timeout=5, dev=None): argument 67 def check_wifi_dev(dev): argument 75 def get_pingable_address(dev=None): argument 82 def network_is_up(reachable=None, dev=None): argument
|
/external/libpcap/ |
D | pcap-dos.c | 241 volatile struct device *dev; /* might be reset by sig_handler */ in pcap_read_one() local 357 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_stats_dos() local 390 struct device *dev = p ? get_device (p->fd) : NULL; in pcap_stats_ex() local 469 struct device *dev; in pcap_lookupdev() local 533 struct device *dev; in pcap_findalldevs() local 623 struct device *dev; in open_driver() local 702 struct device *dev = active_dev; in close_driver() local 769 struct device *dev; in first_init() local 891 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_sendpacket_dos() local 1073 static void pkt_close (struct device *dev) in pkt_close() [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | dev.c | 20 blkid_dev dev; in blkid_new_dev() local 31 void blkid_free_dev(blkid_dev dev) in blkid_free_dev() 55 extern const char *blkid_dev_devname(blkid_dev dev) in blkid_dev_devname() 61 void blkid_debug_dump_dev(blkid_dev dev) in blkid_debug_dump_dev() 158 blkid_dev dev; in blkid_dev_next() local 203 blkid_dev dev; in main() local
|
D | read.c | 42 #define blkid_debug_dump_dev(dev) (debug_dump_dev(dev)) argument 184 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp) in parse_dev() 304 static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp) in parse_tag() 345 blkid_dev dev; in blkid_parse_line() local 413 blkid_dev dev; in blkid_read_cache() local 448 static void debug_dump_dev(blkid_dev dev) in debug_dump_dev()
|
D | tag.c | 67 blkid_tag blkid_find_tag_dev(blkid_dev dev, const char *type) in blkid_find_tag_dev() 84 extern int blkid_dev_has_tag(blkid_dev dev, const char *type, in blkid_dev_has_tag() 129 int blkid_set_tag(blkid_dev dev, const char *name, in blkid_set_tag() 277 blkid_dev dev; member 281 extern blkid_tag_iterate blkid_tag_iterate_begin(blkid_dev dev) in blkid_tag_iterate_begin() 333 blkid_dev dev; in blkid_find_dev_with_tag() local 405 blkid_dev dev; in main() local
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 217 static void dump_blob(struct device *dev, uint32_t blob_id) in dump_blob() 241 static void dump_prop(struct device *dev, drmModePropertyPtr prop, in dump_prop() 318 static void dump_connectors(struct device *dev) in dump_connectors() 361 static void dump_crtcs(struct device *dev) in dump_crtcs() 394 static void dump_framebuffers(struct device *dev) in dump_framebuffers() 414 static void dump_planes(struct device *dev) in dump_planes() 511 static struct resources *get_resources(struct device *dev) in get_resources() 617 static int get_crtc_index(struct device *dev, uint32_t id) in get_crtc_index() 630 static drmModeConnector *get_connector_by_name(struct device *dev, const char *name) in get_connector_by_name() 645 static drmModeConnector *get_connector_by_id(struct device *dev, uint32_t id) in get_connector_by_id() [all …]
|
/external/autotest/client/bin/ |
D | fsinfo.py | 116 def ext_tunables(dev): argument 187 def xfs_tunables(dev): argument 285 def match_ext_options(fs_type, dev, needed_options): argument 335 def match_xfs_options(dev, needed_options): argument 361 def match_mkfs_option(fs_type, dev, needed_options): argument
|
/external/libdrm/tests/planetest/ |
D | modeset.c | 13 static int set_crtc_mode(struct sp_dev *dev, struct sp_crtc *crtc, in set_crtc_mode() 63 int initialize_screens(struct sp_dev *dev) in initialize_screens() 133 struct sp_plane *get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc) in get_sp_plane() 168 int set_sp_plane(struct sp_dev *dev, struct sp_plane *plane, in set_sp_plane() 192 int set_sp_plane_pset(struct sp_dev *dev, struct sp_plane *plane, in set_sp_plane_pset()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_go_neg.c | 36 struct p2p_device *dev, in p2p_peer_channels_check() 91 static int p2p_peer_channels(struct p2p_data *p2p, struct p2p_device *dev, in p2p_peer_channels() 213 int p2p_connect_send(struct p2p_data *p2p, struct p2p_device *dev) in p2p_connect_send() 500 int p2p_go_select_channel(struct p2p_data *p2p, struct p2p_device *dev, in p2p_go_select_channel() 549 struct p2p_device *dev, in p2p_check_pref_chan_no_recv() 612 struct p2p_device *dev, in p2p_check_pref_chan_recv() 677 struct p2p_device *dev, struct p2p_message *msg) in p2p_check_pref_chan() 740 struct p2p_device *dev = NULL; in p2p_process_go_neg_req() local 1146 struct p2p_device *dev; in p2p_process_go_neg_resp() local 1418 struct p2p_device *dev; in p2p_process_go_neg_conf() local
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_drm.c | 60 #define pipe_loader_drm_device(dev) ((struct pipe_loader_drm_device *)dev) argument 106 struct pipe_loader_device *dev = &ddev->base; in find_drm_driver_name() local 190 pipe_loader_drm_probe_fd(struct pipe_loader_device **dev, int fd) in pipe_loader_drm_probe_fd() 242 pipe_loader_drm_release(struct pipe_loader_device **dev) in pipe_loader_drm_release() 255 pipe_loader_drm_create_screen(struct pipe_loader_device *dev, in pipe_loader_drm_create_screen()
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 115 static int drm_set_crtc(struct exynos_device *dev, struct connector *c, in drm_set_crtc() 128 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer() 186 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test() 234 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test() 316 static int g2d_move_test(struct exynos_device *dev, in g2d_move_test() 440 static int g2d_copy_with_scale_test(struct exynos_device *dev, in g2d_copy_with_scale_test() 526 static int g2d_blend_test(struct exynos_device *dev, in g2d_blend_test() 625 static int g2d_checkerboard_test(struct exynos_device *dev, in g2d_checkerboard_test() 716 struct exynos_device *dev; in main() local
|