Searched refs:device (Results 1 - 25 of 528) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dthreewire.h48 extern int threewire_detect_address_len ( struct spi_device *device );
51 * @defgroup tdevs Three-wire device types
56 init_at93cx6 ( struct spi_device *device, unsigned int organisation ) { argument
57 device->nvs.word_len_log2 = ( ( organisation == 8 ) ? 0 : 1 );
58 device->nvs.block_size = 1;
59 device->command_len = 3,
60 device->nvs.read = threewire_read;
61 device->nvs.write = threewire_write;
67 * @v device SPI device
71 init_at93c06( struct spi_device *device, unsigned int organisation ) argument
84 init_at93c46( struct spi_device *device, unsigned int organisation ) argument
97 init_at93c56( struct spi_device *device, unsigned int organisation ) argument
110 init_at93c66( struct spi_device *device, unsigned int organisation ) argument
[all...]
H A Dspi.h81 * An SPI device
83 * This data structure represents a physical SPI device attached to an
87 /** NVS device */
89 /** SPI bus to which device is attached */
141 * @v device SPI device
149 * the SPI device, then reads and/or writes data to/from the
152 int ( * rw ) ( struct spi_bus *bus, struct spi_device *device,
207 * @defgroup spidevs SPI device types
212 init_spi ( struct spi_device *device ) {
[all...]
H A Dlinux.h26 * Linux devices, drivers and device requests.
30 #include <ipxe/device.h>
33 /** A linux device */
35 /** Generic device */
36 struct device dev;
37 /** Driver that's handling the device */
50 int (*probe)(struct linux_device *device, struct linux_device_request *request);
52 void (*remove)(struct linux_device *device);
64 * Set linux device driver-private data
66 * @v device Linu
69 linux_set_drvdata(struct linux_device * device, void *priv) argument
80 linux_get_drvdata(struct linux_device *device) argument
[all...]
H A Ddevice.h20 /** A hardware device description */
35 unsigned int device; member in struct:device_description
59 /** A hardware device */
60 struct device { struct
69 /** Devices attached to this device */
71 /** Bus device */
72 struct device *parent;
76 * A root device
84 * A root device has a NULL parent field.
86 struct device de
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/nvs/
H A Dthreewire.c34 * Read data from three-wire device
36 * @v nvs NVS device
44 struct spi_device *device = nvs_to_spi ( nvs ); local
45 struct spi_bus *bus = device->bus;
50 DBGC ( device, "3wire %p reading %zd bytes at %04x\n",
51 device, len, address );
53 if ( ( rc = bus->rw ( bus, device, THREEWIRE_READ, address,
55 DBGC ( device, "3wire %p could not read: %s\n",
56 device, strerror ( rc ) );
64 * Write data to three-wire device
74 struct spi_device *device = nvs_to_spi ( nvs ); local
[all...]
H A Dspi.c33 * Munge SPI device address into command
52 * Wait for SPI device to complete operation
54 * @v device SPI device
57 static int spi_wait ( struct spi_device *device ) {
58 struct spi_bus *bus = device->bus;
65 if ( ( rc = bus->rw ( bus, device, SPI_RDSR, -1, NULL,
71 DBG ( "SPI %p timed out\n", device );
76 * Read data from SPI device
78 * @v nvs NVS device
86 struct spi_device *device = nvs_to_spi ( nvs ); local
113 struct spi_device *device = nvs_to_spi ( nvs ); local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c176 static void device_stream_info_from_declaration(struct wined3d_device *device, struct wined3d_stream_info *stream_info) argument
178 const struct wined3d_state *state = &device->stateBlock->state;
212 buffer_get_memory(buffer, &device->adapter->gl_info, &data);
226 data.addr = buffer_get_sysmem(buffer, &device->adapter->gl_info);
282 if (!device->adapter->gl_info.supported[ARB_VERTEX_ARRAY_BGRA]
292 device->num_buffer_queries = 0;
313 element->data.addr = buffer_get_sysmem(buffer, &device->adapter->gl_info) + (ptrdiff_t)element->data.addr;
320 device->buffer_queries[device->num_buffer_queries++] = buffer->query;
325 void device_update_stream_info(struct wined3d_device *device, cons argument
373 device_preload_textures(const struct wined3d_device *device) argument
407 device_context_add(struct wined3d_device *device, struct wined3d_context *context) argument
428 device_context_remove(struct wined3d_device *device, struct wined3d_context *context) argument
470 device_switch_onscreen_ds(struct wined3d_device *device, struct wined3d_context *context, struct wined3d_surface *depth_stencil) argument
557 device_clear_render_targets(struct wined3d_device *device, UINT rt_count, const struct wined3d_fb_state *fb, UINT rect_count, const RECT *rects, const RECT *draw_rect, DWORD flags, const struct wined3d_color *color, float depth, DWORD stencil) argument
738 wined3d_device_incref(struct wined3d_device *device) argument
747 wined3d_device_decref(struct wined3d_device *device) argument
795 HeapFree(GetProcessHeap(), 0, device); local
802 wined3d_device_get_swapchain_count(const struct wined3d_device *device) argument
809 wined3d_device_get_swapchain(const struct wined3d_device *device, UINT swapchain_idx) argument
824 device_load_logo(struct wined3d_device *device, const char *filename) argument
884 create_dummy_textures(struct wined3d_device *device, struct wined3d_context *context) argument
973 destroy_dummy_textures(struct wined3d_device *device, const struct wined3d_gl_info *gl_info) argument
1021 wined3d_device_setup_fullscreen_window(struct wined3d_device *device, HWND window, UINT w, UINT h) argument
1053 wined3d_device_restore_fullscreen_window(struct wined3d_device *device, HWND window) argument
1096 wined3d_device_acquire_focus_window(struct wined3d_device *device, HWND window) argument
1117 wined3d_device_release_focus_window(struct wined3d_device *device) argument
1129 wined3d_device_init_3d(struct wined3d_device *device, struct wined3d_swapchain_desc *swapchain_desc) argument
1284 wined3d_device_init_gdi(struct wined3d_device *device, struct wined3d_swapchain_desc *swapchain_desc) argument
1317 wined3d_device_uninit_3d(struct wined3d_device *device) argument
1450 wined3d_device_uninit_gdi(struct wined3d_device *device) argument
1473 wined3d_device_set_multithreaded(struct wined3d_device *device) argument
1482 wined3d_device_get_available_texture_mem(const struct wined3d_device *device) argument
1498 wined3d_device_set_stream_output(struct wined3d_device *device, UINT idx, struct wined3d_buffer *buffer, UINT offset) argument
1539 wined3d_device_get_stream_output(struct wined3d_device *device, UINT idx, UINT *offset) argument
1554 wined3d_device_set_stream_source(struct wined3d_device *device, UINT stream_idx, struct wined3d_buffer *buffer, UINT offset, UINT stride) argument
1621 wined3d_device_get_stream_source(const struct wined3d_device *device, UINT stream_idx, struct wined3d_buffer **buffer, UINT *offset, UINT *stride) argument
1646 wined3d_device_set_stream_source_freq(struct wined3d_device *device, UINT stream_idx, UINT divider) argument
1685 wined3d_device_get_stream_source_freq(const struct wined3d_device *device, UINT stream_idx, UINT *divider) argument
1700 wined3d_device_set_transform(struct wined3d_device *device, enum wined3d_transform_state d3dts, const struct wined3d_matrix *matrix) argument
1737 wined3d_device_get_transform(const struct wined3d_device *device, enum wined3d_transform_state state, struct wined3d_matrix *matrix) argument
1745 wined3d_device_multiply_transform(struct wined3d_device *device, enum wined3d_transform_state state, const struct wined3d_matrix *matrix) argument
1777 wined3d_device_set_light(struct wined3d_device *device, UINT light_idx, const struct wined3d_light *light) argument
1934 wined3d_device_get_light(const struct wined3d_device *device, UINT light_idx, struct wined3d_light *light) argument
1961 wined3d_device_set_light_enable(struct wined3d_device *device, UINT light_idx, BOOL enable) argument
2063 wined3d_device_get_light_enable(const struct wined3d_device *device, UINT light_idx, BOOL *enable) argument
2089 wined3d_device_set_clip_plane(struct wined3d_device *device, UINT plane_idx, const struct wined3d_vec4 *plane) argument
2123 wined3d_device_get_clip_plane(const struct wined3d_device *device, UINT plane_idx, struct wined3d_vec4 *plane) argument
2140 wined3d_device_set_clip_status(struct wined3d_device *device, const struct wined3d_clip_status *clip_status) argument
2151 wined3d_device_get_clip_status(const struct wined3d_device *device, struct wined3d_clip_status *clip_status) argument
2162 wined3d_device_set_material(struct wined3d_device *device, const struct wined3d_material *material) argument
2179 wined3d_device_get_material(const struct wined3d_device *device, struct wined3d_material *material) argument
2200 wined3d_device_set_index_buffer(struct wined3d_device *device, struct wined3d_buffer *buffer, enum wined3d_format_id format_id) argument
2241 wined3d_device_get_index_buffer(const struct wined3d_device *device, enum wined3d_format_id *format) argument
2250 wined3d_device_set_base_vertex_index(struct wined3d_device *device, INT base_index) argument
2257 wined3d_device_get_base_vertex_index(const struct wined3d_device *device) argument
2264 wined3d_device_set_viewport(struct wined3d_device *device, const struct wined3d_viewport *viewport) argument
2283 wined3d_device_get_viewport(const struct wined3d_device *device, struct wined3d_viewport *viewport) argument
2306 wined3d_device_set_render_state(struct wined3d_device *device, enum wined3d_render_state state, DWORD value) argument
2336 wined3d_device_get_render_state(const struct wined3d_device *device, enum wined3d_render_state state) argument
2343 wined3d_device_set_sampler_state(struct wined3d_device *device, UINT sampler_idx, enum wined3d_sampler_state state, DWORD value) argument
2381 wined3d_device_get_sampler_state(const struct wined3d_device *device, UINT sampler_idx, enum wined3d_sampler_state state) argument
2400 wined3d_device_set_scissor_rect(struct wined3d_device *device, const RECT *rect) argument
2421 wined3d_device_get_scissor_rect(const struct wined3d_device *device, RECT *rect) argument
2429 wined3d_device_set_vertex_declaration(struct wined3d_device *device, struct wined3d_vertex_declaration *declaration) argument
2460 wined3d_device_get_vertex_declaration(const struct wined3d_device *device) argument
2467 wined3d_device_set_vertex_shader(struct wined3d_device *device, struct wined3d_shader *shader) argument
2496 wined3d_device_get_vertex_shader(const struct wined3d_device *device) argument
2503 wined3d_device_set_vs_cb(struct wined3d_device *device, UINT idx, struct wined3d_buffer *buffer) argument
2542 wined3d_device_get_vs_cb(const struct wined3d_device *device, UINT idx) argument
2555 wined3d_device_set_vs_sampler(struct wined3d_device *device, UINT idx, struct wined3d_sampler *sampler) argument
2576 wined3d_device_get_vs_sampler(const struct wined3d_device *device, UINT idx) argument
2589 wined3d_device_set_vs_consts_b(struct wined3d_device *device, UINT start_register, const BOOL *constants, UINT bool_count) argument
2614 wined3d_device_get_vs_consts_b(const struct wined3d_device *device, UINT start_register, BOOL *constants, UINT bool_count) argument
2630 wined3d_device_set_vs_consts_i(struct wined3d_device *device, UINT start_register, const int *constants, UINT vector4i_count) argument
2657 wined3d_device_get_vs_consts_i(const struct wined3d_device *device, UINT start_register, int *constants, UINT vector4i_count) argument
2672 wined3d_device_set_vs_consts_f(struct wined3d_device *device, UINT start_register, const float *constants, UINT vector4f_count) argument
2710 wined3d_device_get_vs_consts_f(const struct wined3d_device *device, UINT start_register, float *constants, UINT vector4f_count) argument
2727 device_invalidate_texture_stage(const struct wined3d_device *device, DWORD stage) argument
2737 device_map_stage(struct wined3d_device *device, DWORD stage, DWORD unit) argument
2751 device_update_fixed_function_usage_map(struct wined3d_device *device) argument
2788 device_map_fixed_function_samplers(struct wined3d_device *device, const struct wined3d_d3d_info *d3d_info) argument
2830 device_map_psamplers(struct wined3d_device *device, const struct wined3d_d3d_info *d3d_info) argument
2848 device_unit_free_for_vs(const struct wined3d_device *device, const enum wined3d_sampler_texture_type *pshader_sampler_tokens, const enum wined3d_sampler_texture_type *vshader_sampler_tokens, DWORD unit) argument
2873 device_map_vsamplers(struct wined3d_device *device, BOOL ps, const struct wined3d_gl_info *gl_info) argument
2915 device_update_tex_unit_map(struct wined3d_device *device) argument
2938 wined3d_device_set_pixel_shader(struct wined3d_device *device, struct wined3d_shader *shader) argument
2967 wined3d_device_get_pixel_shader(const struct wined3d_device *device) argument
2974 wined3d_device_set_ps_cb(struct wined3d_device *device, UINT idx, struct wined3d_buffer *buffer) argument
3013 wined3d_device_get_ps_cb(const struct wined3d_device *device, UINT idx) argument
3026 wined3d_device_set_ps_sampler(struct wined3d_device *device, UINT idx, struct wined3d_sampler *sampler) argument
3047 wined3d_device_get_ps_sampler(const struct wined3d_device *device, UINT idx) argument
3060 wined3d_device_set_ps_consts_b(struct wined3d_device *device, UINT start_register, const BOOL *constants, UINT bool_count) argument
3085 wined3d_device_get_ps_consts_b(const struct wined3d_device *device, UINT start_register, BOOL *constants, UINT bool_count) argument
3101 wined3d_device_set_ps_consts_i(struct wined3d_device *device, UINT start_register, const int *constants, UINT vector4i_count) argument
3128 wined3d_device_get_ps_consts_i(const struct wined3d_device *device, UINT start_register, int *constants, UINT vector4i_count) argument
3144 wined3d_device_set_ps_consts_f(struct wined3d_device *device, UINT start_register, const float *constants, UINT vector4f_count) argument
3182 wined3d_device_get_ps_consts_f(const struct wined3d_device *device, UINT start_register, float *constants, UINT vector4f_count) argument
3199 wined3d_device_set_geometry_shader(struct wined3d_device *device, struct wined3d_shader *shader) argument
3218 wined3d_device_get_geometry_shader(const struct wined3d_device *device) argument
3225 wined3d_device_set_gs_cb(struct wined3d_device *device, UINT idx, struct wined3d_buffer *buffer) argument
3264 wined3d_device_get_gs_cb(const struct wined3d_device *device, UINT idx) argument
3277 wined3d_device_set_gs_sampler(struct wined3d_device *device, UINT idx, struct wined3d_sampler *sampler) argument
3298 wined3d_device_get_gs_sampler(const struct wined3d_device *device, UINT idx) argument
3314 process_vertices_strided(const struct wined3d_device *device, DWORD dwDestIndex, DWORD dwCount, const struct wined3d_stream_info *stream_info, struct wined3d_buffer *dest, DWORD flags, DWORD DestFVF) argument
3580 wined3d_device_process_vertices(struct wined3d_device *device, UINT src_start_idx, UINT dst_idx, UINT vertex_count, struct wined3d_buffer *dst_buffer, const struct wined3d_vertex_declaration *declaration, DWORD flags, DWORD dst_fvf) argument
3642 wined3d_device_set_texture_stage_state(struct wined3d_device *device, UINT stage, enum wined3d_texture_stage_state state, DWORD value) argument
3734 wined3d_device_get_texture_stage_state(const struct wined3d_device *device, UINT stage, enum wined3d_texture_stage_state state) argument
3749 wined3d_device_set_texture(struct wined3d_device *device, UINT stage, struct wined3d_texture *texture) argument
3855 wined3d_device_get_texture(const struct wined3d_device *device, UINT stage) argument
3871 wined3d_device_get_back_buffer(const struct wined3d_device *device, UINT swapchain_idx, UINT backbuffer_idx, enum wined3d_backbuffer_type backbuffer_type, struct wined3d_surface **backbuffer) argument
3887 wined3d_device_get_device_caps(const struct wined3d_device *device, WINED3DCAPS *caps) argument
3895 wined3d_device_get_display_mode(const struct wined3d_device *device, UINT swapchain_idx, struct wined3d_display_mode *mode, enum wined3d_display_rotation *rotation) argument
3909 wined3d_device_begin_stateblock(struct wined3d_device *device) argument
3932 wined3d_device_end_stateblock(struct wined3d_device *device, struct wined3d_stateblock **stateblock) argument
3958 wined3d_device_begin_scene(struct wined3d_device *device) argument
3973 wined3d_device_end_scene(struct wined3d_device *device) argument
3996 wined3d_device_present(const struct wined3d_device *device, const RECT *src_rect, const RECT *dst_rect, HWND dst_window_override, const RGNDATA *dirty_region, DWORD flags) argument
4015 wined3d_device_clear(struct wined3d_device *device, DWORD rect_count, const RECT *rects, DWORD flags, const struct wined3d_color *color, float depth, DWORD stencil) argument
4056 wined3d_device_set_primitive_type(struct wined3d_device *device, enum wined3d_primitive_type primitive_type) argument
4072 wined3d_device_get_primitive_type(const struct wined3d_device *device, enum wined3d_primitive_type *primitive_type) argument
4082 wined3d_device_draw_primitive(struct wined3d_device *device, UINT start_vertex, UINT vertex_count) argument
4104 wined3d_device_draw_indexed_primitive(struct wined3d_device *device, UINT start_idx, UINT index_count) argument
4138 wined3d_device_draw_indexed_primitive_instanced(struct wined3d_device *device, UINT start_idx, UINT index_count, UINT start_instance, UINT instance_count) argument
4147 device_update_volume(struct wined3d_device *device, struct wined3d_volume *src_volume, struct wined3d_volume *dst_volume) argument
4178 wined3d_device_update_texture(struct wined3d_device *device, struct wined3d_texture *src_texture, struct wined3d_texture *dst_texture) argument
4284 wined3d_device_get_front_buffer_data(const struct wined3d_device *device, UINT swapchain_idx, struct wined3d_surface *dst_surface) argument
4297 wined3d_device_validate_device(const struct wined3d_device *device, DWORD *num_passes) argument
4360 wined3d_device_set_software_vertex_processing(struct wined3d_device *device, BOOL software) argument
4375 wined3d_device_get_software_vertex_processing(const struct wined3d_device *device) argument
4390 wined3d_device_get_raster_status(const struct wined3d_device *device, UINT swapchain_idx, struct wined3d_raster_status *raster_status) argument
4404 wined3d_device_set_npatch_mode(struct wined3d_device *device, float segments) argument
4422 wined3d_device_get_npatch_mode(const struct wined3d_device *device) argument
4437 wined3d_device_update_surface(struct wined3d_device *device, struct wined3d_surface *src_surface, const RECT *src_rect, struct wined3d_surface *dst_surface, const POINT *dst_point) argument
4456 wined3d_device_color_fill(struct wined3d_device *device, struct wined3d_surface *surface, const RECT *rect, const struct wined3d_color *color) argument
4481 wined3d_device_clear_rendertarget_view(struct wined3d_device *device, struct wined3d_rendertarget_view *rendertarget_view, const struct wined3d_color *color) argument
4500 wined3d_device_get_render_target(const struct wined3d_device *device, UINT render_target_idx) argument
4514 wined3d_device_get_depth_stencil(const struct wined3d_device *device) argument
4521 wined3d_device_set_render_target(struct wined3d_device *device, UINT render_target_idx, struct wined3d_surface *render_target, BOOL set_viewport) argument
4588 wined3d_device_set_depth_stencil(struct wined3d_device *device, struct wined3d_surface *depth_stencil) argument
4640 wined3d_device_set_cursor_properties(struct wined3d_device *device, UINT x_hotspot, UINT y_hotspot, struct wined3d_surface *cursor_image) argument
4785 wined3d_device_set_cursor_position(struct wined3d_device *device, int x_screen_space, int y_screen_space, DWORD flags) argument
4814 wined3d_device_show_cursor(struct wined3d_device *device, BOOL show) argument
4849 wined3d_device_evict_managed_resources(struct wined3d_device *device) argument
4872 delete_opengl_contexts(struct wined3d_device *device, struct wined3d_swapchain *swapchain) argument
4928 create_primary_opengl_context(struct wined3d_device *device, struct wined3d_swapchain *swapchain) argument
4988 wined3d_device_reset(struct wined3d_device *device, const struct wined3d_swapchain_desc *swapchain_desc, const struct wined3d_display_mode *mode, wined3d_device_reset_cb callback, BOOL reset_state) argument
5327 wined3d_device_set_dialog_box_mode(struct wined3d_device *device, BOOL enable_dialogs) argument
5337 wined3d_device_get_creation_parameters(const struct wined3d_device *device, struct wined3d_device_creation_parameters *parameters) argument
5345 wined3d_device_set_gamma_ramp(const struct wined3d_device *device, UINT swapchain_idx, DWORD flags, const struct wined3d_gamma_ramp *ramp) argument
5357 wined3d_device_get_gamma_ramp(const struct wined3d_device *device, UINT swapchain_idx, struct wined3d_gamma_ramp *ramp) argument
5369 device_resource_add(struct wined3d_device *device, struct wined3d_resource *resource) argument
5376 device_resource_remove(struct wined3d_device *device, struct wined3d_resource *resource) argument
5383 device_resource_released(struct wined3d_device *device, struct wined3d_resource *resource) argument
5491 wined3d_device_get_surface_from_dc(const struct wined3d_device *device, HDC dc) argument
5517 device_init(struct wined3d_device *device, struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, HWND focus_window, DWORD flags, BYTE surface_alignment, struct wined3d_device_parent *device_parent) argument
5588 device_invalidate_state(const struct wined3d_device *device, DWORD state) argument
5626 device_process_message(struct wined3d_device *device, HWND window, BOOL unicode, UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc) argument
5659 wined3d_device_flush(struct wined3d_device *device) argument
5671 wined3d_device_flush_to_host(struct wined3d_device *device) argument
5685 wined3d_device_finish(struct wined3d_device *device) argument
5698 wined3d_device_get_host_id(struct wined3d_device *device, int32_t *pid) argument
5733 zv_create(struct wined3d_device *device, GLenum enmzvValue, GLuint czvValue, GLuint czvValueElements, const GLvoid *pzvValue) argument
5793 zv_destroy(struct wined3d_device *device) argument
5807 struct wined3d_device *device = context->swapchain->device; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/linux/
H A Dlinux.c36 /** Go over the device requests looking for a matching linux driver to handle them. */
41 struct linux_device *device = NULL; local
48 if (! device)
49 device = zalloc(sizeof(*device));
51 if (! device)
71 /* We found a matching driver so add the device to the hierarchy */
72 list_add(&device->dev.siblings, &rootdev->dev.children);
73 device->dev.parent = &rootdev->dev;
74 INIT_LIST_HEAD(&device
96 struct linux_device *device; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi_pci.h16 struct device;
18 /** An EFI PCI device */
22 /** iPXE PCI device */
24 /** Underlying EFI device */
25 EFI_HANDLE device; member in struct:efi_pci_device
35 EFI_HANDLE device );
37 extern struct efi_pci_device * efipci_find_efi ( EFI_HANDLE device );
38 extern struct efi_pci_device * efipci_find ( struct device *dev );
40 EFI_HANDLE device );
42 EFI_HANDLE device );
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86platformBus.h61 xf86_platform_device_odev_attributes(struct xf86_platform_device *device) argument
63 return device->attribs;
69 struct xf86_platform_device *device = &xf86_platform_devices[index]; local
71 return device->attribs;
79 /* path to kernel device node - Linux e.g. /dev/dri/card0 */
81 /* system device path - Linux e.g. /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 */
87 /* Major number of the device node pointed to by ODEV_ATTRIB_PATH */
89 /* Minor number of the device node pointed to by ODEV_ATTRIB_PATH */
107 _xf86_get_platform_device_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0]) argument
111 return xf86_platform_device_odev_attributes(device)
132 _xf86_get_platform_device_int_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0]) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dparserom.pl21 ( my $type, my $image, my $desc, my $vendor, my $device, my $dup ) = @_;
22 my $ids = $vendor ? "$vendor,$device" : "-";
31 return if ( $vendor && ( ( $vendor eq "ffff" ) || ( $device eq "ffff" ) ) );
37 print "PCI_DEVICE_$image = 0x$device\n" if $device;
47 \s*0x([0-9A-Fa-f]{4})\s*, # PCI device
52 ( my $vendor, my $device, my $image, my $desc ) = ( lc $1, lc $2, $3, $4 );
53 rom ( "pci", lc "${vendor}${device}", $desc, $vendor, $device );
54 rom ( "pci", $image, $desc, $vendor, $device,
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIDefs.h121 StorageSlot() : bus(KStorageBus_Null), port(0), device(0) {}
122 StorageSlot(const StorageSlot &other) : bus(other.bus), port(other.port), device(other.device) {}
123 StorageSlot(KStorageBus otherBus, LONG iPort, LONG iDevice) : bus(otherBus), port(iPort), device(iDevice) {}
124 StorageSlot& operator=(const StorageSlot &other) { bus = other.bus; port = other.port; device = other.device; return *this; }
125 bool operator==(const StorageSlot &other) const { return bus == other.bus && port == other.port && device == other.device; }
126 bool operator!=(const StorageSlot &other) const { return bus != other.bus || port != other.port || device != other.device; }
134 KStorageBus bus; LONG port; LONG device; member in struct:StorageSlot
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dstateblock.c44 IWineD3DDeviceImpl *device = object->device; local
48 sizeof(float) * device->d3d_pshader_constantF * 4);
52 sizeof(BOOL) * device->d3d_pshader_constantF);
56 sizeof(float) * device->d3d_vshader_constantF * 4);
60 sizeof(BOOL) * device->d3d_vshader_constantF);
64 sizeof(DWORD) * device->d3d_vshader_constantF);
68 sizeof(DWORD) * device->d3d_pshader_constantF);
92 HRESULT stateblock_init(IWineD3DStateBlockImpl *stateblock, IWineD3DDeviceImpl *device, WINED3DSTATEBLOCKTYPE type) argument
95 stateblock->device
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/efi/
H A Dsnp.h30 #include <ipxe/device.h>
34 /** A network device that consumes the EFI Simple Network Protocol */
39 /** Generic device */
40 struct device dev;
42 /** Network device */
45 /** State to put the snp in when removing the device */
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouse.h63 virtual status_t Start(const char *device, void *cookie);
64 virtual status_t Stop(const char *device, void *cookie);
65 virtual status_t Control(const char *device, void *cookie, uint32 code, BMessage *message);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c257 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
260 * It doesn't matter with which function the device was created. */
261 if (!device->d3d_parent->extended)
281 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
282 ULONG refcount = InterlockedIncrement(&device->refcount);
290 static LONG d3d9_device_Term(struct d3d9_device *device) argument
293 LONG refs = device->refcount;
295 device->in_destruction = TRUE;
303 for (i = 0; i < device->fvf_decl_count; ++i)
305 wined3d_vertex_declaration_decref(device
323 HeapFree(GetProcessHeap(), 0, device); local
331 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
377 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
392 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
406 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
419 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
431 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
462 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
486 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
501 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
524 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
535 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
550 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
569 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
596 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
654 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
690 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
707 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
731 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
746 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
761 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
773 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
788 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
802 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
816 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
830 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
850 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
880 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
916 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1084 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1116 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1144 d3d9_device_create_surface(struct d3d9_device *device, UINT width, UINT height, D3DFORMAT format, DWORD flags, IDirect3DSurface9 **surface, UINT usage, D3DPOOL pool, D3DMULTISAMPLE_TYPE multisample_type, DWORD multisample_quality , HANDLE *shared_handle , void *pvClientMem ) argument
1193 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1220 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1248 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1267 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1303 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1319 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1390 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1424 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1451 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1479 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1514 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1528 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1557 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1572 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1595 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1611 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1626 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1641 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1655 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1669 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1683 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1697 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1711 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1726 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1741 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1755 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1769 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1783 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1798 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1812 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1826 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1858 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1872 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1916 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1930 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1944 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
1971 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2027 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2047 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2067 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2081 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2094 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2143 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2156 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2169 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2182 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2196 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2210 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2225 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2244 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2270 d3d9_device_prepare_vertex_buffer(struct d3d9_device *device, UINT min_size) argument
2302 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2354 d3d9_device_prepare_index_buffer(struct d3d9_device *device, UINT min_size) argument
2388 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2477 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2497 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2518 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2534 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2559 device_get_fvf_declaration(struct d3d9_device *device, DWORD fvf) argument
2629 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2656 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2682 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2708 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2723 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2750 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2772 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2794 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2809 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2824 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2839 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2854 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2872 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2905 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2919 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2933 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2949 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
2978 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3007 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3022 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3051 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3066 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3081 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3096 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3111 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3126 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3162 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3212 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3328 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3370 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3543 device_parent_wined3d_device_created(struct wined3d_device_parent *device_parent, struct wined3d_device *device) argument
3563 struct d3d9_device *device = device_from_device_parent(device_parent); local
3603 struct d3d9_device *device = device_from_device_parent(device_parent); local
3649 struct d3d9_device *device = device_from_device_parent(device_parent); local
3695 struct d3d9_device *device = device_from_device_parent(device_parent); local
3752 device_init(struct d3d9_device *device, struct d3d9 *parent, struct wined3d *wined3d, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags , VBOXWINEEX_D3DPRESENT_PARAMETERS *parameters , D3DDISPLAYMODEEX *mode) argument
3913 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3930 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
3944 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86PciData.h44 unsigned short vendor, unsigned short device,
54 unsigned short vendor, unsigned short device);
69 int ScanPciFindPciNamesByDevice(unsigned short vendor, unsigned short device,
78 unsigned short device);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9shape.h37 HRESULT WINAPI D3DXCreateBox(struct IDirect3DDevice9 *device, float width, float height,
39 HRESULT WINAPI D3DXCreateCylinder(struct IDirect3DDevice9 *device, float radius1, float radius2,
41 HRESULT WINAPI D3DXCreateSphere(struct IDirect3DDevice9 *device, float radius, UINT slices,
43 HRESULT WINAPI D3DXCreateTeapot(struct IDirect3DDevice9 *device,
45 HRESULT WINAPI D3DXCreateTextA(struct IDirect3DDevice9 *device, HDC hdc, const char *text, float deviation,
47 HRESULT WINAPI D3DXCreateTextW(struct IDirect3DDevice9 *device, HDC hdc, const WCHAR *text, float deviation,
/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c83 uint8_t channel, device; local
97 for (device=0; device<BX_MAX_ATA_DEVICES; device++) {
98 bios_dsk->devices[device].type = DSK_TYPE_NONE;
99 bios_dsk->devices[device].device = DSK_DEVICE_NONE;
100 bios_dsk->devices[device].removable = 0;
101 bios_dsk->devices[device].lock = 0;
102 bios_dsk->devices[device]
130 ata_reset(uint16_t device) argument
214 uint16_t device; local
364 uint8_t hdcount, cdcount, device, type; local
691 uint16_t device; local
889 ata_cmd_packet(uint16_t device, uint8_t cmdlen, char __far *cmdbuf, uint16_t header, uint32_t length, uint8_t inout, char __far *buffer) argument
1115 ata_soft_reset(uint16_t device) argument
[all...]
/vbox/src/VBox/Additions/x11/vboxmouse/
H A Dvboxmouse.c70 /* Read a byte from the device to acknowledge the event */
95 VBoxPtrCtrlProc(DeviceIntPtr device, PtrCtrl *ctrl) argument
101 VBoxInit(DeviceIntPtr device) argument
106 if (!InitPointerDeviceStruct((DevicePtr)device, map, 2,
131 xf86InitValuatorAxisStruct(device, 0, 0, -1, 1, 0, 1);
132 xf86InitValuatorAxisStruct(device, 1, 0, -1, 1, 0, 1);
134 xf86InitValuatorAxisStruct(device, 0,
145 xf86InitValuatorAxisStruct(device, 1,
156 xf86InitValuatorDefaults(device, 0);
157 xf86InitValuatorDefaults(device,
164 VBoxProc(DeviceIntPtr device, int what) argument
250 const char *device; local
286 const char *device; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Xinput.h61 /* Input device flags */
62 #define XI86_ALWAYS_CORE 0x04 /* device always controls the pointer */
63 /* the device sends Xinput and core pointer events */
89 Bool (*device_control)(DeviceIntPtr device, int what);
114 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute,
116 extern _X_EXPORT void xf86PostMotionEventP(DeviceIntPtr device, int is_absolute,
118 extern _X_EXPORT void xf86PostMotionEventM(DeviceIntPtr device, int is_absolute,
120 extern _X_EXPORT void xf86PostProximityEvent(DeviceIntPtr device, int is_in,
122 extern _X_EXPORT void xf86PostProximityEventP(DeviceIntPtr device, int is_in, int first_valuator,
124 extern _X_EXPORT void xf86PostProximityEventM(DeviceIntPtr device, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Xinput.h61 /* Input device flags */
62 #define XI86_ALWAYS_CORE 0x04 /* device always controls the pointer */
63 /* the device sends Xinput and core pointer events */
89 Bool (*device_control)(DeviceIntPtr device, int what);
114 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute,
116 extern _X_EXPORT void xf86PostMotionEventP(DeviceIntPtr device, int is_absolute,
118 extern _X_EXPORT void xf86PostMotionEventM(DeviceIntPtr device, int is_absolute,
120 extern _X_EXPORT void xf86PostProximityEvent(DeviceIntPtr device, int is_in,
122 extern _X_EXPORT void xf86PostProximityEventP(DeviceIntPtr device, int is_in, int first_valuator,
124 extern _X_EXPORT void xf86PostProximityEventM(DeviceIntPtr device, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Xinput.h61 /* Input device flags */
62 #define XI86_ALWAYS_CORE 0x04 /* device always controls the pointer */
63 /* the device sends Xinput and core pointer events */
89 Bool (*device_control)(DeviceIntPtr device, int what);
114 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute,
116 extern _X_EXPORT void xf86PostMotionEventP(DeviceIntPtr device, int is_absolute,
118 extern _X_EXPORT void xf86PostMotionEventM(DeviceIntPtr device, int is_absolute,
120 extern _X_EXPORT void xf86PostProximityEvent(DeviceIntPtr device, int is_in,
122 extern _X_EXPORT void xf86PostProximityEventP(DeviceIntPtr device, int is_in, int first_valuator,
124 extern _X_EXPORT void xf86PostProximityEventM(DeviceIntPtr device, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Xinput.h60 /* Input device flags */
61 #define XI86_ALWAYS_CORE 0x04 /* device always controls the pointer */
62 /* the device sends Xinput and core pointer events */
66 #define XI86_DEVICE_DISABLED 0x10 /* device was disabled before vt switch */
90 Bool (*device_control) (DeviceIntPtr device, int what);
112 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute,
115 extern _X_EXPORT void xf86PostMotionEventP(DeviceIntPtr device, int is_absolute,
119 extern _X_EXPORT void xf86PostMotionEventM(DeviceIntPtr device, int is_absolute,
121 extern _X_EXPORT void xf86PostProximityEvent(DeviceIntPtr device, int is_in,
124 extern _X_EXPORT void xf86PostProximityEventP(DeviceIntPtr device, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Xinput.h60 /* Input device flags */
61 #define XI86_ALWAYS_CORE 0x04 /* device always controls the pointer */
62 /* the device sends Xinput and core pointer events */
66 #define XI86_DEVICE_DISABLED 0x10 /* device was disabled before vt switch */
90 Bool (*device_control) (DeviceIntPtr device, int what);
112 extern _X_EXPORT void xf86PostMotionEvent(DeviceIntPtr device, int is_absolute,
115 extern _X_EXPORT void xf86PostMotionEventP(DeviceIntPtr device, int is_absolute,
119 extern _X_EXPORT void xf86PostMotionEventM(DeviceIntPtr device, int is_absolute,
121 extern _X_EXPORT void xf86PostProximityEvent(DeviceIntPtr device, int is_in,
124 extern _X_EXPORT void xf86PostProximityEventP(DeviceIntPtr device, in
[all...]

Completed in 82 milliseconds

1234567891011>>