Home
last modified time | relevance | path

Searched refs:info (Results 376 - 400 of 17480) sorted by relevance

1...<<11121314151617181920>>...700

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dz2_battery.c20 struct z2_battery_info *info; member
33 charger->info->batt_I2C_reg); in z2_read_bat()
37 return data * charger->info->batt_mult / charger->info->batt_div; in z2_read_bat()
45 struct z2_battery_info *info = charger->info; in z2_batt_get_property() local
52 val->intval = info->batt_tech; in z2_batt_get_property()
55 if (info->batt_I2C_reg >= 0) in z2_batt_get_property()
61 if (info->max_voltage >= 0) in z2_batt_get_property()
62 val->intval = info in z2_batt_get_property()
92 struct z2_battery_info *info; z2_batt_update() local
132 struct z2_battery_info *info = charger->info; z2_batt_ps_init() local
187 struct z2_battery_info *info = client->dev.platform_data; z2_batt_probe() local
261 struct z2_battery_info *info = charger->info; z2_batt_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dp9100.c148 * @info: frame buffer info structure
152 unsigned transp, struct fb_info *info) in p9100_setcolreg()
154 struct p9100_par *par = (struct p9100_par *) info->par; in p9100_setcolreg()
180 * @info: frame buffer structure that represents a single frame buffer
183 p9100_blank(int blank, struct fb_info *info) in p9100_blank() argument
185 struct p9100_par *par = (struct p9100_par *) info->par; in p9100_blank()
221 static int p9100_mmap(struct fb_info *info, struct vm_area_struct *vma) in p9100_mmap() argument
223 struct p9100_par *par = (struct p9100_par *)info->par; in p9100_mmap()
226 info in p9100_mmap()
150 p9100_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) p9100_setcolreg() argument
230 p9100_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) p9100_ioctl() argument
242 p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) p9100_init_fix() argument
257 struct fb_info *info; p9100_probe() local
332 struct fb_info *info = dev_get_drvdata(&op->dev); p9100_remove() local
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dfind-visualstudio.js63 const info = await check()
64 if (info) {
65 return this.succeed(info)
72 succeed (info) {
73 this.log.info(`using VS${info.versionYear} (${info.version}) found at:` +
74 `\n"${info.path}"` +
76 return info
165 vsInfo = vsInfo.map((info)
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.cpp65 VulkanGlobalInfo info = {}; in GatherGlobalInfo() local
66 // Gather info on available API version in GatherGlobalInfo()
68 info.apiVersion = VK_MAKE_VERSION(1, 0, 0); in GatherGlobalInfo()
70 DAWN_TRY(CheckVkSuccess(vkFunctions.EnumerateInstanceVersion(&info.apiVersion), in GatherGlobalInfo()
75 // Gather the info about the instance layers in GatherGlobalInfo()
96 info.layers.set(it->second, true); in GatherGlobalInfo()
101 // Gather the info about the instance extensions in GatherGlobalInfo()
105 DAWN_TRY_ASSIGN(info.extensions, in GatherGlobalInfo()
107 MarkPromotedExtensions(&info.extensions, info in GatherGlobalInfo()
141 VulkanDeviceInfo info = {}; GatherDeviceInfo() local
273 VulkanSurfaceInfo info = {}; GatherSurfaceInfo() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.c199 static void fbcon_set_disp(struct fb_info *info, struct fb_var_screeninfo *var,
203 static void fbcon_modechanged(struct fb_info *info);
204 static void fbcon_set_all_vcs(struct fb_info *info);
210 static inline void fbcon_set_rotation(struct fb_info *info) in fbcon_set_rotation() argument
212 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
214 if (!(info->flags & FBINFO_MISC_TILEBLITTING) && in fbcon_set_rotation()
221 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument
223 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate()
231 if (info == fb_info) { in fbcon_rotate()
239 fbcon_modechanged(info); in fbcon_rotate()
243 fbcon_rotate_all(struct fb_info *info, u32 rotate) fbcon_rotate_all() argument
266 fbcon_set_rotation(struct fb_info *info) fbcon_set_rotation() argument
273 fbcon_rotate(struct fb_info *info, u32 rotate) fbcon_rotate() argument
278 fbcon_rotate_all(struct fb_info *info, u32 rotate) fbcon_rotate_all() argument
284 fbcon_get_rotate(struct fb_info *info) fbcon_get_rotate() argument
291 fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) fbcon_is_inactive() argument
299 get_color(struct vc_data *vc, struct fb_info *info, u16 c, int is_fg) get_color() argument
368 struct fb_info *info = container_of(work, struct fb_info, queue); fb_flashcursor() local
403 struct fb_info *info = ops->info; cursor_timer_handler() local
409 fbcon_add_cursor_timer(struct fb_info *info) fbcon_add_cursor_timer() argument
425 fbcon_del_cursor_timer(struct fb_info *info) fbcon_del_cursor_timer() argument
577 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
583 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
674 set_blitting_type(struct vc_data *vc, struct fb_info *info) set_blitting_type() argument
688 fbcon_invalid_charcount(struct fb_info *info, unsigned charcount) fbcon_invalid_charcount() argument
699 set_blitting_type(struct vc_data *vc, struct fb_info *info) set_blitting_type() argument
709 fbcon_invalid_charcount(struct fb_info *info, unsigned charcount) fbcon_invalid_charcount() argument
717 con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, int unit, int oldidx) con2fb_acquire_newinfo() argument
799 con2fb_init_display(struct vc_data *vc, struct fb_info *info, int unit, int show_logo) con2fb_init_display() argument
848 struct fb_info *info = registered_fb[newidx]; set_con2fb_map() local
902 var_to_display(struct fbcon_display *disp, struct fb_var_screeninfo *var, struct fb_info *info) var_to_display() argument
952 struct fb_info *info = NULL; fbcon_startup() local
1032 struct fb_info *info; fbcon_init() local
1195 struct fb_info *info; fbcon_deinit() local
1267 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_clear() local
1305 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_putcs() local
1325 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_clear_margins() local
1334 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_cursor() local
1361 fbcon_set_disp(struct fb_info *info, struct fb_var_screeninfo *var, int unit) fbcon_set_disp() argument
1429 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; ywrap_up() local
1448 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; ywrap_down() local
1467 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; ypan_up() local
1491 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; ypan_up_redraw() local
1515 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; ypan_down() local
1539 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; ypan_down_redraw() local
1595 fbcon_redraw_blit(struct vc_data *vc, struct fb_info *info, struct fbcon_display *p, int line, int count, int ycount) fbcon_redraw_blit() argument
1703 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_scroll() local
1899 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_bmove() local
1922 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_bmove_rec() local
1961 updatescrollmode_accel(struct fbcon_display *p, struct fb_info *info, struct vc_data *vc) updatescrollmode_accel() argument
2003 updatescrollmode(struct fbcon_display *p, struct fb_info *info, struct vc_data *vc) updatescrollmode() argument
2029 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_resize() local
2092 struct fb_info *info, *old_info = NULL; fbcon_switch() local
2221 fbcon_generic_blank(struct vc_data *vc, struct fb_info *info, int blank) fbcon_generic_blank() argument
2238 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_blank() local
2280 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_debug_enter() local
2293 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_debug_leave() local
2429 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_do_set_font() local
2497 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_set_font() local
2568 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_set_def_font() local
2592 struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; fbcon_set_palette() local
2672 fbcon_suspended(struct fb_info *info) fbcon_suspended() argument
2685 fbcon_resumed(struct fb_info *info) fbcon_resumed() argument
2697 fbcon_modechanged(struct fb_info *info) fbcon_modechanged() argument
2735 fbcon_set_all_vcs(struct fb_info *info) fbcon_set_all_vcs() argument
2771 fbcon_update_vcs(struct fb_info *info, bool all) fbcon_update_vcs() argument
2781 fbcon_modechange_possible(struct fb_info *info, struct fb_var_screeninfo *var) fbcon_modechange_possible() argument
2808 fbcon_mode_deleted(struct fb_info *info, struct fb_videomode *mode) fbcon_mode_deleted() argument
2850 fbcon_fb_unbind(struct fb_info *info) fbcon_fb_unbind() argument
2874 struct fb_info *info = registered_fb[idx]; fbcon_fb_unbind() local
2901 fbcon_fb_unregistered(struct fb_info *info) fbcon_fb_unregistered() argument
2939 fbcon_remap_all(struct fb_info *info) fbcon_remap_all() argument
2965 fbcon_select_primary(struct fb_info *info) fbcon_select_primary() argument
2988 fbcon_select_primary(struct fb_info *info) fbcon_select_primary() argument
2995 fbcon_fb_registered(struct fb_info *info) fbcon_fb_registered() argument
3029 fbcon_fb_blanked(struct fb_info *info, int blank) fbcon_fb_blanked() argument
3051 fbcon_new_modelist(struct fb_info *info) fbcon_new_modelist() argument
3072 fbcon_get_requirement(struct fb_info *info, struct fb_blit_caps *caps) fbcon_get_requirement() argument
3182 struct fb_info *info; store_rotate() local
3204 struct fb_info *info; store_rotate_all() local
3225 struct fb_info *info; show_rotate() local
3244 struct fb_info *info; show_cursor_blink() local
3270 struct fb_info *info; store_cursor_blink() local
3394 struct fb_info *info; fbcon_exit() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Ddavinci_nand.c70 static inline unsigned int davinci_nand_readl(struct davinci_nand_info *info, in davinci_nand_readl() argument
73 return __raw_readl(info->base + offset); in davinci_nand_readl()
76 static inline void davinci_nand_writel(struct davinci_nand_info *info, in davinci_nand_writel() argument
79 __raw_writel(value, info->base + offset); in davinci_nand_writel()
90 struct davinci_nand_info *info = to_davinci_nand(mtd); in nand_davinci_readecc_1bit() local
92 return davinci_nand_readl(info, NANDF1ECC_OFFSET in nand_davinci_readecc_1bit()
93 + 4 * info->core_chipsel); in nand_davinci_readecc_1bit()
98 struct davinci_nand_info *info; in nand_davinci_hwctl_1bit() local
102 info = to_davinci_nand(nand_to_mtd(chip)); in nand_davinci_hwctl_1bit()
110 nandcfr = davinci_nand_readl(info, NANDFCR_OFFSE in nand_davinci_hwctl_1bit()
182 struct davinci_nand_info *info = to_davinci_nand(nand_to_mtd(chip)); nand_davinci_hwctl_4bit() local
204 nand_davinci_readecc_4bit(struct davinci_nand_info *info, u32 code[4]) nand_davinci_readecc_4bit() argument
218 struct davinci_nand_info *info = to_davinci_nand(nand_to_mtd(chip)); nand_davinci_calculate_4bit() local
256 struct davinci_nand_info *info = to_davinci_nand(nand_to_mtd(chip)); nand_davinci_correct_4bit() local
577 struct davinci_nand_info *info = to_davinci_nand(mtd); davinci_nand_attach_chip() local
672 nand_davinci_data_in(struct davinci_nand_info *info, void *buf, unsigned int len, bool force_8bit) nand_davinci_data_in() argument
685 nand_davinci_data_out(struct davinci_nand_info *info, const void *buf, unsigned int len, bool force_8bit) nand_davinci_data_out() argument
699 davinci_nand_exec_instr(struct davinci_nand_info *info, const struct nand_op_instr *instr) davinci_nand_exec_instr() argument
752 struct davinci_nand_info *info = to_davinci_nand(nand_to_mtd(chip)); davinci_nand_exec_op() local
779 struct davinci_nand_info *info; nand_davinci_probe() local
893 struct davinci_nand_info *info = platform_get_drvdata(pdev); nand_davinci_remove() local
[all...]
H A Domap2.c190 unsigned int u32_count, int is_write, struct omap_nand_info *info) in omap_prefetch_enable()
197 if (readl(info->reg.gpmc_prefetch_control)) in omap_prefetch_enable()
201 writel(u32_count, info->reg.gpmc_prefetch_config2); in omap_prefetch_enable()
209 writel(val, info->reg.gpmc_prefetch_config1); in omap_prefetch_enable()
212 writel(0x1, info->reg.gpmc_prefetch_control); in omap_prefetch_enable()
220 static int omap_prefetch_reset(int cs, struct omap_nand_info *info) in omap_prefetch_reset() argument
225 config1 = readl(info->reg.gpmc_prefetch_config1); in omap_prefetch_reset()
230 writel(0x0, info->reg.gpmc_prefetch_control); in omap_prefetch_reset()
233 writel(0x0, info->reg.gpmc_prefetch_config1); in omap_prefetch_reset()
251 struct omap_nand_info *info in omap_hwcontrol() local
189 omap_prefetch_enable(int cs, int fifo_th, int dma_mode, unsigned int u32_count, int is_write, struct omap_nand_info *info) omap_prefetch_enable() argument
286 struct omap_nand_info *info = mtd_to_omap(mtd); omap_write_buf8() local
320 struct omap_nand_info *info = mtd_to_omap(mtd); omap_write_buf16() local
344 struct omap_nand_info *info = mtd_to_omap(mtd); omap_read_buf_pref() local
392 struct omap_nand_info *info = mtd_to_omap(mtd); omap_write_buf_pref() local
457 struct omap_nand_info *info = mtd_to_omap(mtd); omap_nand_dma_transfer() local
571 struct omap_nand_info *info = (struct omap_nand_info *) dev; omap_nand_irq() local
620 struct omap_nand_info *info = mtd_to_omap(mtd); omap_read_buf_irq_pref() local
668 struct omap_nand_info *info = mtd_to_omap(mtd); omap_write_buf_irq_pref() local
882 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); omap_correct_data() local
923 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); omap_calculate_ecc() local
947 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); omap_enable_hwecc() local
992 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(this)); omap_wait() local
1018 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); omap_dev_ready() local
1039 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); omap_enable_hwecc_bch() local
1143 struct omap_nand_info *info = mtd_to_omap(mtd); _omap_calculate_ecc_bch() local
1285 struct omap_nand_info *info = mtd_to_omap(mtd); omap_calculate_ecc_bch_multi() local
1312 erased_sector_bitflips(u_char *data, u_char *oob, struct omap_nand_info *info) erased_sector_bitflips() argument
1355 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); omap_elm_correct_data() local
1679 is_elm_present(struct omap_nand_info *info, struct device_node *elm_node) is_elm_present() argument
1700 omap2_nand_ecc_check(struct omap_nand_info *info) omap2_nand_ecc_check() argument
1750 omap_get_dt_info(struct device *dev, struct omap_nand_info *info) omap_get_dt_info() argument
1819 struct omap_nand_info *info = mtd_to_omap(mtd); omap_ooblayout_ecc() local
1839 struct omap_nand_info *info = mtd_to_omap(mtd); omap_ooblayout_free() local
1915 struct omap_nand_info *info = mtd_to_omap(mtd); omap_nand_attach_chip() local
2171 struct omap_nand_info *info; omap_nand_probe() local
2285 struct omap_nand_info *info = mtd_to_omap(mtd); omap_nand_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.c182 static void fbcon_set_disp(struct fb_info *info, struct fb_var_screeninfo *var,
186 static void fbcon_modechanged(struct fb_info *info);
187 static void fbcon_set_all_vcs(struct fb_info *info);
192 static inline void fbcon_set_rotation(struct fb_info *info) in fbcon_set_rotation() argument
194 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
196 if (!(info->flags & FBINFO_MISC_TILEBLITTING) && in fbcon_set_rotation()
203 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument
205 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate()
213 if (info == fb_info) { in fbcon_rotate()
221 fbcon_modechanged(info); in fbcon_rotate()
225 fbcon_rotate_all(struct fb_info *info, u32 rotate) fbcon_rotate_all() argument
248 fbcon_set_rotation(struct fb_info *info) fbcon_set_rotation() argument
255 fbcon_rotate(struct fb_info *info, u32 rotate) fbcon_rotate() argument
260 fbcon_rotate_all(struct fb_info *info, u32 rotate) fbcon_rotate_all() argument
266 fbcon_get_rotate(struct fb_info *info) fbcon_get_rotate() argument
273 fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) fbcon_is_inactive() argument
281 get_color(struct vc_data *vc, struct fb_info *info, u16 c, int is_fg) get_color() argument
351 struct fb_info *info; fb_flashcursor() local
388 fbcon_add_cursor_work(struct fb_info *info) fbcon_add_cursor_work() argument
397 fbcon_del_cursor_work(struct fb_info *info) fbcon_del_cursor_work() argument
545 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
551 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
642 set_blitting_type(struct vc_data *vc, struct fb_info *info) set_blitting_type() argument
656 fbcon_invalid_charcount(struct fb_info *info, unsigned charcount) fbcon_invalid_charcount() argument
667 set_blitting_type(struct vc_data *vc, struct fb_info *info) set_blitting_type() argument
677 fbcon_invalid_charcount(struct fb_info *info, unsigned charcount) fbcon_invalid_charcount() argument
684 fbcon_release(struct fb_info *info) fbcon_release() argument
706 fbcon_open(struct fb_info *info) fbcon_open() argument
736 con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, int unit) con2fb_acquire_newinfo() argument
775 con2fb_init_display(struct vc_data *vc, struct fb_info *info, int unit, int show_logo) con2fb_init_display() argument
824 struct fb_info *info = fbcon_registered_fb[newidx]; set_con2fb_map() local
877 var_to_display(struct fbcon_display *disp, struct fb_var_screeninfo *var, struct fb_info *info) var_to_display() argument
926 struct fb_info *info = NULL; fbcon_startup() local
991 struct fb_info *info; fbcon_init() local
1148 struct fb_info *info; fbcon_release_all() local
1170 struct fb_info *info; fbcon_deinit() local
1239 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_clear() local
1277 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_putcs() local
1297 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_clear_margins() local
1306 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_cursor() local
1333 fbcon_set_disp(struct fb_info *info, struct fb_var_screeninfo *var, int unit) fbcon_set_disp() argument
1400 struct fb_info *info = fbcon_info_from_console(vc->vc_num); ywrap_up() local
1419 struct fb_info *info = fbcon_info_from_console(vc->vc_num); ywrap_down() local
1438 struct fb_info *info = fbcon_info_from_console(vc->vc_num); ypan_up() local
1462 struct fb_info *info = fbcon_info_from_console(vc->vc_num); ypan_up_redraw() local
1486 struct fb_info *info = fbcon_info_from_console(vc->vc_num); ypan_down() local
1510 struct fb_info *info = fbcon_info_from_console(vc->vc_num); ypan_down_redraw() local
1566 fbcon_redraw_blit(struct vc_data *vc, struct fb_info *info, struct fbcon_display *p, int line, int count, int ycount) fbcon_redraw_blit() argument
1673 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_bmove_rec() local
1715 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_bmove() local
1738 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_scroll() local
1931 updatescrollmode_accel(struct fbcon_display *p, struct fb_info *info, struct vc_data *vc) updatescrollmode_accel() argument
1973 updatescrollmode(struct fbcon_display *p, struct fb_info *info, struct vc_data *vc) updatescrollmode() argument
1999 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_resize() local
2062 struct fb_info *info, *old_info = NULL; fbcon_switch() local
2187 fbcon_generic_blank(struct vc_data *vc, struct fb_info *info, int blank) fbcon_generic_blank() argument
2204 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_blank() local
2246 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_debug_enter() local
2259 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_debug_leave() local
2397 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_do_set_font() local
2466 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_set_font() local
2538 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_set_def_font() local
2562 struct fb_info *info = fbcon_info_from_console(vc->vc_num); fbcon_set_palette() local
2642 fbcon_suspended(struct fb_info *info) fbcon_suspended() argument
2655 fbcon_resumed(struct fb_info *info) fbcon_resumed() argument
2667 fbcon_modechanged(struct fb_info *info) fbcon_modechanged() argument
2705 fbcon_set_all_vcs(struct fb_info *info) fbcon_set_all_vcs() argument
2741 fbcon_update_vcs(struct fb_info *info, bool all) fbcon_update_vcs() argument
2751 fbcon_modechange_possible(struct fb_info *info, struct fb_var_screeninfo *var) fbcon_modechange_possible() argument
2778 fbcon_mode_deleted(struct fb_info *info, struct fb_videomode *mode) fbcon_mode_deleted() argument
2819 fbcon_fb_unbind(struct fb_info *info) fbcon_fb_unbind() argument
2845 struct fb_info *info = fbcon_registered_fb[idx]; fbcon_fb_unbind() local
2868 fbcon_fb_unregistered(struct fb_info *info) fbcon_fb_unregistered() argument
2912 fbcon_remap_all(struct fb_info *info) fbcon_remap_all() argument
2938 fbcon_select_primary(struct fb_info *info) fbcon_select_primary() argument
2961 fbcon_select_primary(struct fb_info *info) fbcon_select_primary() argument
2973 do_fb_registered(struct fb_info *info) do_fb_registered() argument
3010 fbcon_fb_registered(struct fb_info *info) fbcon_fb_registered() argument
3029 fbcon_fb_blanked(struct fb_info *info, int blank) fbcon_fb_blanked() argument
3051 fbcon_new_modelist(struct fb_info *info) fbcon_new_modelist() argument
3072 fbcon_get_requirement(struct fb_info *info, struct fb_blit_caps *caps) fbcon_get_requirement() argument
3176 struct fb_info *info; store_rotate() local
3198 struct fb_info *info; store_rotate_all() local
3219 struct fb_info *info; show_rotate() local
3238 struct fb_info *info; show_cursor_blink() local
3264 struct fb_info *info; store_cursor_blink() local
[all...]
H A Dfbmem.c154 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size) in fb_get_buffer_offset() argument
163 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset()
164 info->fbops->fb_sync(info); in fb_get_buffer_offset()
176 if (info->fbops->fb_sync && (buf->flags & FB_PIXMAP_SYNC)) in fb_get_buffer_offset()
177 info->fbops->fb_sync(info); in fb_get_buffer_offset()
194 static void fb_set_logocmap(struct fb_info *info, in fb_set_logocmap() argument
224 fb_set_cmap(&palette_cmap, info); in fb_set_logocmap()
228 static void fb_set_logo_truepalette(struct fb_info *info, in fb_set_logo_truepalette() argument
258 fb_set_logo_directpalette(struct fb_info *info, const struct linux_logo *logo, u32 *palette) fb_set_logo_directpalette() argument
273 fb_set_logo(struct fb_info *info, const struct linux_logo *logo, u8 *dst, int depth) fb_set_logo() argument
386 fb_rotate_logo(struct fb_info *info, u8 *dst, struct fb_image *image, int rotate) fb_rotate_logo() argument
415 fb_do_show_logo(struct fb_info *info, struct fb_image *image, int rotate, unsigned int num) fb_do_show_logo() argument
454 fb_show_logo_line(struct fb_info *info, int rotate, const struct linux_logo *logo, int y, unsigned int n) fb_show_logo_line() argument
559 fb_prepare_extra_logos(struct fb_info *info, unsigned int height, unsigned int yres) fb_prepare_extra_logos() argument
583 fb_show_extra_logos(struct fb_info *info, int y, int rotate) fb_show_extra_logos() argument
596 fb_prepare_extra_logos(struct fb_info *info, unsigned int height, unsigned int yres) fb_prepare_extra_logos() argument
603 fb_show_extra_logos(struct fb_info *info, int y, int rotate) fb_show_extra_logos() argument
611 fb_prepare_logo(struct fb_info *info, int rotate) fb_prepare_logo() argument
684 fb_show_logo(struct fb_info *info, int rotate) fb_show_logo() argument
699 fb_prepare_logo(struct fb_info *info, int rotate) fb_prepare_logo() argument
700 fb_show_logo(struct fb_info *info, int rotate) fb_show_logo() argument
706 fb_pan_display(struct fb_info *info, struct fb_var_screeninfo *var) fb_pan_display() argument
743 fb_check_caps(struct fb_info *info, struct fb_var_screeninfo *var, u32 activate) fb_check_caps() argument
764 fb_set_var(struct fb_info *info, struct fb_var_screeninfo *var) fb_set_var() argument
883 fb_blank(struct fb_info *info, int blank) fb_blank() argument
1096 fb_set_suspend(struct fb_info *info, int state) fb_set_suspend() argument
1159 fb_new_modelist(struct fb_info *info) fb_new_modelist() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllgt215.c30 gt215_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info, in gt215_pll_calc() argument
36 *P = info->vco1.max_freq / freq; in gt215_pll_calc()
37 if (*P > info->max_p) in gt215_pll_calc()
38 *P = info->max_p; in gt215_pll_calc()
39 if (*P < info->min_p) in gt215_pll_calc()
40 *P = info->min_p; in gt215_pll_calc()
42 lM = (info->refclk + info->vco1.max_inputfreq) / info->vco1.max_inputfreq; in gt215_pll_calc()
43 lM = max(lM, (int)info in gt215_pll_calc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllgt215.c30 gt215_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info, in gt215_pll_calc() argument
36 *P = info->vco1.max_freq / freq; in gt215_pll_calc()
37 if (*P > info->max_p) in gt215_pll_calc()
38 *P = info->max_p; in gt215_pll_calc()
39 if (*P < info->min_p) in gt215_pll_calc()
40 *P = info->min_p; in gt215_pll_calc()
42 lM = (info->refclk + info->vco1.max_inputfreq) / info->vco1.max_inputfreq; in gt215_pll_calc()
43 lM = max(lM, (int)info in gt215_pll_calc()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c94 nvc0_vp_assign_input_slots(struct nv50_ir_prog_info_out *info) in nvc0_vp_assign_input_slots() argument
98 for (n = 0, i = 0; i < info->numInputs; ++i) { in nvc0_vp_assign_input_slots()
99 switch (info->in[i].sn) { in nvc0_vp_assign_input_slots()
102 info->in[i].mask = 0x1; in nvc0_vp_assign_input_slots()
103 info->in[i].slot[0] = in nvc0_vp_assign_input_slots()
104 nvc0_shader_input_address(info->in[i].sn, 0) / 4; in nvc0_vp_assign_input_slots()
110 info->in[i].slot[c] = (0x80 + n * 0x10 + c * 0x4) / 4; in nvc0_vp_assign_input_slots()
118 nvc0_sp_assign_input_slots(struct nv50_ir_prog_info_out *info) in nvc0_sp_assign_input_slots() argument
123 for (i = 0; i < info->numInputs; ++i) { in nvc0_sp_assign_input_slots()
124 offset = nvc0_shader_input_address(info in nvc0_sp_assign_input_slots()
134 nvc0_fp_assign_output_slots(struct nv50_ir_prog_info_out *info) nvc0_fp_assign_output_slots() argument
167 nvc0_sp_assign_output_slots(struct nv50_ir_prog_info_out *info) nvc0_sp_assign_output_slots() argument
183 nvc0_program_assign_varying_slots(struct nv50_ir_prog_info_out *info) nvc0_program_assign_varying_slots() argument
215 nvc0_vtgp_gen_header(struct nvc0_program *vp, struct nv50_ir_prog_info_out *info) nvc0_vtgp_gen_header() argument
282 nvc0_vp_gen_header(struct nvc0_program *vp, struct nv50_ir_prog_info_out *info) nvc0_vp_gen_header() argument
291 nvc0_tp_get_tess_mode(struct nvc0_program *tp, struct nv50_ir_prog_info_out *info) nvc0_tp_get_tess_mode() argument
345 nvc0_tcp_gen_header(struct nvc0_program *tcp, struct nv50_ir_prog_info_out *info) nvc0_tcp_gen_header() argument
376 nvc0_tep_gen_header(struct nvc0_program *tep, struct nv50_ir_prog_info_out *info) nvc0_tep_gen_header() argument
391 nvc0_gp_gen_header(struct nvc0_program *gp, struct nv50_ir_prog_info_out *info) nvc0_gp_gen_header() argument
436 nvc0_fp_gen_header(struct nvc0_program *fp, struct nv50_ir_prog_info_out *info) nvc0_fp_gen_header() argument
513 nvc0_program_create_tfb_state(const struct nv50_ir_prog_info_out *info, const struct pipe_stream_output_info *pso) nvc0_program_create_tfb_state() argument
579 struct nv50_ir_prog_info *info; nvc0_program_translate() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c9 static bool dar_in_user_range(unsigned long dar, struct arch_hw_breakpoint *info) in dar_in_user_range() argument
11 return ((info->address <= dar) && (dar - info->address < info->len)); in dar_in_user_range()
15 struct arch_hw_breakpoint *info) in ea_user_range_overlaps()
17 return ((ea < info->address + info->len) && in ea_user_range_overlaps()
18 (ea + size > info->address)); in ea_user_range_overlaps()
21 static bool dar_in_hw_range(unsigned long dar, struct arch_hw_breakpoint *info) in dar_in_hw_range() argument
25 hw_start_addr = ALIGN_DOWN(info in dar_in_hw_range()
14 ea_user_range_overlaps(unsigned long ea, int size, struct arch_hw_breakpoint *info) ea_user_range_overlaps() argument
31 ea_hw_range_overlaps(unsigned long ea, int size, struct arch_hw_breakpoint *info) ea_hw_range_overlaps() argument
56 check_dawrx_constraints(struct pt_regs *regs, int type, struct arch_hw_breakpoint *info) check_dawrx_constraints() argument
83 wp_check_constraints(struct pt_regs *regs, struct ppc_inst instr, unsigned long ea, int type, int size, struct arch_hw_breakpoint *info) wp_check_constraints() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c9 static bool dar_in_user_range(unsigned long dar, struct arch_hw_breakpoint *info) in dar_in_user_range() argument
11 return ((info->address <= dar) && (dar - info->address < info->len)); in dar_in_user_range()
15 struct arch_hw_breakpoint *info) in ea_user_range_overlaps()
17 return ((ea < info->address + info->len) && in ea_user_range_overlaps()
18 (ea + size > info->address)); in ea_user_range_overlaps()
21 static bool dar_in_hw_range(unsigned long dar, struct arch_hw_breakpoint *info) in dar_in_hw_range() argument
25 hw_start_addr = ALIGN_DOWN(info in dar_in_hw_range()
14 ea_user_range_overlaps(unsigned long ea, int size, struct arch_hw_breakpoint *info) ea_user_range_overlaps() argument
31 ea_hw_range_overlaps(unsigned long ea, int size, struct arch_hw_breakpoint *info) ea_hw_range_overlaps() argument
56 check_dawrx_constraints(struct pt_regs *regs, int type, struct arch_hw_breakpoint *info) check_dawrx_constraints() argument
83 wp_check_constraints(struct pt_regs *regs, ppc_inst_t instr, unsigned long ea, int type, int size, struct arch_hw_breakpoint *info) wp_check_constraints() argument
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_gfx12.c41 const struct isl_surf_init_info *restrict info, in isl_gfx125_filter_tiling()
51 if (isl_surf_usage_is_depth_or_stencil(info->usage)) in isl_gfx125_filter_tiling()
54 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) in isl_gfx125_filter_tiling()
61 if (info->usage & ISL_SURF_USAGE_MCS_BIT) in isl_gfx125_filter_tiling()
70 if (info->dim != ISL_SURF_DIM_2D) in isl_gfx125_filter_tiling()
74 if (info->dim != ISL_SURF_DIM_2D) in isl_gfx125_filter_tiling()
85 if (info->samples > 1) in isl_gfx125_filter_tiling()
89 if (isl_format_get_layout(info->format)->bpb % 3 == 0) in isl_gfx125_filter_tiling()
98 if (info->usage & ISL_SURF_USAGE_CPB_BIT) in isl_gfx125_filter_tiling()
104 const struct isl_surf_init_info *restrict info, in isl_gfx125_choose_image_alignment_el()
40 isl_gfx125_filter_tiling(const struct isl_device *dev, const struct isl_surf_init_info *restrict info, isl_tiling_flags_t *flags) isl_gfx125_filter_tiling() argument
103 isl_gfx125_choose_image_alignment_el(const struct isl_device *dev, const struct isl_surf_init_info *restrict info, enum isl_tiling tiling, enum isl_dim_layout dim_layout, enum isl_msaa_layout msaa_layout, struct isl_extent3d *image_align_el) isl_gfx125_choose_image_alignment_el() argument
198 isl_gfx12_choose_image_alignment_el(const struct isl_device *dev, const struct isl_surf_init_info *restrict info, enum isl_tiling tiling, enum isl_dim_layout dim_layout, enum isl_msaa_layout msaa_layout, struct isl_extent3d *image_align_el) isl_gfx12_choose_image_alignment_el() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dtls.c32 static bool tls_desc_okay(const struct user_desc *info) in tls_desc_okay() argument
55 if (LDT_empty(info) || LDT_zero(info)) in tls_desc_okay()
62 if (!info->seg_32bit) in tls_desc_okay()
66 if (info->contents > 1) in tls_desc_okay()
78 if (info->seg_not_present) in tls_desc_okay()
85 const struct user_desc *info, int n) in set_tls_desc()
97 if (LDT_empty(info) || LDT_zero(info)) in set_tls_desc()
100 fill_ldt(desc, info); in set_tls_desc()
84 set_tls_desc(struct task_struct *p, int idx, const struct user_desc *info, int n) set_tls_desc() argument
118 struct user_desc info; do_set_thread_area() local
201 fill_user_desc(struct user_desc *info, int idx, const struct desc_struct *desc) fill_user_desc() argument
223 struct user_desc info; do_get_thread_area() local
277 const struct user_desc *info; regset_tls_set() local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dlib80211.c43 static void lib80211_crypt_deinit_entries(struct lib80211_crypt_info *info,
45 static void lib80211_crypt_quiescing(struct lib80211_crypt_info *info);
48 int lib80211_crypt_info_init(struct lib80211_crypt_info *info, char *name, in lib80211_crypt_info_init() argument
51 memset(info, 0, sizeof(*info)); in lib80211_crypt_info_init()
53 info->name = name; in lib80211_crypt_info_init()
54 info->lock = lock; in lib80211_crypt_info_init()
56 INIT_LIST_HEAD(&info->crypt_deinit_list); in lib80211_crypt_info_init()
57 timer_setup(&info->crypt_deinit_timer, lib80211_crypt_deinit_handler, in lib80211_crypt_info_init()
64 void lib80211_crypt_info_free(struct lib80211_crypt_info *info) in lib80211_crypt_info_free() argument
86 lib80211_crypt_deinit_entries(struct lib80211_crypt_info *info, int force) lib80211_crypt_deinit_entries() argument
109 lib80211_crypt_quiescing(struct lib80211_crypt_info *info) lib80211_crypt_quiescing() argument
120 struct lib80211_crypt_info *info = from_timer(info, t, lib80211_crypt_deinit_handler() local
136 lib80211_crypt_delayed_deinit(struct lib80211_crypt_info *info, struct lib80211_crypt_data **crypt) lib80211_crypt_delayed_deinit() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dtls.c33 static bool tls_desc_okay(const struct user_desc *info) in tls_desc_okay() argument
56 if (LDT_empty(info) || LDT_zero(info)) in tls_desc_okay()
63 if (!info->seg_32bit) in tls_desc_okay()
67 if (info->contents > 1) in tls_desc_okay()
79 if (info->seg_not_present) in tls_desc_okay()
86 const struct user_desc *info, int n) in set_tls_desc()
98 if (LDT_empty(info) || LDT_zero(info)) in set_tls_desc()
101 fill_ldt(desc, info); in set_tls_desc()
85 set_tls_desc(struct task_struct *p, int idx, const struct user_desc *info, int n) set_tls_desc() argument
119 struct user_desc info; do_set_thread_area() local
196 fill_user_desc(struct user_desc *info, int idx, const struct desc_struct *desc) fill_user_desc() argument
218 struct user_desc info; do_get_thread_area() local
272 const struct user_desc *info; regset_tls_set() local
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211.c43 static void lib80211_crypt_deinit_entries(struct lib80211_crypt_info *info,
45 static void lib80211_crypt_quiescing(struct lib80211_crypt_info *info);
48 int lib80211_crypt_info_init(struct lib80211_crypt_info *info, char *name, in lib80211_crypt_info_init() argument
51 memset(info, 0, sizeof(*info)); in lib80211_crypt_info_init()
53 info->name = name; in lib80211_crypt_info_init()
54 info->lock = lock; in lib80211_crypt_info_init()
56 INIT_LIST_HEAD(&info->crypt_deinit_list); in lib80211_crypt_info_init()
57 timer_setup(&info->crypt_deinit_timer, lib80211_crypt_deinit_handler, in lib80211_crypt_info_init()
64 void lib80211_crypt_info_free(struct lib80211_crypt_info *info) in lib80211_crypt_info_free() argument
86 lib80211_crypt_deinit_entries(struct lib80211_crypt_info *info, int force) lib80211_crypt_deinit_entries() argument
109 lib80211_crypt_quiescing(struct lib80211_crypt_info *info) lib80211_crypt_quiescing() argument
120 struct lib80211_crypt_info *info = from_timer(info, t, lib80211_crypt_deinit_handler() local
136 lib80211_crypt_delayed_deinit(struct lib80211_crypt_info *info, struct lib80211_crypt_data **crypt) lib80211_crypt_delayed_deinit() argument
[all...]
/third_party/skia/tests/
H A DBackendSurfaceMutableStateTest.cpp32 GrVkImageInfo info; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
33 REPORTER_ASSERT(reporter, backendTex.getVkImageInfo(&info)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
34 VkImageLayout initLayout = info.fImageLayout; in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
35 uint32_t initQueue = info.fCurrentQueueFamily; in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
41 REPORTER_ASSERT(reporter, backendTexCopy.getVkImageInfo(&info)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
42 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
43 REPORTER_ASSERT(reporter, initQueue == info.fCurrentQueueFamily); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
49 REPORTER_ASSERT(reporter, backendTex.getVkImageInfo(&info)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
50 REPORTER_ASSERT(reporter, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
51 REPORTER_ASSERT(reporter, VK_QUEUE_FAMILY_IGNORED == info in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_shader_args.c28 void ac_add_arg(struct ac_shader_args *info, enum ac_arg_regfile regfile, unsigned size, in ac_add_arg() argument
31 assert(info->arg_count < AC_MAX_ARGS); in ac_add_arg()
35 offset = info->num_sgprs_used; in ac_add_arg()
36 info->num_sgprs_used += size; in ac_add_arg()
39 offset = info->num_vgprs_used; in ac_add_arg()
40 info->num_vgprs_used += size; in ac_add_arg()
43 info->args[info->arg_count].file = regfile; in ac_add_arg()
44 info->args[info in ac_add_arg()
56 ac_add_return(struct ac_shader_args *info, enum ac_arg_regfile regfile) ac_add_return() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_CT.c39 const struct xt_ct_target_info *info = par->targinfo; in xt_ct_target_v0() local
40 struct nf_conn *ct = info->ct; in xt_ct_target_v0()
48 const struct xt_ct_target_info_v1 *info = par->targinfo; in xt_ct_target_v1() local
49 struct nf_conn *ct = info->ct; in xt_ct_target_v1()
126 static u16 xt_ct_flags_to_dir(const struct xt_ct_target_info_v1 *info) in xt_ct_flags_to_dir() argument
128 switch (info->flags & (XT_CT_ZONE_DIR_ORIG | in xt_ct_flags_to_dir()
140 struct xt_ct_target_info_v1 *info) in xt_ct_tg_check()
147 if (info->flags & XT_CT_NOTRACK) { in xt_ct_tg_check()
153 if (info->zone || info in xt_ct_tg_check()
139 xt_ct_tg_check(const struct xt_tgchk_param *par, struct xt_ct_target_info_v1 *info) xt_ct_tg_check() argument
224 struct xt_ct_target_info *info = par->targinfo; xt_ct_tg_check_v0() local
249 struct xt_ct_target_info_v1 *info = par->targinfo; xt_ct_tg_check_v1() local
259 struct xt_ct_target_info_v1 *info = par->targinfo; xt_ct_tg_check_v2() local
267 xt_ct_tg_destroy(const struct xt_tgdtor_param *par, struct xt_ct_target_info_v1 *info) xt_ct_tg_destroy() argument
287 struct xt_ct_target_info *info = par->targinfo; xt_ct_tg_destroy_v0() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_CT.c39 const struct xt_ct_target_info *info = par->targinfo; in xt_ct_target_v0() local
40 struct nf_conn *ct = info->ct; in xt_ct_target_v0()
48 const struct xt_ct_target_info_v1 *info = par->targinfo; in xt_ct_target_v1() local
49 struct nf_conn *ct = info->ct; in xt_ct_target_v1()
126 static u16 xt_ct_flags_to_dir(const struct xt_ct_target_info_v1 *info) in xt_ct_flags_to_dir() argument
128 switch (info->flags & (XT_CT_ZONE_DIR_ORIG | in xt_ct_flags_to_dir()
155 struct xt_ct_target_info_v1 *info) in xt_ct_tg_check()
162 if (info->flags & XT_CT_NOTRACK) { in xt_ct_tg_check()
168 if (info->zone || info in xt_ct_tg_check()
154 xt_ct_tg_check(const struct xt_tgchk_param *par, struct xt_ct_target_info_v1 *info) xt_ct_tg_check() argument
236 struct xt_ct_target_info *info = par->targinfo; xt_ct_tg_check_v0() local
261 struct xt_ct_target_info_v1 *info = par->targinfo; xt_ct_tg_check_v1() local
271 struct xt_ct_target_info_v1 *info = par->targinfo; xt_ct_tg_check_v2() local
279 xt_ct_tg_destroy(const struct xt_tgdtor_param *par, struct xt_ct_target_info_v1 *info) xt_ct_tg_destroy() argument
298 struct xt_ct_target_info *info = par->targinfo; xt_ct_tg_destroy_v0() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c149 filter_src_dst_ip(struct pkt_info* info, struct fw_match_info* match_info) in filter_src_dst_ip() argument
151 if (info->type == V6) { in filter_src_dst_ip()
153 filter_ipv6_addr(&info->ip.ipv6->saddr); in filter_src_dst_ip()
154 } else if (info->type == V4) { in filter_src_dst_ip()
156 filter_ipv4_addr(info->ip.ipv4->saddr); in filter_src_dst_ip()
158 filter_ipv4_lpm(info->ip.ipv4->saddr); in filter_src_dst_ip()
160 filter_ipv4_lpm(info->ip.ipv4->daddr); in filter_src_dst_ip()
180 static __always_inline void set_tcp_flags(struct pkt_info *info, in set_tcp_flags() argument
183 info->flags |= TCP_SYN; in set_tcp_flags()
185 info in set_tcp_flags()
191 parse_tcp(struct pkt_info *info, void *transport_hdr, void *data_end) parse_tcp() argument
206 parse_udp(struct pkt_info *info, void *transport_hdr, void *data_end) parse_udp() argument
234 filter_transport_hdr(void *transport_hdr, void *data_end, struct pkt_info *info, struct fw_match_info *match_info) filter_transport_hdr() argument
257 parse_gue_v6(struct pkt_info *info, struct ipv6hdr *ip6h, void *data_end) parse_gue_v6() argument
298 parse_ipv6_gue(struct pkt_info *info, void *data, void *data_end) parse_ipv6_gue() argument
323 struct pkt_info info = {}; edgewall() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dcompute.c62 validate_DispatchCompute(struct gl_context *ctx, struct pipe_grid_info *info) in validate_DispatchCompute() argument
86 if (info->grid[i] > ctx->Const.MaxComputeWorkGroupCount[i]) { in validate_DispatchCompute()
99 if (prog->info.workgroup_size_variable) { in validate_DispatchCompute()
110 struct pipe_grid_info *info) in validate_DispatchComputeGroupSizeARB()
122 if (!prog->info.workgroup_size_variable) { in validate_DispatchComputeGroupSizeARB()
136 if (info->grid[i] > ctx->Const.MaxComputeWorkGroupCount[i]) { in validate_DispatchComputeGroupSizeARB()
154 if (info->block[i] == 0 || in validate_DispatchComputeGroupSizeARB()
155 info->block[i] > ctx->Const.MaxComputeVariableGroupSize[i]) { in validate_DispatchComputeGroupSizeARB()
170 uint64_t total_invocations = info->block[0] * info in validate_DispatchComputeGroupSizeARB()
109 validate_DispatchComputeGroupSizeARB(struct gl_context *ctx, struct pipe_grid_info *info) validate_DispatchComputeGroupSizeARB() argument
310 struct pipe_grid_info info = { 0 }; dispatch_compute() local
369 struct pipe_grid_info info = { 0 }; dispatch_compute_indirect() local
413 struct pipe_grid_info info = { 0 }; dispatch_compute_group_size() local
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...700