/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw.c | 133 struct pipe_draw_info *info, in prepare_indexed_draw() 137 if (info->index_size) { in prepare_indexed_draw() 139 if (!info->index_bounds_valid && in prepare_indexed_draw() 142 if (!vbo_get_minmax_indices_gallium(ctx, info, draws, num_draws)) in prepare_indexed_draw() 145 info->index_bounds_valid = true; in prepare_indexed_draw() 148 if (!info->has_user_indices) { in prepare_indexed_draw() 154 info->index.resource = in prepare_indexed_draw() 155 _mesa_get_bufferobj_reference(ctx, info->index.gl_bo); in prepare_indexed_draw() 156 info->take_index_buffer_ownership = true; in prepare_indexed_draw() 158 info in prepare_indexed_draw() 130 prepare_indexed_draw( struct st_context *st, struct gl_context *ctx, struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) prepare_indexed_draw() argument 172 st_draw_gallium(struct gl_context *ctx, struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) st_draw_gallium() argument 189 st_draw_gallium_multimode(struct gl_context *ctx, struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draws, const unsigned char *mode, unsigned num_draws) st_draw_gallium_multimode() argument 221 rewrite_partial_stride_indirect(struct st_context *st, const struct pipe_draw_info *info, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias draw) rewrite_partial_stride_indirect() argument 249 struct pipe_draw_info info; st_indirect_draw_vbo() local 318 struct pipe_draw_info info; st_draw_transform_feedback() local 340 st_draw_gallium_vertex_state(struct gl_context *ctx, struct pipe_vertex_state *state, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, const uint8_t *mode, unsigned num_draws, bool per_vertex_edgeflags) st_draw_gallium_vertex_state() argument 524 st_hw_select_draw_gallium(struct gl_context *ctx, struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) st_hw_select_draw_gallium() argument 545 st_hw_select_draw_gallium_multimode(struct gl_context *ctx, struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draws, const unsigned char *mode, unsigned num_draws) st_hw_select_draw_gallium_multimode() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-s3c2410.c | 51 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc); 62 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_start_hc() local 71 if (info != NULL) { in s3c2410_start_hc() 72 info->hcd = hcd; in s3c2410_start_hc() 73 info->report_oc = s3c2410_hcd_oc; in s3c2410_start_hc() 75 if (info->enable_oc != NULL) in s3c2410_start_hc() 76 (info->enable_oc)(info, 1); in s3c2410_start_hc() 82 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_stop_hc() local 86 if (info ! in s3c2410_stop_hc() 107 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); ohci_s3c2410_hub_status_data() local 143 s3c2410_usb_set_power(struct s3c2410_hcd_info *info, int port, int to) s3c2410_usb_set_power() argument 170 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); ohci_s3c2410_hub_control() local 293 s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc) s3c2410_hcd_oc() argument 358 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); ohci_hcd_s3c2410_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/uio/ |
H A D | uio_hv_generic.c | 56 struct uio_info info; member 73 * @param info 79 hv_uio_irqcontrol(struct uio_info *info, s32 irq_state) in hv_uio_irqcontrol() argument 81 struct hv_uio_private_data *pdata = info->priv; in hv_uio_irqcontrol() 102 uio_event_notify(&pdata->info); in hv_uio_channel_cb() 117 pdata->info.irq = 0; in hv_uio_rescind() 120 uio_event_notify(&pdata->info); in hv_uio_rescind() 195 hv_uio_open(struct uio_info *info, struct inode *inode) in hv_uio_open() argument 198 = container_of(info, struct hv_uio_private_data, info); in hv_uio_open() 220 hv_uio_release(struct uio_info *info, struct inode *inode) hv_uio_release() argument [all...] |
H A D | uio_aec.c | 71 struct uio_info *info; in probe() local 74 info = devm_kzalloc(&pdev->dev, sizeof(struct uio_info), GFP_KERNEL); in probe() 75 if (!info) in probe() 84 info->name = "aectc"; in probe() 85 info->port[0].start = pci_resource_start(pdev, 0); in probe() 86 if (!info->port[0].start) in probe() 88 info->priv = pci_iomap(pdev, 0, 0); in probe() 89 if (!info->priv) in probe() 91 info->port[0].size = pci_resource_len(pdev, 0); in probe() 92 info in probe() 125 struct uio_info *info = pci_get_drvdata(pdev); remove() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-s3c2410.c | 49 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc); 60 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_start_hc() local 69 if (info != NULL) { in s3c2410_start_hc() 70 info->hcd = hcd; in s3c2410_start_hc() 71 info->report_oc = s3c2410_hcd_oc; in s3c2410_start_hc() 73 if (info->enable_oc != NULL) in s3c2410_start_hc() 74 (info->enable_oc)(info, 1); in s3c2410_start_hc() 80 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); in s3c2410_stop_hc() local 84 if (info ! in s3c2410_stop_hc() 105 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); ohci_s3c2410_hub_status_data() local 141 s3c2410_usb_set_power(struct s3c2410_hcd_info *info, int port, int to) s3c2410_usb_set_power() argument 168 struct s3c2410_hcd_info *info = to_s3c2410_info(hcd); ohci_s3c2410_hub_control() local 291 s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc) s3c2410_hcd_oc() argument 355 struct s3c2410_hcd_info *info = dev_get_platdata(&dev->dev); ohci_hcd_s3c2410_probe() local [all...] |
/kernel/linux/linux-6.6/kernel/module/ |
H A D | decompress.c | 17 static int module_extend_max_pages(struct load_info *info, unsigned int extent) in module_extend_max_pages() argument 21 new_pages = kvmalloc_array(info->max_pages + extent, in module_extend_max_pages() 22 sizeof(info->pages), GFP_KERNEL); in module_extend_max_pages() 26 memcpy(new_pages, info->pages, info->max_pages * sizeof(info->pages)); in module_extend_max_pages() 27 kvfree(info->pages); in module_extend_max_pages() 28 info->pages = new_pages; in module_extend_max_pages() 29 info->max_pages += extent; in module_extend_max_pages() 34 static struct page *module_get_next_page(struct load_info *info) in module_get_next_page() argument 85 module_gzip_decompress(struct load_info *info, const void *buf, size_t size) module_gzip_decompress() argument 149 module_xz_decompress(struct load_info *info, const void *buf, size_t size) module_xz_decompress() argument 207 module_zstd_decompress(struct load_info *info, const void *buf, size_t size) module_zstd_decompress() argument 294 module_decompress(struct load_info *info, const void *buf, size_t size) module_decompress() argument 331 module_decompress_cleanup(struct load_info *info) module_decompress_cleanup() argument [all...] |
/kernel/linux/linux-6.6/net/devlink/ |
H A D | devl_internal.h | 148 int devlink_nl_msg_reply_and_new(struct sk_buff **msg, struct genl_info *info); 179 devlink_port_get_from_info(struct devlink *devlink, struct genl_info *info); 202 struct genl_info *info); 224 int devlink_nl_cmd_reload(struct sk_buff *skb, struct genl_info *info); 225 int devlink_nl_cmd_eswitch_get_doit(struct sk_buff *skb, struct genl_info *info); 226 int devlink_nl_cmd_eswitch_set_doit(struct sk_buff *skb, struct genl_info *info); 227 int devlink_nl_cmd_flash_update(struct sk_buff *skb, struct genl_info *info); 228 int devlink_nl_cmd_selftests_run(struct sk_buff *skb, struct genl_info *info); 229 int devlink_nl_cmd_port_set_doit(struct sk_buff *skb, struct genl_info *info); 230 int devlink_nl_cmd_port_split_doit(struct sk_buff *skb, struct genl_info *info); [all...] |
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
H A D | sm750.c | 25 * ssize_t lynxfb_ops_write(struct fb_info *info, const char __user *buf, 27 * ssize_t lynxfb_ops_read(struct fb_info *info, char __user *buf, 105 static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor) in lynxfb_ops_cursor() argument 111 par = info->par; in lynxfb_ops_cursor() 129 fbcursor->image.dx - info->var.xoffset, in lynxfb_ops_cursor() 130 fbcursor->image.dy - info->var.yoffset); in lynxfb_ops_cursor() 136 fg = ((info->cmap.red[fbcursor->image.fg_color] & 0xf800)) | in lynxfb_ops_cursor() 137 ((info->cmap.green[fbcursor->image.fg_color] & 0xfc00) >> 5) | in lynxfb_ops_cursor() 138 ((info->cmap.blue[fbcursor->image.fg_color] & 0xf800) >> 11); in lynxfb_ops_cursor() 140 bg = ((info in lynxfb_ops_cursor() 160 lynxfb_ops_fillrect(struct fb_info *info, const struct fb_fillrect *region) lynxfb_ops_fillrect() argument 202 lynxfb_ops_copyarea(struct fb_info *info, const struct fb_copyarea *region) lynxfb_ops_copyarea() argument 236 lynxfb_ops_imageblit(struct fb_info *info, const struct fb_image *image) lynxfb_ops_imageblit() argument 286 lynxfb_ops_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) lynxfb_ops_pan_display() argument 300 lynxfb_set_visual_mode(struct fb_info *info) lynxfb_set_visual_mode() argument 316 lynxfb_set_color_offsets(struct fb_info *info) lynxfb_set_color_offsets() argument 356 lynxfb_ops_set_par(struct fb_info *info) lynxfb_ops_set_par() argument 412 struct fb_info *info; lynxfb_suspend() local 434 struct fb_info *info; lynxfb_resume() local 477 lynxfb_ops_check_var(struct fb_var_screeninfo *var, struct fb_info *info) lynxfb_ops_check_var() argument 518 lynxfb_ops_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int transp, struct fb_info *info) lynxfb_ops_setcolreg() argument 572 lynxfb_ops_blank(int blank, struct fb_info *info) lynxfb_ops_blank() argument 677 lynxfb_set_fbinfo(struct fb_info *info, int index) lynxfb_set_fbinfo() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_ctrl.c | 128 * @info: ptr to i40iw_hmc_obj_info struct 131 * parses fpm commit info and copy base value 136 struct i40iw_hmc_obj_info *info, in i40iw_sc_parse_fpm_commit_buf() 150 info[i].base = 0; in i40iw_sc_parse_fpm_commit_buf() 151 info[i].cnt = 0; in i40iw_sc_parse_fpm_commit_buf() 155 info[i].base = RS_64_1(temp, 32) * 512; in i40iw_sc_parse_fpm_commit_buf() 156 if (info[i].base > base) { in i40iw_sc_parse_fpm_commit_buf() 157 base = info[i].base; in i40iw_sc_parse_fpm_commit_buf() 161 info[i].cnt = 1; in i40iw_sc_parse_fpm_commit_buf() 165 info[ in i40iw_sc_parse_fpm_commit_buf() 134 i40iw_sc_parse_fpm_commit_buf( u64 *buf, struct i40iw_hmc_obj_info *info, u32 *sd) i40iw_sc_parse_fpm_commit_buf() argument 455 i40iw_sc_cqp_init(struct i40iw_sc_cqp *cqp, struct i40iw_cqp_init_info *info) i40iw_sc_cqp_init() argument 719 i40iw_sc_ccq_get_cqe_info( struct i40iw_sc_cq *ccq, struct i40iw_ccq_cqe_info *info) i40iw_sc_ccq_get_cqe_info() argument 785 struct i40iw_ccq_cqe_info info; i40iw_sc_poll_for_cqp_op_done() local 829 i40iw_sc_manage_push_page( struct i40iw_sc_cqp *cqp, struct i40iw_cqp_manage_push_page_info *info, u64 scratch, bool post_sq) i40iw_sc_manage_push_page() argument 1183 i40iw_sc_add_arp_cache_entry( struct i40iw_sc_cqp *cqp, struct i40iw_add_arp_cache_entry_info *info, u64 scratch, bool post_sq) i40iw_sc_add_arp_cache_entry() argument 1297 i40iw_sc_manage_apbvt_entry( struct i40iw_sc_cqp *cqp, struct i40iw_apbvt_info *info, u64 scratch, bool post_sq) i40iw_sc_manage_apbvt_entry() argument 1342 i40iw_sc_manage_qhash_table_entry( struct i40iw_sc_cqp *cqp, struct i40iw_qhash_table_info *info, u64 scratch, bool post_sq) i40iw_sc_manage_qhash_table_entry() argument 1459 i40iw_sc_add_local_mac_ipaddr_entry( struct i40iw_sc_cqp *cqp, struct i40iw_local_mac_ipaddr_entry_info *info, u64 scratch, bool post_sq) i40iw_sc_add_local_mac_ipaddr_entry() argument 1563 i40iw_sc_ceq_init(struct i40iw_sc_ceq *ceq, struct i40iw_ceq_init_info *info) i40iw_sc_ceq_init() argument 1753 i40iw_sc_aeq_init(struct i40iw_sc_aeq *aeq, struct i40iw_aeq_init_info *info) i40iw_sc_aeq_init() argument 1859 i40iw_sc_get_next_aeqe(struct i40iw_sc_aeq *aeq, struct i40iw_aeqe_info *info) i40iw_sc_get_next_aeqe() argument 2022 i40iw_sc_ccq_init(struct i40iw_sc_cq *cq, struct i40iw_ccq_init_info *info) i40iw_sc_ccq_init() argument 2197 i40iw_sc_cq_init(struct i40iw_sc_cq *cq, struct i40iw_cq_init_info *info) i40iw_sc_cq_init() argument 2350 i40iw_sc_cq_modify(struct i40iw_sc_cq *cq, struct i40iw_modify_cq_info *info, u64 scratch, bool post_sq) i40iw_sc_cq_modify() argument 2443 i40iw_sc_qp_init(struct i40iw_sc_qp *qp, struct i40iw_qp_init_info *info) i40iw_sc_qp_init() argument 2526 i40iw_sc_qp_create( struct i40iw_sc_qp *qp, struct i40iw_create_qp_info *info, u64 scratch, bool post_sq) i40iw_sc_qp_create() argument 2576 i40iw_sc_qp_modify( struct i40iw_sc_qp *qp, struct i40iw_modify_qp_info *info, u64 scratch, bool post_sq) i40iw_sc_qp_modify() argument 2685 i40iw_sc_qp_flush_wqes( struct i40iw_sc_qp *qp, struct i40iw_qp_flush_info *info, u64 scratch, bool post_sq) i40iw_sc_qp_flush_wqes() argument 2754 i40iw_sc_gen_ae( struct i40iw_sc_qp *qp, struct i40iw_gen_ae_info *info, u64 scratch, bool post_sq) i40iw_sc_gen_ae() argument 2797 i40iw_sc_qp_upload_context( struct i40iw_sc_dev *dev, struct i40iw_upload_context_info *info, u64 scratch, bool post_sq) i40iw_sc_qp_upload_context() argument 2836 i40iw_sc_qp_setctx( struct i40iw_sc_qp *qp, u64 *qp_ctx, struct i40iw_qp_host_ctx_info *info) i40iw_sc_qp_setctx() argument 3025 i40iw_sc_alloc_stag( struct i40iw_sc_dev *dev, struct i40iw_allocate_stag_info *info, u64 scratch, bool post_sq) i40iw_sc_alloc_stag() argument 3082 i40iw_sc_mr_reg_non_shared( struct i40iw_sc_dev *dev, struct i40iw_reg_ns_stag_info *info, u64 scratch, bool post_sq) i40iw_sc_mr_reg_non_shared() argument 3168 i40iw_sc_mr_reg_shared( struct i40iw_sc_dev *dev, struct i40iw_register_shared_stag *info, u64 scratch, bool post_sq) i40iw_sc_mr_reg_shared() argument 3231 i40iw_sc_dealloc_stag( struct i40iw_sc_dev *dev, struct i40iw_dealloc_stag_info *info, u64 scratch, bool post_sq) i40iw_sc_dealloc_stag() argument 3350 i40iw_sc_mr_fast_register( struct i40iw_sc_qp *qp, struct i40iw_fast_reg_stag_info *info, bool post_sq) i40iw_sc_mr_fast_register() argument 3727 cqp_sds_wqe_fill(struct i40iw_sc_cqp *cqp, struct i40iw_update_sds_info *info, u64 scratch) cqp_sds_wqe_fill() argument 3801 i40iw_update_pe_sds(struct i40iw_sc_dev *dev, struct i40iw_update_sds_info *info, u64 scratch) i40iw_update_pe_sds() argument 3820 i40iw_update_sds_noccq(struct i40iw_sc_dev *dev, struct i40iw_update_sds_info *info) i40iw_update_sds_noccq() argument 4424 i40iw_iwarp_opcode(struct i40iw_aeqe_info *info, u8 *pkt) i40iw_iwarp_opcode() argument 4475 i40iw_bld_terminate_hdr(struct i40iw_sc_qp *qp, struct i40iw_aeqe_info *info) i40iw_bld_terminate_hdr() argument 4670 i40iw_terminate_connection(struct i40iw_sc_qp *qp, struct i40iw_aeqe_info *info) i40iw_terminate_connection() argument 4691 i40iw_terminate_received(struct i40iw_sc_qp *qp, struct i40iw_aeqe_info *info) i40iw_terminate_received() argument 4743 i40iw_sc_vsi_init(struct i40iw_sc_vsi *vsi, struct i40iw_vsi_init_info *info) i40iw_sc_vsi_init() argument 5070 i40iw_vsi_stats_init(struct i40iw_sc_vsi *vsi, struct i40iw_vsi_stats_info *info) i40iw_vsi_stats_init() argument 5218 i40iw_device_init(struct i40iw_sc_dev *dev, struct i40iw_device_init_info *info) i40iw_device_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio_netx.c | 53 struct uio_info *info; in netx_pci_probe() local 56 info = kzalloc(sizeof(struct uio_info), GFP_KERNEL); in netx_pci_probe() 57 if (!info) in netx_pci_probe() 69 info->name = "netx"; in netx_pci_probe() 73 info->name = "netplc"; in netx_pci_probe() 77 info->name = "netx_plx"; in netx_pci_probe() 81 info->mem[0].addr = pci_resource_start(dev, bar); in netx_pci_probe() 82 if (!info->mem[0].addr) in netx_pci_probe() 84 info->mem[0].internal_addr = ioremap(pci_resource_start(dev, bar), in netx_pci_probe() 87 if (!info in netx_pci_probe() 122 struct uio_info *info = pci_get_drvdata(dev); netx_pci_remove() local [all...] |
/third_party/elfutils/tests/ |
H A D | allregs.c | 68 struct reginfo *info; member 110 state->info = realloc (state->info, (regno + 1) * sizeof state->info[0]); in one_register() 111 memset (&state->info[state->nregs], 0, in one_register() 112 ((void *) &state->info[regno + 1] in one_register() 113 - (void *) &state->info[state->nregs])); in one_register() 117 state->info[regno].regno = regno; in one_register() 118 state->info[regno].set = setname; in one_register() 119 state->info[regn in one_register() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_cpal.c | 68 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette, in get_palette_entry() argument 71 memcpy(pixel, palette + info->size * index, info->size); in get_palette_entry() 72 return info->size; in get_palette_entry() 80 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette, in paletted_to_color() argument 86 if (info->palette_size == 16) { in paletted_to_color() 93 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 94 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); in paletted_to_color() 97 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 104 pix += get_palette_entry(info, palett in paletted_to_color() 112 const struct cpal_format_info *info; _mesa_cpal_compressed_size() local 154 const struct cpal_format_info *info; _mesa_cpal_compressed_teximage2d() local [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreJsunit.test.js | 36 console.info(TAG + 'beforeAll');
40 console.info(TAG + 'beforeEach');
44 console.info(TAG + 'afterAll');
49 console.info(TAG + 'afterAll');
52 console.info(TAG + "*************Unit Test Begin*************");
63 console.info(TAG + "************* testRdbStore0001 start *************");
66 console.info(TAG + "getRdbStore done: " + store);
74 console.info(TAG + "************* testRdbStore0001 end *************");
86 console.info(TAG + "************* testRdbStore0002 start *************");
90 console.info(TA [all...] |
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 70 * Accesses to a message queue are synchronized by acquiring info->lock. 74 * framework. info->lock is already released when wake_up_q is called. 77 * acquiring info->lock. 121 * to TASK_INTERRUPTIBLE: spin_unlock(&info->lock) provides the 123 * info->lock, i.e. spin_lock(&info->lock) provided a pairing 163 static void remove_notification(struct mqueue_inode_info *info); 193 static int msg_insert(struct msg_msg *msg, struct mqueue_inode_info *info) in msg_insert() argument 199 p = &info->msg_tree.rb_node; in msg_insert() 212 if (info in msg_insert() 235 msg_tree_erase(struct posix_msg_tree_node *leaf, struct mqueue_inode_info *info) msg_tree_erase() argument 250 msg_get(struct mqueue_inode_info *info) msg_get() argument 311 struct mqueue_inode_info *info; mqueue_get_inode() local 513 struct mqueue_inode_info *info; mqueue_evict_inode() local 638 struct mqueue_inode_info *info = MQUEUE_I(file_inode(filp)); mqueue_read_file() local 665 struct mqueue_inode_info *info = MQUEUE_I(file_inode(filp)); mqueue_flush_file() local 677 struct mqueue_inode_info *info = MQUEUE_I(file_inode(filp)); mqueue_poll_file() local 694 wq_add(struct mqueue_inode_info *info, int sr, struct ext_wait_queue *ewp) wq_add() argument 762 wq_get_first_waiter( struct mqueue_inode_info *info, int sr) wq_get_first_waiter() argument 782 __do_notify(struct mqueue_inode_info *info) __do_notify() argument 853 remove_notification(struct mqueue_inode_info *info) remove_notification() argument 1016 __pipelined_op(struct wake_q_head *wake_q, struct mqueue_inode_info *info, struct ext_wait_queue *this) __pipelined_op() argument 1033 pipelined_send(struct wake_q_head *wake_q, struct mqueue_inode_info *info, struct msg_msg *message, struct ext_wait_queue *receiver) pipelined_send() argument 1044 pipelined_receive(struct wake_q_head *wake_q, struct mqueue_inode_info *info) pipelined_receive() argument 1069 struct mqueue_inode_info *info; do_mq_timedsend() local 1188 struct mqueue_inode_info *info; do_mq_timedreceive() local 1323 struct mqueue_inode_info *info; do_mq_notify() local 1456 struct mqueue_inode_info *info; do_mq_getsetattr() local [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/ |
H A D | pinctrl-imx1-core.c | 32 const struct imx1_pinctrl_soc_info *info; member 155 const struct imx1_pinctrl_soc_info *info, in imx1_pinctrl_find_group_by_name() 161 for (i = 0; i < info->ngroups; i++) { in imx1_pinctrl_find_group_by_name() 162 if (!strcmp(info->groups[i].name, name)) { in imx1_pinctrl_find_group_by_name() 163 grp = &info->groups[i]; in imx1_pinctrl_find_group_by_name() 174 const struct imx1_pinctrl_soc_info *info = ipctl->info; in imx1_get_groups_count() local 176 return info->ngroups; in imx1_get_groups_count() 183 const struct imx1_pinctrl_soc_info *info = ipctl->info; in imx1_get_group_name() local 154 imx1_pinctrl_find_group_by_name( const struct imx1_pinctrl_soc_info *info, const char *name) imx1_pinctrl_find_group_by_name() argument 193 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_get_group_pins() local 223 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_dt_node_to_map() local 299 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_set() local 351 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_get_funcs_count() local 360 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_get_func_name() local 370 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_get_groups() local 425 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pinconf_group_dbg_show() local 459 imx1_pinctrl_parse_groups(struct device_node *np, struct imx1_pin_group *grp, struct imx1_pinctrl_soc_info *info, u32 index) imx1_pinctrl_parse_groups() argument 504 imx1_pinctrl_parse_functions(struct device_node *np, struct imx1_pinctrl_soc_info *info, u32 index) imx1_pinctrl_parse_functions() argument 544 imx1_pinctrl_parse_dt(struct platform_device *pdev, struct imx1_pinctrl *pctl, struct imx1_pinctrl_soc_info *info) imx1_pinctrl_parse_dt() argument 590 imx1_pinctrl_core_probe(struct platform_device *pdev, struct imx1_pinctrl_soc_info *info) imx1_pinctrl_core_probe() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | leo.c | 210 static void leo_switch_from_graph(struct fb_info *info) in leo_switch_from_graph() argument 212 struct leo_par *par = (struct leo_par *) info->par; in leo_switch_from_graph() 220 par->extent = ((info->var.xres - 1) | in leo_switch_from_graph() 221 ((info->var.yres - 1) << 16)); in leo_switch_from_graph() 231 sbus_writel((info->var.xres-1) | ((info->var.yres-1) << 11), in leo_switch_from_graph() 252 static int leo_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) in leo_pan_display() argument 257 leo_switch_from_graph(info); in leo_pan_display() 271 * @info: frame buffer info structur 273 leo_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) leo_setcolreg() argument 315 leo_blank(int blank, struct fb_info *info) leo_blank() argument 417 leo_mmap(struct fb_info *info, struct vm_area_struct *vma) leo_mmap() argument 426 leo_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) leo_ioctl() argument 437 leo_init_fix(struct fb_info *info, struct device_node *dp) leo_init_fix() argument 449 leo_wid_put(struct fb_info *info, struct fb_wid_list *wl) leo_wid_put() argument 487 leo_init_wids(struct fb_info *info) leo_init_wids() argument 510 leo_init_hw(struct fb_info *info) leo_init_hw() argument 534 leo_unmap_regs(struct platform_device *op, struct fb_info *info, struct leo_par *par) leo_unmap_regs() argument 555 struct fb_info *info; leo_probe() local 642 struct fb_info *info = dev_get_drvdata(&op->dev); leo_remove() local [all...] |
H A D | hecubafb.c | 105 unsigned char *buf = par->info->screen_buffer; in hecubafb_dpy_update() 118 static void hecubafb_dpy_deferred_io(struct fb_info *info, struct list_head *pagereflist) in hecubafb_dpy_deferred_io() argument 120 hecubafb_dpy_update(info->par); in hecubafb_dpy_deferred_io() 123 static void hecubafb_defio_damage_range(struct fb_info *info, off_t off, size_t len) in hecubafb_defio_damage_range() argument 125 struct hecubafb_par *par = info->par; in hecubafb_defio_damage_range() 130 static void hecubafb_defio_damage_area(struct fb_info *info, u32 x, u32 y, in hecubafb_defio_damage_area() argument 133 struct hecubafb_par *par = info->par; in hecubafb_defio_damage_area() 154 struct fb_info *info; in hecubafb_probe() local 176 info = framebuffer_alloc(sizeof(struct hecubafb_par), &dev->dev); in hecubafb_probe() 177 if (!info) in hecubafb_probe() 222 struct fb_info *info = platform_get_drvdata(dev); hecubafb_remove() local [all...] |
H A D | sunxvr2500.c | 18 struct fb_info *info; member 51 unsigned transp, struct fb_info *info) in s3d_setcolreg() 61 ((u32 *)info->pseudo_palette)[regno] = value; in s3d_setcolreg() 75 struct fb_info *info = sp->info; in s3d_set_fbinfo() local 76 struct fb_var_screeninfo *var = &info->var; in s3d_set_fbinfo() 78 info->fbops = &s3d_ops; in s3d_set_fbinfo() 79 info->screen_base = sp->fb_base; in s3d_set_fbinfo() 80 info->screen_size = sp->fb_size; in s3d_set_fbinfo() 82 info in s3d_set_fbinfo() 49 s3d_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) s3d_setcolreg() argument 120 struct fb_info *info; s3d_pci_register() local [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/ |
H A D | pinctrl-imx1-core.c | 35 const struct imx1_pinctrl_soc_info *info; member 158 const struct imx1_pinctrl_soc_info *info, in imx1_pinctrl_find_group_by_name() 164 for (i = 0; i < info->ngroups; i++) { in imx1_pinctrl_find_group_by_name() 165 if (!strcmp(info->groups[i].name, name)) { in imx1_pinctrl_find_group_by_name() 166 grp = &info->groups[i]; in imx1_pinctrl_find_group_by_name() 177 const struct imx1_pinctrl_soc_info *info = ipctl->info; in imx1_get_groups_count() local 179 return info->ngroups; in imx1_get_groups_count() 186 const struct imx1_pinctrl_soc_info *info = ipctl->info; in imx1_get_group_name() local 157 imx1_pinctrl_find_group_by_name( const struct imx1_pinctrl_soc_info *info, const char *name) imx1_pinctrl_find_group_by_name() argument 196 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_get_group_pins() local 226 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_dt_node_to_map() local 302 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_set() local 354 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_get_funcs_count() local 363 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_get_func_name() local 373 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pmx_get_groups() local 428 const struct imx1_pinctrl_soc_info *info = ipctl->info; imx1_pinconf_group_dbg_show() local 462 imx1_pinctrl_parse_groups(struct device_node *np, struct imx1_pin_group *grp, struct imx1_pinctrl_soc_info *info, u32 index) imx1_pinctrl_parse_groups() argument 507 imx1_pinctrl_parse_functions(struct device_node *np, struct imx1_pinctrl_soc_info *info, u32 index) imx1_pinctrl_parse_functions() argument 547 imx1_pinctrl_parse_dt(struct platform_device *pdev, struct imx1_pinctrl *pctl, struct imx1_pinctrl_soc_info *info) imx1_pinctrl_parse_dt() argument 593 imx1_pinctrl_core_probe(struct platform_device *pdev, struct imx1_pinctrl_soc_info *info) imx1_pinctrl_core_probe() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_address.c | 423 coap_addr_info_t *info = NULL; in coap_resolve_address_info() local 489 info = coap_malloc_type(COAP_STRING, sizeof(coap_addr_info_t)); in coap_resolve_address_info() 490 if (info == NULL) in coap_resolve_address_info() 492 info->next = NULL; in coap_resolve_address_info() 493 info->proto = proto; in coap_resolve_address_info() 494 info->scheme = scheme; in coap_resolve_address_info() 496 coap_address_init(&info->addr); in coap_resolve_address_info() 497 if (!coap_address_set_unix_domain(&info->addr, address->s, in coap_resolve_address_info() 499 coap_free_type(COAP_STRING, info); in coap_resolve_address_info() 502 return info; in coap_resolve_address_info() 705 coap_addr_info_t *info = NULL; coap_resolve_address_info() local 822 coap_free_address_info(coap_addr_info_t *info) coap_free_address_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
H A D | sm750.c | 25 * ssize_t lynxfb_ops_write(struct fb_info *info, const char __user *buf, 27 * ssize_t lynxfb_ops_read(struct fb_info *info, char __user *buf, 105 static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor) in lynxfb_ops_cursor() argument 111 par = info->par; in lynxfb_ops_cursor() 129 fbcursor->image.dx - info->var.xoffset, in lynxfb_ops_cursor() 130 fbcursor->image.dy - info->var.yoffset); in lynxfb_ops_cursor() 136 fg = ((info->cmap.red[fbcursor->image.fg_color] & 0xf800)) | in lynxfb_ops_cursor() 137 ((info->cmap.green[fbcursor->image.fg_color] & 0xfc00) >> 5) | in lynxfb_ops_cursor() 138 ((info->cmap.blue[fbcursor->image.fg_color] & 0xf800) >> 11); in lynxfb_ops_cursor() 140 bg = ((info in lynxfb_ops_cursor() 160 lynxfb_ops_fillrect(struct fb_info *info, const struct fb_fillrect *region) lynxfb_ops_fillrect() argument 202 lynxfb_ops_copyarea(struct fb_info *info, const struct fb_copyarea *region) lynxfb_ops_copyarea() argument 236 lynxfb_ops_imageblit(struct fb_info *info, const struct fb_image *image) lynxfb_ops_imageblit() argument 286 lynxfb_ops_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) lynxfb_ops_pan_display() argument 300 lynxfb_set_visual_mode(struct fb_info *info) lynxfb_set_visual_mode() argument 316 lynxfb_set_color_offsets(struct fb_info *info) lynxfb_set_color_offsets() argument 356 lynxfb_ops_set_par(struct fb_info *info) lynxfb_ops_set_par() argument 413 struct fb_info *info; lynxfb_suspend() local 435 struct fb_info *info; lynxfb_resume() local 478 lynxfb_ops_check_var(struct fb_var_screeninfo *var, struct fb_info *info) lynxfb_ops_check_var() argument 520 lynxfb_ops_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int transp, struct fb_info *info) lynxfb_ops_setcolreg() argument 574 lynxfb_ops_blank(int blank, struct fb_info *info) lynxfb_ops_blank() argument 679 lynxfb_set_fbinfo(struct fb_info *info, int index) lynxfb_set_fbinfo() argument [all...] |
/third_party/libuv/src/unix/ |
H A D | darwin.c | 105 vm_statistics_data_t info; in uv_get_free_memory() local 106 mach_msg_type_number_t count = sizeof(info) / sizeof(integer_t); in uv_get_free_memory() 109 (host_info_t)&info, &count) != KERN_SUCCESS) { in uv_get_free_memory() 113 return (uint64_t) info.free_count * sysconf(_SC_PAGESIZE); in uv_get_free_memory() 118 uint64_t info; in uv_get_total_memory() local 120 size_t size = sizeof(info); in uv_get_total_memory() 122 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_total_memory() 125 return (uint64_t) info; in uv_get_total_memory() 140 struct loadavg info; in uv_loadavg() local 141 size_t size = sizeof(info); in uv_loadavg() 154 task_basic_info_data_t info; uv_resident_set_memory() local 175 struct timeval info; uv_uptime() local 197 processor_cpu_load_info_data_t *info; uv_cpu_info() local [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_shader.h | 44 struct pan_shader_info *info); 48 pan_shader_stage(const struct pan_shader_info *info) in pan_shader_stage() argument 50 switch (info->stage) { in pan_shader_stage() 72 pan_depth_source(const struct pan_shader_info *info) in pan_depth_source() argument 74 return info->fs.writes_depth ? MALI_DEPTH_SOURCE_SHADER : in pan_depth_source() 81 pan_shader_prepare_midgard_rsd(const struct pan_shader_info *info, in pan_shader_prepare_midgard_rsd() argument 84 assert((info->push.count & 3) == 0); in pan_shader_prepare_midgard_rsd() 86 rsd->properties.uniform_count = info->push.count / 4; in pan_shader_prepare_midgard_rsd() 87 rsd->properties.shader_has_side_effects = info->writes_global; in pan_shader_prepare_midgard_rsd() 92 if (info in pan_shader_prepare_midgard_rsd() 170 pan_shader_prepare_bifrost_rsd(const struct pan_shader_info *info, struct MALI_RENDERER_STATE *rsd) pan_shader_prepare_bifrost_rsd() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_compiler.c | 43 tgsi_scan_shader(fp.pipe.tokens, &fp.info); in nv30_fp() 57 tgsi_scan_shader(vp.pipe.tokens, &vp.info); in nv30_vp() 78 dummy_assign_slots(struct nv50_ir_prog_info_out *info) in dummy_assign_slots() argument 83 for (i = 0; i < info->numInputs; ++i) { in dummy_assign_slots() 85 if (info->in[i].mask & (1 << c)) in dummy_assign_slots() 86 info->in[i].slot[c] = n++; in dummy_assign_slots() 90 if (info->io.vertexId < info->numSysVals) in dummy_assign_slots() 91 info->sv[info in dummy_assign_slots() 107 struct nv50_ir_prog_info info = {0}; nouveau_codegen() local [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTexture.cpp | 20 const GrD3DTextureResourceInfo& info, in GrD3DTexture() 24 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture() 25 , GrD3DTextureResource(info, std::move(state)) in GrD3DTexture() 26 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture() 28 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture() 30 if (GrDxgiFormatIsCompressed(info.fFormat)) { in GrD3DTexture() 35 GrD3DTexture::GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, in GrD3DTexture() argument 40 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture() 41 , GrD3DTextureResource(info, std::move(state)) in GrD3DTexture() 42 , INHERITED(gpu, dimensions, info in GrD3DTexture() 17 GrD3DTexture(GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument 52 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument 70 GrD3DTextureResourceInfo info; MakeNewTexture() local 89 MakeWrappedTexture(GrD3DGpu* gpu, SkISize dimensions, GrWrapCacheable cacheable, GrIOType ioType, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTexture() argument 115 GrD3DTextureResourceInfo info = originalTexture->fInfo; MakeAliasingTexture() local [all...] |