Home
last modified time | relevance | path

Searched defs:bind (Results 251 - 275 of 351) sorted by relevance

1...<<1112131415

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c60 int (*bind)(struct mlxsw_sp_span_trigger_entry *trigger_entry); member
/kernel/linux/linux-5.10/include/linux/usb/
H A Dgadget.h706 int (*bind)(struct usb_gadget *gadget, member
/kernel/linux/linux-5.10/kernel/
H A Dsys_ni.c237 COND_SYSCALL(bind); variable
/kernel/linux/linux-5.10/include/acpi/
H A Dacpi_bus.h128 void (*bind)(struct device *phys_dev); member
/kernel/linux/linux-5.10/include/linux/
H A Dcgroup-defs.h646 void (*bind)(struct cgroup_subsys_state *root_css); member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c60 int (*bind)(struct mlxsw_sp_span_trigger_entry *trigger_entry); member
/kernel/linux/linux-6.6/fs/dlm/
H A Dlowcomms.c166 int (*bind)(struct socket *sock); member
/kernel/linux/linux-6.6/include/linux/
H A Dcgroup-defs.h691 void (*bind)(struct cgroup_subsys_state *root_css); member
/kernel/linux/linux-6.6/include/acpi/
H A Dacpi_bus.h130 void (*bind)(struct device *phys_dev); member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dgadget.h728 int (*bind)(struct usb_gadget *gadget, member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_gpu.h271 __le32 bind; member
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c373 static int __tcf_action_put(struct tc_action *p, bool bind) in __tcf_action_put() argument
393 static int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release() argument
420 tcf_idr_release(struct tc_action *a, bool bind) tcf_idr_release() argument
733 tcf_idr_create(struct tc_action_net *tn, u32 index, struct nlattr *est, struct tc_action **a, const struct tc_action_ops *ops, int bind, bool cpustats, u32 flags) tcf_idr_create() argument
791 tcf_idr_create_from_flags(struct tc_action_net *tn, u32 index, struct nlattr *est, struct tc_action **a, const struct tc_action_ops *ops, int bind, u32 flags) tcf_idr_create_from_flags() argument
821 tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index, struct tc_action **a, int bind) tcf_idr_check_alloc() argument
1115 tcf_action_destroy(struct tc_action *actions[], int bind) tcf_action_destroy() argument
1157 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_action_dump_old() argument
1163 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_action_dump_1() argument
1207 tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind, int ref, bool terse) tcf_action_dump() argument
1575 tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], u32 portid, u32 seq, u16 flags, int event, int bind, int ref, struct netlink_ext_ack *extack) tca_get_fill() argument
[all...]
H A Dact_ct.c1300 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ct_init() local
1473 tcf_ct_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ct_dump() argument
1553 tcf_ct_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_ct_offload_act_setup() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dsys_ni.c145 COND_SYSCALL(bind); variable
/third_party/elfutils/src/
H A Dnm.c853 const char *bind; in show_symbols_sysv() local
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h56 #define bind _bind macro
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c126 unsigned bind; in dri2_drawable_get_buffers() local
228 unsigned i, bind; in dri_image_drawable_get_buffers() local
304 unsigned bind = 0; in dri2_allocate_buffer() local
445 unsigned i, j, bind; dri2_allocate_textures() local
680 unsigned bind; dri2_allocate_textures() local
844 dri2_create_image_from_winsys(__DRIscreen *_screen, int width, int height, const struct dri2_format_mapping *map, int num_handles, struct winsys_handle *whandle, unsigned bind, void *loaderPrivate) dri2_create_image_from_winsys() argument
1046 dri2_create_image_from_fd(__DRIscreen *_screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, unsigned bind, unsigned *error, void *loaderPrivate) dri2_create_image_from_fd() argument
1475 unsigned bind = 0; dri2_validate_usage() local
1578 unsigned bind = 0; dri2_from_fds2() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2270 si_check_resource_capability(struct pipe_screen *screen, struct pipe_resource *resource, unsigned bind) si_check_resource_capability() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c467 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, enum pipe_format texFormat, unsigned bind) alloc_texture() argument
H A Dst_cb_texture.c158 create_dst_texture(struct gl_context *ctx, enum pipe_format dst_format, enum pipe_texture_target pipe_target, GLsizei width, GLsizei height, GLint depth, GLenum gl_target, unsigned bind) create_dst_texture() argument
289 st_pbo_get_dst_format(struct gl_context *ctx, enum pipe_texture_target target, enum pipe_format src_format, bool is_compressed, GLenum format, GLenum type, unsigned bind) st_pbo_get_dst_format() argument
1898 unsigned bind; st_TexSubImage() local
2418 unsigned bind; st_GetTexSubImage() local
2756 unsigned bind; st_CopyTexSubImage() local
3113 st_texture_create_from_memory(struct st_context *st, struct gl_memory_object *memObj, GLuint64 offset, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint nr_samples, GLuint bind) st_texture_create_from_memory() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c84 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c73 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c612 noop_check_resource_capability(struct pipe_screen *screen, struct pipe_resource *resource, unsigned bind) noop_check_resource_capability() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1115 zink_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) zink_is_format_supported() argument
[all...]
H A Dzink_resource.c162 create_bci(struct zink_screen *screen, const struct pipe_resource *templ, unsigned bind) in create_bci() argument
255 get_image_usage_for_feats(struct zink_screen *screen, VkFormatFeatureFlags feats, const struct pipe_resource *templ, unsigned bind, bool *need_extended) in get_image_usage_for_feats() argument
353 get_image_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, uint64_t *mod) get_image_usage() argument
407 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, bool dmabuf, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, bool *success) create_ici() argument
1230 add_resource_bind(struct zink_context *ctx, struct zink_resource *res, unsigned bind) add_resource_bind() argument
1414 unsigned bind = ZINK_BIND_DMABUF; zink_resource_get_handle() local
[all...]

Completed in 49 milliseconds

1...<<1112131415