Home
last modified time | relevance | path

Searched defs:resource (Results 351 - 375 of 614) sorted by relevance

1...<<11121314151617181920>>...25

/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dgoku_udc.c1747 unsigned long resource, len; in goku_probe() local
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-scu.c87 __le16 resource; member
92 __le16 resource; member
128 __le16 resource; member
146 __le16 resource; member
163 __le16 resource; global() member
392 sc_pm_clock_enable(struct imx_sc_ipc *ipc, u16 resource, u8 clk, bool enable, bool autog) sc_pm_clock_enable() argument
[all...]
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_req.c1275 struct drbd_resource *resource = plug->cb.data; in drbd_unplug() local
1292 static struct drbd_plug_cb* drbd_check_plugged(struct drbd_resource *resource) in drbd_check_plugged() argument
1319 struct drbd_resource *resource = device->resource; drbd_send_and_submit() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_ebda.c1060 struct ebda_pci_rsrc *resource, *next; in ibmphp_free_ebda_pci_rsrc_queue() local
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dintel_th.h78 struct resource *resource; member
280 struct resource resource[TH_MMIO_END]; global() member
[all...]
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H A Dsaa7146_video.c186 unsigned int resource; in video_begin() local
222 unsigned int resource; in video_end() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dresctrlfs.c616 bool validate_resctrl_feature_request(const char *resource, const char *feature) in validate_resctrl_feature_request() argument
/third_party/ffmpeg/libavformat/
H A Dimfdec.c100 FFIMFTrackFileResource *resource; /**< Underlying IMF CPL resource */ member
709 get_resource_context_for_timestamp(AVFormatContext *s, IMFVirtualTrackPlaybackCtx *track, IMFVirtualTrackResourcePlaybackCtx **resource) get_resource_context_for_timestamp() argument
759 IMFVirtualTrackResourcePlaybackCtx *resource = NULL; imf_read_packet() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp179 getString( const UResourceBundle *resource, UnicodeString &result, UErrorCode &status) getString() argument
192 loadNumericDateFormatterPattern( const UResourceBundle *resource, const char *pattern, UErrorCode &status) loadNumericDateFormatterPattern() argument
225 loadNumericDateFormatters( const UResourceBundle *resource, UErrorCode &status) loadNumericDateFormatters() argument
[all...]
/third_party/libcoap/examples/
H A Doscore-interop-server.c89 hnd_get_index(coap_resource_t *resource, in hnd_get_index() argument
105 hnd_get_hello_coap(coap_resource_t *resource, in hnd_get_hello_coap() argument
118 hnd_get_hello_1(coap_resource_t *resource, in hnd_get_hello_1() argument
131 hnd_get_hello_2(coap_resource_t *resource, in hnd_get_hello_2() argument
144 hnd_get_hello_3(coap_resource_t *resource, in hnd_get_hello_3() argument
157 hnd_post_hello_6(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_post_hello_6() argument
174 hnd_put_hello_7(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_put_hello_7() argument
205 hnd_get_observe1(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_observe1() argument
240 hnd_get_observe2(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_observe2() argument
[all...]
H A Dcoap-rd.c138 hnd_get_resource(coap_resource_t *resource, in hnd_get_resource() argument
238 hnd_delete_resource(coap_resource_t *resource, in hnd_delete_resource() argument
326 add_source_address(coap_resource_t *resource, const coap_address_t *peer) add_source_address() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_precision.cpp432 ir_variable *resource = param->variable_referenced(); in handle_call() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c837 static bool si_is_resource_busy(struct pipe_screen *screen, struct pipe_resource *resource, in si_is_resource_busy() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1131 v3d_flush_resource(struct pipe_context *pctx, struct pipe_resource *resource) in v3d_flush_resource() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c481 virgl_resource_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) virgl_resource_transfer_map() argument
799 virgl_buffer_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned usage, unsigned offset, unsigned size, const void *data) virgl_buffer_subdata() argument
908 virgl_resource_destroy(struct pipe_screen *screen, struct pipe_resource *resource) virgl_resource_destroy() argument
921 virgl_resource_get_handle(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *resource, struct winsys_handle *whandle, unsigned usage) virgl_resource_get_handle() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c187 struct pipe_resource *resource, tmplt; in NineSwapChain9_Resize() local
93 D3DWindowBuffer_create(struct NineSwapChain9 *This, struct pipe_resource *resource, int depth, int for_frontbuffer_reading) D3DWindowBuffer_create() argument
590 create_present_buffer( struct NineSwapChain9 *This, unsigned int width, unsigned int height, struct pipe_resource **resource, D3DWindowBuffer **present_handle) create_present_buffer() argument
622 handle_draw_cursor_and_hud( struct NineSwapChain9 *This, struct pipe_resource *resource) handle_draw_cursor_and_hud() argument
725 struct pipe_resource *resource; present() local
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h272 struct pipe_resource *resource; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c820 is_texture_valid_to_copy(struct svga_context *svga, struct pipe_resource *resource) is_texture_valid_to_copy() argument
970 svga_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource) svga_flush_resource() argument
[all...]
/third_party/node/src/
H A Dasync_wrap.cc294 Local<Object> resource = args[0].As<Object>(); in AsyncReset() local
573 void AsyncWrap::AsyncReset(Local<Object> resource, double execution_async_id, in AsyncReset() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp179 getString( const UResourceBundle *resource, UnicodeString &result, UErrorCode &status) getString() argument
192 loadNumericDateFormatterPattern( const UResourceBundle *resource, const char *pattern, UErrorCode &status) loadNumericDateFormatterPattern() argument
225 loadNumericDateFormatters( const UResourceBundle *resource, UErrorCode &status) loadNumericDateFormatters() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c279 nouveau_buffer_transfer_init(struct nouveau_transfer *tx, struct pipe_resource *resource, const struct pipe_box *box, unsigned usage) nouveau_buffer_transfer_init() argument
392 nouveau_buffer_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nouveau_buffer_transfer_map() argument
656 nouveau_user_ptr_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nouveau_user_ptr_transfer_map() argument
912 nouveau_buffer_invalidate(struct pipe_context *pipe, struct pipe_resource *resource) nouveau_buffer_invalidate() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c870 lima_flush_resource(struct pipe_context *pctx, struct pipe_resource *resource) in lima_flush_resource() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c499 trace_dump_box_bytes(const void *data, struct pipe_resource *resource, const struct pipe_box *box, unsigned stride, unsigned slice_stride) trace_dump_box_bytes() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c169 dd_screen_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) dd_screen_flush_frontbuffer() argument
304 dd_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *resource, struct winsys_handle *handle, unsigned usage) dd_screen_resource_get_handle() argument
317 dd_screen_resource_get_param(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) dd_screen_resource_get_param() argument
335 dd_screen_resource_get_info(struct pipe_screen *_screen, struct pipe_resource *resource, unsigned *stride, unsigned *offset) dd_screen_resource_get_info() argument
346 dd_screen_check_resource_capability(struct pipe_screen *_screen, struct pipe_resource *resource, unsigned bind) dd_screen_check_resource_capability() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h542 pipe_texture_map(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, unsigned access, unsigned x, unsigned y, unsigned w, unsigned h, struct pipe_transfer **transfer) pipe_texture_map() argument
562 pipe_texture_map_3d(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned access, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, struct pipe_transfer **transfer) pipe_texture_map_3d() argument
[all...]

Completed in 47 milliseconds

1...<<11121314151617181920>>...25