Home
last modified time | relevance | path

Searched refs:info (Results 901 - 925 of 25686) sorted by relevance

1...<<31323334353637383940>>...1028

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-max8998.c107 struct max8998_rtc_info *info = dev_get_drvdata(dev); in max8998_rtc_read_time() local
111 ret = max8998_bulk_read(info->rtc, MAX8998_RTC_SEC, 8, data); in max8998_rtc_read_time()
122 struct max8998_rtc_info *info = dev_get_drvdata(dev); in max8998_rtc_set_time() local
128 ret = max8998_bulk_write(info->rtc, MAX8998_RTC_SEC, 8, data); in max8998_rtc_set_time()
130 if (info->lp3974_bug_workaround) in max8998_rtc_set_time()
138 struct max8998_rtc_info *info = dev_get_drvdata(dev); in max8998_rtc_read_alarm() local
143 ret = max8998_bulk_read(info->rtc, MAX8998_ALARM0_SEC, 8, data); in max8998_rtc_read_alarm()
149 ret = max8998_read_reg(info->rtc, MAX8998_ALARM0_CONF, &val); in max8998_rtc_read_alarm()
155 ret = max8998_read_reg(info->rtc, MAX8998_RTC_STATUS, &val); in max8998_rtc_read_alarm()
167 static int max8998_rtc_stop_alarm(struct max8998_rtc_info *info) in max8998_rtc_stop_alarm() argument
177 max8998_rtc_start_alarm(struct max8998_rtc_info *info) max8998_rtc_start_alarm() argument
196 struct max8998_rtc_info *info = dev_get_drvdata(dev); max8998_rtc_set_alarm() local
222 struct max8998_rtc_info *info = dev_get_drvdata(dev); max8998_rtc_alarm_irq_enable() local
232 struct max8998_rtc_info *info = data; max8998_rtc_alarm_irq() local
251 struct max8998_rtc_info *info; max8998_rtc_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-max8998.c107 struct max8998_rtc_info *info = dev_get_drvdata(dev); in max8998_rtc_read_time() local
111 ret = max8998_bulk_read(info->rtc, MAX8998_RTC_SEC, 8, data); in max8998_rtc_read_time()
122 struct max8998_rtc_info *info = dev_get_drvdata(dev); in max8998_rtc_set_time() local
128 ret = max8998_bulk_write(info->rtc, MAX8998_RTC_SEC, 8, data); in max8998_rtc_set_time()
130 if (info->lp3974_bug_workaround) in max8998_rtc_set_time()
138 struct max8998_rtc_info *info = dev_get_drvdata(dev); in max8998_rtc_read_alarm() local
143 ret = max8998_bulk_read(info->rtc, MAX8998_ALARM0_SEC, 8, data); in max8998_rtc_read_alarm()
149 ret = max8998_read_reg(info->rtc, MAX8998_ALARM0_CONF, &val); in max8998_rtc_read_alarm()
155 ret = max8998_read_reg(info->rtc, MAX8998_RTC_STATUS, &val); in max8998_rtc_read_alarm()
167 static int max8998_rtc_stop_alarm(struct max8998_rtc_info *info) in max8998_rtc_stop_alarm() argument
177 max8998_rtc_start_alarm(struct max8998_rtc_info *info) max8998_rtc_start_alarm() argument
196 struct max8998_rtc_info *info = dev_get_drvdata(dev); max8998_rtc_set_alarm() local
222 struct max8998_rtc_info *info = dev_get_drvdata(dev); max8998_rtc_alarm_irq_enable() local
232 struct max8998_rtc_info *info = data; max8998_rtc_alarm_irq() local
251 struct max8998_rtc_info *info; max8998_rtc_probe() local
[all...]
/kernel/linux/linux-6.6/arch/x86/um/
H A Dtls_32.c23 int do_set_thread_area(struct user_desc *info) in do_set_thread_area() argument
29 ret = os_set_thread_area(info, userspace_pid[cpu]); in do_set_thread_area()
34 "index = %d\n", ret, info->entry_number); in do_set_thread_area()
39 int do_get_thread_area(struct user_desc *info) in do_get_thread_area() argument
45 ret = os_get_thread_area(info, userspace_pid[cpu]); in do_get_thread_area()
50 "index = %d\n", ret, info->entry_number); in do_get_thread_area()
74 static inline void clear_user_desc(struct user_desc* info) in clear_user_desc() argument
76 /* Postcondition: LDT_empty(info) returns true. */ in clear_user_desc()
77 memset(info, 0, sizeof(*info)); in clear_user_desc()
200 set_tls_entry(struct task_struct* task, struct user_desc *info, int idx, int flushed) set_tls_entry() argument
217 struct user_desc info; arch_set_tls() local
235 get_tls_entry(struct task_struct *task, struct user_desc *info, int idx) get_tls_entry() argument
273 struct user_desc info; SYSCALL_DEFINE1() local
308 struct user_desc info; ptrace_set_thread_area() local
321 struct user_desc info; SYSCALL_DEFINE1() local
347 struct user_desc info; ptrace_get_thread_area() local
[all...]
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H A Dhdi_power_test.cpp107 struct RunningLockInfo info = { in HWTEST_F() local
114 int32_t ret = g_powerInterface->HoldRunningLock(info); in HWTEST_F()
116 ret = g_powerInterface->UnholdRunningLock(info); in HWTEST_F()
127 struct RunningLockInfo info = { in HWTEST_F() local
134 int32_t ret = g_powerInterface->HoldRunningLock(info); in HWTEST_F()
136 ret = g_powerInterface->UnholdRunningLock(info); in HWTEST_F()
147 struct RunningLockInfo info = { in HWTEST_F() local
154 int32_t ret = g_powerInterface->HoldRunningLock(info); in HWTEST_F()
156 ret = g_powerInterface->UnholdRunningLock(info); in HWTEST_F()
167 struct RunningLockInfo info in HWTEST_F() local
187 struct RunningLockInfo info = { HWTEST_F() local
207 struct RunningLockInfo info = { HWTEST_F() local
227 struct RunningLockInfo info = { HWTEST_F() local
250 struct RunningLockInfo info = { HWTEST_F() local
273 struct RunningLockInfo info = { HWTEST_F() local
296 struct RunningLockInfo info = { HWTEST_F() local
319 struct RunningLockInfo info = { HWTEST_F() local
342 struct RunningLockInfo info = { HWTEST_F() local
365 struct RunningLockInfo info = { HWTEST_F() local
383 struct RunningLockInfo info = { HWTEST_F() local
401 struct RunningLockInfo info = { HWTEST_F() local
419 struct RunningLockInfo info = { HWTEST_F() local
437 struct RunningLockInfo info = { HWTEST_F() local
455 struct RunningLockInfo info = { HWTEST_F() local
473 struct RunningLockInfo info = { HWTEST_F() local
491 struct RunningLockInfo info = { HWTEST_F() local
512 struct RunningLockInfo info = { HWTEST_F() local
533 struct RunningLockInfo info = { HWTEST_F() local
554 struct RunningLockInfo info = { HWTEST_F() local
575 struct RunningLockInfo info = { HWTEST_F() local
596 struct RunningLockInfo info = { HWTEST_F() local
617 struct RunningLockInfo info = { HWTEST_F() local
638 struct RunningLockInfo info = { HWTEST_F() local
659 struct RunningLockInfo info = { HWTEST_F() local
678 struct RunningLockInfo info = { HWTEST_F() local
697 struct RunningLockInfo info = { HWTEST_F() local
716 struct RunningLockInfo info = { HWTEST_F() local
735 struct RunningLockInfo info = { HWTEST_F() local
754 struct RunningLockInfo info = { HWTEST_F() local
773 struct RunningLockInfo info = { HWTEST_F() local
792 struct RunningLockInfo info = { HWTEST_F() local
811 struct RunningLockInfo info = { HWTEST_F() local
830 struct RunningLockInfo info = { HWTEST_F() local
849 struct RunningLockInfo info = { HWTEST_F() local
868 struct RunningLockInfo info = { HWTEST_F() local
887 struct RunningLockInfo info = { HWTEST_F() local
906 struct RunningLockInfo info = { HWTEST_F() local
925 struct RunningLockInfo info = { HWTEST_F() local
944 struct RunningLockInfo info = { HWTEST_F() local
964 struct RunningLockInfo info = { HWTEST_F() local
984 struct RunningLockInfo info = { HWTEST_F() local
1004 struct RunningLockInfo info = { HWTEST_F() local
1024 struct RunningLockInfo info = { HWTEST_F() local
1044 struct RunningLockInfo info = { HWTEST_F() local
1064 struct RunningLockInfo info = { HWTEST_F() local
1082 struct RunningLockInfo info = { HWTEST_F() local
1105 struct RunningLockInfo info = { HWTEST_F() local
1128 struct RunningLockInfo info = { HWTEST_F() local
1151 struct RunningLockInfo info = { HWTEST_F() local
1174 struct RunningLockInfo info = { HWTEST_F() local
1197 struct RunningLockInfo info = { HWTEST_F() local
1220 struct RunningLockInfo info = { HWTEST_F() local
1924 struct RunningLockInfo info = { HWTEST_F() local
1947 struct RunningLockInfo info = { HWTEST_F() local
1970 struct RunningLockInfo info = { HWTEST_F() local
1993 struct RunningLockInfo info = { HWTEST_F() local
2016 struct RunningLockInfo info = { HWTEST_F() local
2039 struct RunningLockInfo info = { HWTEST_F() local
2062 struct RunningLockInfo info = { HWTEST_F() local
2085 struct RunningLockInfo info = { HWTEST_F() local
2108 struct RunningLockInfo info = { HWTEST_F() local
2131 struct RunningLockInfo info = { HWTEST_F() local
2154 struct RunningLockInfo info = { HWTEST_F() local
2177 struct RunningLockInfo info = { HWTEST_F() local
2202 struct RunningLockInfo info = { HWTEST_F() local
2227 struct RunningLockInfo info = { HWTEST_F() local
2252 struct RunningLockInfo info = { HWTEST_F() local
2277 struct RunningLockInfo info = { HWTEST_F() local
2302 struct RunningLockInfo info = { HWTEST_F() local
2326 struct RunningLockInfo info = { HWTEST_F() local
2350 struct RunningLockInfo info = { HWTEST_F() local
2374 struct RunningLockInfo info = { HWTEST_F() local
2398 struct RunningLockInfo info = { HWTEST_F() local
2422 struct RunningLockInfo info = { HWTEST_F() local
2439 struct RunningLockInfo info = { HWTEST_F() local
2456 struct RunningLockInfo info = { HWTEST_F() local
2473 struct RunningLockInfo info = { HWTEST_F() local
2490 struct RunningLockInfo info = { HWTEST_F() local
2507 struct RunningLockInfo info = { HWTEST_F() local
2524 struct RunningLockInfo info = { HWTEST_F() local
2541 struct RunningLockInfo info = { HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-picolcd_fb.c225 static void picolcd_fb_update(struct fb_info *info) in picolcd_fb_update() argument
229 struct picolcd_fb_data *fbdata = info->par; in picolcd_fb_update()
232 mutex_lock(&info->lock); in picolcd_fb_update()
258 mutex_unlock(&info->lock); in picolcd_fb_update()
262 mutex_lock(&info->lock); in picolcd_fb_update()
277 mutex_unlock(&info->lock); in picolcd_fb_update()
283 mutex_unlock(&info->lock); in picolcd_fb_update()
287 static void picolcd_fb_fillrect(struct fb_info *info, in picolcd_fb_fillrect() argument
290 if (!info->par) in picolcd_fb_fillrect()
292 sys_fillrect(info, rec in picolcd_fb_fillrect()
298 picolcd_fb_copyarea(struct fb_info *info, const struct fb_copyarea *area) picolcd_fb_copyarea() argument
309 picolcd_fb_imageblit(struct fb_info *info, const struct fb_image *image) picolcd_fb_imageblit() argument
322 picolcd_fb_write(struct fb_info *info, const char __user *buf, size_t count, loff_t *ppos) picolcd_fb_write() argument
334 picolcd_fb_blank(int blank, struct fb_info *info) picolcd_fb_blank() argument
340 picolcd_fb_destroy(struct fb_info *info) picolcd_fb_destroy() argument
354 picolcd_fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) picolcd_fb_check_var() argument
376 picolcd_set_par(struct fb_info *info) picolcd_set_par() argument
435 picolcd_fb_deferred_io(struct fb_info *info, struct list_head *pagelist) picolcd_fb_deferred_io() argument
501 struct fb_info *info = NULL; picolcd_init_framebuffer() local
583 struct fb_info *info = data->fb_info; picolcd_exit_framebuffer() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c64 nouveau_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect) in nouveau_fbcon_fillrect() argument
66 struct nouveau_fbdev *fbcon = info->par; in nouveau_fbcon_fillrect()
71 if (info->state != FBINFO_STATE_RUNNING) in nouveau_fbcon_fillrect()
75 if (!in_interrupt() && !(info->flags & FBINFO_HWACCEL_DISABLED) && in nouveau_fbcon_fillrect()
77 if (device->info.family < NV_DEVICE_INFO_V0_TESLA) in nouveau_fbcon_fillrect()
78 ret = nv04_fbcon_fillrect(info, rect); in nouveau_fbcon_fillrect()
80 if (device->info.family < NV_DEVICE_INFO_V0_FERMI) in nouveau_fbcon_fillrect()
81 ret = nv50_fbcon_fillrect(info, rect); in nouveau_fbcon_fillrect()
83 ret = nvc0_fbcon_fillrect(info, rect); in nouveau_fbcon_fillrect()
91 nouveau_fbcon_gpu_lockup(info); in nouveau_fbcon_fillrect()
96 nouveau_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *image) nouveau_fbcon_copyarea() argument
128 nouveau_fbcon_imageblit(struct fb_info *info, const struct fb_image *image) nouveau_fbcon_imageblit() argument
160 nouveau_fbcon_sync(struct fb_info *info) nouveau_fbcon_sync() argument
187 nouveau_fbcon_open(struct fb_info *info, int user) nouveau_fbcon_open() argument
200 nouveau_fbcon_release(struct fb_info *info, int user) nouveau_fbcon_release() argument
274 struct fb_info *info = fbcon->helper.fbdev; nouveau_fbcon_accel_init() local
292 struct fb_info *info = fbcon->helper.fbdev; nouveau_fbcon_zfill() local
316 struct fb_info *info; nouveau_fbcon_create() local
434 nouveau_fbcon_gpu_lockup(struct fb_info *info) nouveau_fbcon_gpu_lockup() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dcdc_ether.c8 // #define DEBUG // error path messages, extra info
117 struct cdc_state *info = (void *) &dev->data; in usbnet_generic_cdc_bind() local
124 if (sizeof(dev->data) < sizeof(*info)) in usbnet_generic_cdc_bind()
163 memset(info, 0, sizeof(*info)); in usbnet_generic_cdc_bind()
164 info->control = intf; in usbnet_generic_cdc_bind()
168 info->u = header.usb_cdc_union_desc; in usbnet_generic_cdc_bind()
169 info->header = header.usb_cdc_header_desc; in usbnet_generic_cdc_bind()
170 info->ether = header.usb_cdc_ether_desc; in usbnet_generic_cdc_bind()
171 if (!info in usbnet_generic_cdc_bind()
362 struct cdc_state *info = (void *) &dev->data; usbnet_cdc_unbind() local
445 struct cdc_state *info = (void *) &dev->data; usbnet_cdc_bind() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c254 struct fb_info *info; member
315 /* Send screen resolution info to host */
318 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_situ() local
321 if (!info) in synthvid_send_situ()
333 msg.situ.video_output[0].depth_bits = info->var.bits_per_pixel; in synthvid_send_situ()
334 msg.situ.video_output[0].width_pixels = info->var.xres; in synthvid_send_situ()
335 msg.situ.video_output[0].height_pixels = info->var.yres; in synthvid_send_situ()
336 msg.situ.video_output[0].pitch_bytes = info->fix.line_length; in synthvid_send_situ()
343 /* Send mouse pointer info to host */
379 synthvid_update(struct fb_info *info, in argument
468 struct fb_info *info = hv_get_drvdata(hdev); synthvid_recv_sub() local
504 struct fb_info *info = hv_get_drvdata(hdev); synthvid_receive() local
541 struct fb_info *info = hv_get_drvdata(hdev); synthvid_negotiate_ver() local
576 struct fb_info *info = hv_get_drvdata(hdev); synthvid_get_supported_resolution() local
624 struct fb_info *info = hv_get_drvdata(hdev); synthvid_connect_vsp() local
687 struct fb_info *info = hv_get_drvdata(hdev); synthvid_send_config() local
731 struct fb_info *info = par->info; hvfb_update_work() local
803 struct fb_info *info; hvfb_on_panic() local
822 hvfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) hvfb_check_var() argument
835 hvfb_set_par(struct fb_info *info) hvfb_set_par() argument
848 hvfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) hvfb_setcolreg() argument
864 hvfb_blank(int blank, struct fb_info *info) hvfb_blank() argument
921 hvfb_get_option(struct fb_info *info) hvfb_get_option() argument
1011 hvfb_getmem(struct hv_device *hdev, struct fb_info *info) hvfb_getmem() argument
1126 hvfb_putmem(struct hv_device *hdev, struct fb_info *info) hvfb_putmem() argument
1146 struct fb_info *info; hvfb_probe() local
1256 struct fb_info *info = hv_get_drvdata(hdev); hvfb_remove() local
1281 struct fb_info *info = hv_get_drvdata(hdev); hvfb_suspend() local
1305 struct fb_info *info = hv_get_drvdata(hdev); hvfb_resume() local
[all...]
H A Dpmagb-b-fb.c100 unsigned int transp, struct fb_info *info) in pmagbbfb_setcolreg()
102 struct pmagbbfb_par *par = info->par; in pmagbbfb_setcolreg()
104 if (regno >= info->cmap.len) in pmagbbfb_setcolreg()
136 static void pmagbbfb_erase_cursor(struct fb_info *info) in pmagbbfb_erase_cursor() argument
138 struct pmagbbfb_par *par = info->par; in pmagbbfb_erase_cursor()
150 static void pmagbbfb_screen_setup(struct fb_info *info) in pmagbbfb_screen_setup() argument
152 struct pmagbbfb_par *par = info->par; in pmagbbfb_screen_setup()
154 info->var.xres = ((sfb_read(par, SFB_REG_VID_HOR) >> in pmagbbfb_screen_setup()
156 info->var.xres_virtual = info in pmagbbfb_screen_setup()
98 pmagbbfb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int transp, struct fb_info *info) pmagbbfb_setcolreg() argument
182 pmagbbfb_osc_setup(struct fb_info *info) pmagbbfb_osc_setup() argument
253 struct fb_info *info; pmagbbfb_probe() local
357 struct fb_info *info = dev_get_drvdata(dev); pmagbbfb_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dhw.c135 struct irdma_aeqe_info *info) in irdma_set_flush_fields()
137 qp->sq_flush_code = info->sq; in irdma_set_flush_fields()
138 qp->rq_flush_code = info->rq; in irdma_set_flush_fields()
141 switch (info->ae_id) { in irdma_set_flush_fields()
219 struct irdma_aeqe_info *info = &aeinfo; in irdma_process_aeq() local
234 memset(info, 0, sizeof(*info)); in irdma_process_aeq()
235 ret = irdma_sc_get_next_aeqe(sc_aeq, info); in irdma_process_aeq()
242 info->ae_id, info in irdma_process_aeq()
134 irdma_set_flush_fields(struct irdma_sc_qp *qp, struct irdma_aeqe_info *info) irdma_set_flush_fields() argument
785 struct irdma_hmc_del_obj_info info = {}; irdma_close_hmc_objects_type() local
824 irdma_create_hmc_obj_type(struct irdma_sc_dev *dev, struct irdma_hmc_create_obj_info *info) irdma_create_hmc_obj_type() argument
843 struct irdma_hmc_create_obj_info info = {}; irdma_create_hmc_objs() local
1036 struct irdma_ccq_init_info info = {}; irdma_create_ccq() local
1193 struct irdma_ceq_init_info info = {}; irdma_create_ceq() local
1381 struct irdma_aeq_init_info info = {}; irdma_create_aeq() local
1475 struct irdma_puda_rsrc_info info = {}; irdma_initialize_ilq() local
1505 struct irdma_puda_rsrc_info info = {}; irdma_initialize_ieq() local
1605 struct irdma_device_init_info info = {}; irdma_initialize_dev() local
2080 struct irdma_ccq_cqe_info info; irdma_cqp_ce_handler() local
2169 struct irdma_modify_qp_info info = {}; irdma_next_iw_state() local
2227 struct irdma_local_mac_entry_info *info; irdma_add_local_mac_entry() local
2296 struct irdma_apbvt_info *info; irdma_cqp_manage_apbvt_cmd() local
2399 struct irdma_add_arp_cache_entry_info *info; irdma_manage_arp_cache() local
2462 struct irdma_qhash_table_info *info; irdma_manage_qhash() local
2585 irdma_hw_flush_wqes(struct irdma_pci_f *rf, struct irdma_sc_qp *qp, struct irdma_qp_flush_info *info, bool wait) irdma_hw_flush_wqes() argument
2694 irdma_gen_ae(struct irdma_pci_f *rf, struct irdma_sc_qp *qp, struct irdma_gen_ae_info *info, bool wait) irdma_gen_ae() argument
2719 struct irdma_qp_flush_info info = {}; irdma_flush_wqes() local
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmqueue.c70 * 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);
191 static int msg_insert(struct msg_msg *msg, struct mqueue_inode_info *info) in msg_insert() argument
197 p = &info->msg_tree.rb_node; in msg_insert()
210 if (info in msg_insert()
233 msg_tree_erase(struct posix_msg_tree_node *leaf, struct mqueue_inode_info *info) msg_tree_erase() argument
248 msg_get(struct mqueue_inode_info *info) msg_get() argument
308 struct mqueue_inode_info *info; mqueue_get_inode() local
514 struct mqueue_inode_info *info; mqueue_evict_inode() local
639 struct mqueue_inode_info *info = MQUEUE_I(inode); mqueue_read_file() local
666 struct mqueue_inode_info *info = MQUEUE_I(file_inode(filp)); mqueue_flush_file() local
678 struct mqueue_inode_info *info = MQUEUE_I(file_inode(filp)); mqueue_poll_file() local
695 wq_add(struct mqueue_inode_info *info, int sr, struct ext_wait_queue *ewp) wq_add() argument
763 wq_get_first_waiter( struct mqueue_inode_info *info, int sr) wq_get_first_waiter() argument
783 __do_notify(struct mqueue_inode_info *info) __do_notify() argument
854 remove_notification(struct mqueue_inode_info *info) remove_notification() argument
1017 __pipelined_op(struct wake_q_head *wake_q, struct mqueue_inode_info *info, struct ext_wait_queue *this) __pipelined_op() argument
1034 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
1045 pipelined_receive(struct wake_q_head *wake_q, struct mqueue_inode_info *info) pipelined_receive() argument
1070 struct mqueue_inode_info *info; do_mq_timedsend() local
1188 struct mqueue_inode_info *info; do_mq_timedreceive() local
1322 struct mqueue_inode_info *info; do_mq_notify() local
1455 struct mqueue_inode_info *info; do_mq_getsetattr() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_image.cpp95 ImageTypeInfo* info) { in GetImageTypeInfo()
96 if (!id || !info) return false; in GetImageTypeInfo()
111 info->sampled_type = inst->word(2); in GetImageTypeInfo()
112 info->dim = static_cast<SpvDim>(inst->word(3)); in GetImageTypeInfo()
113 info->depth = inst->word(4); in GetImageTypeInfo()
114 info->arrayed = inst->word(5); in GetImageTypeInfo()
115 info->multisampled = inst->word(6); in GetImageTypeInfo()
116 info->sampled = inst->word(7); in GetImageTypeInfo()
117 info->format = static_cast<SpvImageFormat>(inst->word(8)); in GetImageTypeInfo()
118 info in GetImageTypeInfo()
94 GetImageTypeInfo(const ValidationState_t& _, uint32_t id, ImageTypeInfo* info) GetImageTypeInfo() argument
201 GetPlaneCoordSize(const ImageTypeInfo& info) GetPlaneCoordSize() argument
229 GetMinCoordSize(SpvOp opcode, const ImageTypeInfo& info) GetMinCoordSize() argument
242 ValidateImageOperands(ValidationState_t& _, const Instruction* inst, const ImageTypeInfo& info, uint32_t word_index) ValidateImageOperands() argument
637 ValidateImageCommon(ValidationState_t& _, const Instruction* inst, const ImageTypeInfo& info) ValidateImageCommon() argument
766 ImageTypeInfo info; ValidateTypeImage() local
904 ImageTypeInfo info; ValidateTypeSampledImage() local
962 ImageTypeInfo info; ValidateSampledImage() local
1080 ImageTypeInfo info; ValidateImageTexelPointer() local
1188 ImageTypeInfo info; ValidateImageLod() local
1278 ImageTypeInfo info; ValidateImageDrefLod() local
1353 ImageTypeInfo info; ValidateImageFetch() local
1425 ImageTypeInfo info; ValidateImageGather() local
1534 ImageTypeInfo info; ValidateImageRead() local
1635 ImageTypeInfo info; ValidateImageWrite() local
1751 ImageTypeInfo info; ValidateImageQuerySizeLod() local
1817 ImageTypeInfo info; ValidateImageQuerySize() local
1929 ImageTypeInfo info; ValidateImageQueryLod() local
1992 ImageTypeInfo info; ValidateImageQueryLevelsOrSamples() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_image.cpp95 ImageTypeInfo* info) { in GetImageTypeInfo()
96 if (!id || !info) return false; in GetImageTypeInfo()
111 info->sampled_type = inst->word(2); in GetImageTypeInfo()
112 info->dim = static_cast<SpvDim>(inst->word(3)); in GetImageTypeInfo()
113 info->depth = inst->word(4); in GetImageTypeInfo()
114 info->arrayed = inst->word(5); in GetImageTypeInfo()
115 info->multisampled = inst->word(6); in GetImageTypeInfo()
116 info->sampled = inst->word(7); in GetImageTypeInfo()
117 info->format = static_cast<SpvImageFormat>(inst->word(8)); in GetImageTypeInfo()
118 info in GetImageTypeInfo()
94 GetImageTypeInfo(const ValidationState_t& _, uint32_t id, ImageTypeInfo* info) GetImageTypeInfo() argument
201 GetPlaneCoordSize(const ImageTypeInfo& info) GetPlaneCoordSize() argument
229 GetMinCoordSize(SpvOp opcode, const ImageTypeInfo& info) GetMinCoordSize() argument
242 ValidateImageOperands(ValidationState_t& _, const Instruction* inst, const ImageTypeInfo& info, uint32_t word_index) ValidateImageOperands() argument
637 ValidateImageCommon(ValidationState_t& _, const Instruction* inst, const ImageTypeInfo& info) ValidateImageCommon() argument
766 ImageTypeInfo info; ValidateTypeImage() local
904 ImageTypeInfo info; ValidateTypeSampledImage() local
962 ImageTypeInfo info; ValidateSampledImage() local
1080 ImageTypeInfo info; ValidateImageTexelPointer() local
1188 ImageTypeInfo info; ValidateImageLod() local
1278 ImageTypeInfo info; ValidateImageDrefLod() local
1353 ImageTypeInfo info; ValidateImageFetch() local
1425 ImageTypeInfo info; ValidateImageGather() local
1534 ImageTypeInfo info; ValidateImageRead() local
1635 ImageTypeInfo info; ValidateImageWrite() local
1751 ImageTypeInfo info; ValidateImageQuerySizeLod() local
1817 ImageTypeInfo info; ValidateImageQuerySize() local
1929 ImageTypeInfo info; ValidateImageQueryLod() local
1992 ImageTypeInfo info; ValidateImageQueryLevelsOrSamples() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_ability_component.cpp62 void JSAbilityComponent::Create(const JSCallbackInfo& info) in Create() argument
64 if (!info[0]->IsObject()) { in Create()
67 auto obj = JSRef<JSObject>::Cast(info[0]); in Create()
86 void JSAbilityComponent::JsOnReady(const JSCallbackInfo& info) in JsOnReady() argument
88 JSViewBindEvent(&AbilityComponent::SetOnReady, info); in JsOnReady()
91 void JSAbilityComponent::JsOnDestroy(const JSCallbackInfo& info) in JsOnDestroy() argument
93 JSViewBindEvent(&AbilityComponent::SetOnDestroy, info); in JsOnDestroy()
96 void JSAbilityComponent::JsOnConnect(const JSCallbackInfo& info) in JsOnConnect() argument
98 if (!info[0]->IsFunction()) { in JsOnConnect()
101 auto jsFunc = AceType::MakeRefPtr<JsFunction>(JSRef<JSObject>(), JSRef<JSFunc>::Cast(info[ in JsOnConnect()
111 JsOnDisconnect(const JSCallbackInfo& info) JsOnDisconnect() argument
126 JsOnAbilityCreated(const JSCallbackInfo& info) JsOnAbilityCreated() argument
131 JsOnAbilityMovedFront(const JSCallbackInfo& info) JsOnAbilityMovedFront() argument
136 JsOnAbilityWillRemove(const JSCallbackInfo& info) JsOnAbilityWillRemove() argument
141 Width(const JSCallbackInfo& info) Width() argument
151 Height(const JSCallbackInfo& info) Height() argument
[all...]
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/
H A Decological_rule_mgr_service_param.cpp92 auto *info = new (std::nothrow) CallerInfo(); in Unmarshalling() local
93 if (info == nullptr) { in Unmarshalling()
97 info->packageName = in.ReadString(); in Unmarshalling()
98 LOG_INFO("read packageName result: %{public}s", info->packageName.c_str()); in Unmarshalling()
99 bool res = in.ReadInt32(info->uid) && in.ReadInt32(info->pid) && in.ReadInt32(info->callerAppType) && in Unmarshalling()
100 in.ReadInt32(info->targetAppType); in Unmarshalling()
101 if (!in.ReadInt32(info->callerModeType)) { in Unmarshalling()
103 info in Unmarshalling()
[all...]
/kernel/linux/linux-5.10/drivers/uio/
H A Duio_netx.c53 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...]
/kernel/linux/linux-6.6/drivers/uio/
H A Duio_aec.c71 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...]
/third_party/elfutils/tests/
H A Dallregs.c68 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 Dtexcompress_cpal.c68 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...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_base.h297 static napi_value DrawBuffers(napi_env env, napi_callback_info info);
298 static napi_value ClearBufferfv(napi_env env, napi_callback_info info);
299 static napi_value ClearBufferiv(napi_env env, napi_callback_info info);
300 static napi_value ClearBufferuiv(napi_env env, napi_callback_info info);
301 static napi_value ClearBufferfi(napi_env env, napi_callback_info info);
302 static napi_value CreateQuery(napi_env env, napi_callback_info info);
303 static napi_value DeleteQuery(napi_env env, napi_callback_info info);
304 static napi_value IsQuery(napi_env env, napi_callback_info info);
305 static napi_value BeginQuery(napi_env env, napi_callback_info info);
306 static napi_value EndQuery(napi_env env, napi_callback_info info);
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c129 EventRemoveInfo *info = (EventRemoveInfo *)param; in CustomFunc() local
130 if (msg->what != (int32_t)info->event) { in CustomFunc()
134 if (info->cmpFunc == NULL) { in CustomFunc()
138 return info->cmpFunc(msg->obj, info->param); in CustomFunc()
146 EventRemoveInfo info = { in RemoveAuthEvent() local
151 g_authHandler.looper->RemoveMessageCustom(g_authHandler.looper, &g_authHandler, CustomFunc, &info); in RemoveAuthEvent()
271 if (info2->type == AUTH_LINK_TYPE_WIFI && strcmp(info1->info.ipInfo.ip, info2->info.ipInfo.ip) == 0) { in CompareConnInfo()
277 StrCmpIgnoreCase(info1->info in CompareConnInfo()
374 ConvertToAuthConnInfo(const ConnectionInfo *info, AuthConnInfo *connInfo) ConvertToAuthConnInfo() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_msg_schedule_test.cpp71 DataSyncMessageInfo info; in HWTEST_F() local
72 info.sessionId_ = 10; in HWTEST_F()
76 info.sequenceId_ = i; in HWTEST_F()
77 info.packetId_ = i; in HWTEST_F()
79 DistributedDBToolsUnitTest::BuildMessage(info, message); in HWTEST_F()
121 DataSyncMessageInfo info; in HWTEST_F() local
125 info.sessionId_ = i; in HWTEST_F()
126 info.sequenceId_ = 1; in HWTEST_F()
128 DistributedDBToolsUnitTest::BuildMessage(info, message); in HWTEST_F()
164 DataSyncMessageInfo info; in HWTEST_F() local
231 DataSyncMessageInfo info; HWTEST_F() local
290 DataSyncMessageInfo info; HWTEST_F() local
347 DataSyncMessageInfo info; HWTEST_F() local
413 DataSyncMessageInfo info; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c119 struct omap_overlay_manager_info info; in manager_default_color_show() local
121 mgr->get_manager_info(mgr, &info); in manager_default_color_show()
123 return snprintf(buf, PAGE_SIZE, "%#x\n", info.default_color); in manager_default_color_show()
129 struct omap_overlay_manager_info info; in manager_default_color_store() local
137 mgr->get_manager_info(mgr, &info); in manager_default_color_store()
139 info.default_color = color; in manager_default_color_store()
141 r = mgr->set_manager_info(mgr, &info); in manager_default_color_store()
161 struct omap_overlay_manager_info info; in manager_trans_key_type_show() local
163 mgr->get_manager_info(mgr, &info); in manager_trans_key_type_show()
165 key_type = info in manager_trans_key_type_show()
174 struct omap_overlay_manager_info info; manager_trans_key_type_store() local
199 struct omap_overlay_manager_info info; manager_trans_key_value_show() local
209 struct omap_overlay_manager_info info; manager_trans_key_value_store() local
235 struct omap_overlay_manager_info info; manager_trans_key_enabled_show() local
245 struct omap_overlay_manager_info info; manager_trans_key_enabled_store() local
271 struct omap_overlay_manager_info info; manager_alpha_blending_enabled_show() local
286 struct omap_overlay_manager_info info; manager_alpha_blending_enabled_store() local
315 struct omap_overlay_manager_info info; manager_cpr_enable_show() local
325 struct omap_overlay_manager_info info; manager_cpr_enable_store() local
357 struct omap_overlay_manager_info info; manager_cpr_coef_show() local
377 struct omap_overlay_manager_info info; manager_cpr_coef_store() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c120 struct omap_overlay_manager_info info; in manager_default_color_show() local
122 mgr->get_manager_info(mgr, &info); in manager_default_color_show()
124 return sysfs_emit(buf, "%#x\n", info.default_color); in manager_default_color_show()
130 struct omap_overlay_manager_info info; in manager_default_color_store() local
138 mgr->get_manager_info(mgr, &info); in manager_default_color_store()
140 info.default_color = color; in manager_default_color_store()
142 r = mgr->set_manager_info(mgr, &info); in manager_default_color_store()
162 struct omap_overlay_manager_info info; in manager_trans_key_type_show() local
164 mgr->get_manager_info(mgr, &info); in manager_trans_key_type_show()
166 key_type = info in manager_trans_key_type_show()
175 struct omap_overlay_manager_info info; manager_trans_key_type_store() local
200 struct omap_overlay_manager_info info; manager_trans_key_value_show() local
210 struct omap_overlay_manager_info info; manager_trans_key_value_store() local
236 struct omap_overlay_manager_info info; manager_trans_key_enabled_show() local
246 struct omap_overlay_manager_info info; manager_trans_key_enabled_store() local
272 struct omap_overlay_manager_info info; manager_alpha_blending_enabled_show() local
287 struct omap_overlay_manager_info info; manager_alpha_blending_enabled_store() local
316 struct omap_overlay_manager_info info; manager_cpr_enable_show() local
326 struct omap_overlay_manager_info info; manager_cpr_enable_store() local
358 struct omap_overlay_manager_info info; manager_cpr_coef_show() local
378 struct omap_overlay_manager_info info; manager_cpr_coef_store() local
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreBackupRestoreCallbackJsunit.test.js70 console.info(TAG + "Backup error: " + err)
77 console.info(TAG + "BackupCallbackTest error: " + errInfo)
88 console.info(TAG + "Restore error: " + err)
95 console.info(TAG + "ReStoreCallbackTest error: " + errInfo)
107 console.info(TAG + 'beforeAll')
111 console.info(TAG + 'beforeEach')
116 console.info(TAG + 'afterEach')
122 console.info(TAG + "deleteRdbStore err" + JSON.stringify(err))
127 console.info(TAG + 'afterAll')
130 console.info(TA
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...1028