Home
last modified time | relevance | path

Searched defs:dinfo (Results 26 - 50 of 55) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhiddev.c602 struct hiddev_devinfo dinfo; in hiddev_ioctl() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse_decompress.c210 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw() local
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c413 static void cleanup(struct intelfb_info *dinfo) in cleanup() argument
473 struct intelfb_info *dinfo; intelfb_pci_register() local
895 struct intelfb_info *dinfo = pci_get_drvdata(pdev); intelfb_pci_unregister() local
939 get_initial_mode(struct intelfb_info *dinfo) get_initial_mode() argument
1006 intelfb_init_var(struct intelfb_info *dinfo) intelfb_init_var() argument
1087 intelfb_set_fbinfo(struct intelfb_info *dinfo) intelfb_set_fbinfo() argument
1123 update_dinfo(struct intelfb_info *dinfo, struct fb_var_screeninfo *var) update_dinfo() argument
1174 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_open() local
1184 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_release() local
1201 struct intelfb_info *dinfo; intelfb_check_var() local
1322 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_set_par() local
1384 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_setcolreg() local
1443 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_ioctl() local
1463 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_fillrect() local
1494 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_copyarea() local
1513 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_imageblit() local
1545 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_cursor() local
1659 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_sync() local
[all...]
H A Dintelfbhw.c67 int intelfbhw_get_chipset(struct pci_dev *pdev, struct intelfb_info *dinfo) in intelfbhw_get_chipset() argument
282 intelfbhw_check_non_crt(struct intelfb_info *dinfo) intelfbhw_check_non_crt() argument
313 intelfbhw_validate_mode(struct intelfb_info *dinfo, struct fb_var_screeninfo *var) intelfbhw_validate_mode() argument
385 struct intelfb_info *dinfo = GET_DINFO(info); intelfbhw_pan_display() local
419 struct intelfb_info *dinfo = GET_DINFO(info); intelfbhw_do_blank() local
499 intelfbhw_setcolreg(struct intelfb_info *dinfo, unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp) intelfbhw_setcolreg() argument
518 intelfbhw_read_hw_state(struct intelfb_info *dinfo, struct intelfb_hwstate *hw, int flag) intelfbhw_read_hw_state() argument
684 intelfbhw_get_p1p2(struct intelfb_info *dinfo, int dpll, int *o_p1, int *o_p2) intelfbhw_get_p1p2() argument
712 intelfbhw_print_hw_state(struct intelfb_info *dinfo, struct intelfb_hwstate *hw) intelfbhw_print_hw_state() argument
1040 intelfbhw_mode_to_hw(struct intelfb_info *dinfo, struct intelfb_hwstate *hw, struct fb_var_screeninfo *var) intelfbhw_mode_to_hw() argument
1277 intelfbhw_program_mode(struct intelfb_info *dinfo, const struct intelfb_hwstate *hw, int blank) intelfbhw_program_mode() argument
1486 get_ring_space(struct intelfb_info *dinfo) get_ring_space() argument
1504 wait_ring(struct intelfb_info *dinfo, int n) wait_ring() argument
1546 do_flush(struct intelfb_info *dinfo) do_flush() argument
1554 intelfbhw_do_sync(struct intelfb_info *dinfo) intelfbhw_do_sync() argument
1573 refresh_ring(struct intelfb_info *dinfo) refresh_ring() argument
1584 reset_state(struct intelfb_info *dinfo) reset_state() argument
1614 intelfbhw_2d_stop(struct intelfb_info *dinfo) intelfbhw_2d_stop() argument
1633 intelfbhw_2d_start(struct intelfb_info *dinfo) intelfbhw_2d_start() argument
1657 intelfbhw_do_fillrect(struct intelfb_info *dinfo, u32 x, u32 y, u32 w, u32 h, u32 color, u32 pitch, u32 bpp, u32 rop) intelfbhw_do_fillrect() argument
1702 intelfbhw_do_bitblt(struct intelfb_info *dinfo, u32 curx, u32 cury, u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) intelfbhw_do_bitblt() argument
1747 intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, u32 w, u32 h, const u8* cdat, u32 x, u32 y, u32 pitch, u32 bpp) intelfbhw_do_drawglyph() argument
1836 intelfbhw_cursor_init(struct intelfb_info *dinfo) intelfbhw_cursor_init() argument
1867 intelfbhw_cursor_hide(struct intelfb_info *dinfo) intelfbhw_cursor_hide() argument
1892 intelfbhw_cursor_show(struct intelfb_info *dinfo) intelfbhw_cursor_show() argument
1921 intelfbhw_cursor_setpos(struct intelfb_info *dinfo, int x, int y) intelfbhw_cursor_setpos() argument
1943 intelfbhw_cursor_setcolor(struct intelfb_info *dinfo, u32 bg, u32 fg) intelfbhw_cursor_setcolor() argument
1955 intelfbhw_cursor_load(struct intelfb_info *dinfo, int width, int height, u8 *data) intelfbhw_cursor_load() argument
1984 intelfbhw_cursor_reset(struct intelfb_info *dinfo) intelfbhw_cursor_reset() argument
2008 struct intelfb_info *dinfo = dev_id; intelfbhw_irq() local
2040 intelfbhw_enable_irq(struct intelfb_info *dinfo) intelfbhw_enable_irq() argument
2069 intelfbhw_disable_irq(struct intelfb_info *dinfo) intelfbhw_disable_irq() argument
2088 intelfbhw_wait_for_vsync(struct intelfb_info *dinfo, u32 pipe) intelfbhw_wait_for_vsync() argument
[all...]
H A Dintelfb.h249 struct intelfb_info *dinfo; member
[all...]
/kernel/linux/linux-5.10/fs/udf/
H A Dnamei.c181 struct udf_inode_info *dinfo = UDF_I(dir); in udf_find_entry() local
347 struct udf_inode_info *dinfo; in udf_add_entry() local
670 struct udf_inode_info *dinfo = UDF_I(dir); udf_mkdir() local
734 struct udf_inode_info *dinfo = UDF_I(dir); empty_dir() local
[all...]
/kernel/linux/linux-6.6/fs/udf/
H A Dnamei.c225 struct udf_inode_info *dinfo = UDF_I(dir); in udf_fiiter_add_entry() local
432 struct udf_inode_info *dinfo = UDF_I(dir); in udf_mkdir() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif.h102 struct dinfo { struct
126 struct dinfo dinfo; member
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c417 static void cleanup(struct intelfb_info *dinfo) in cleanup() argument
477 struct intelfb_info *dinfo; intelfb_pci_register() local
903 struct intelfb_info *dinfo = pci_get_drvdata(pdev); intelfb_pci_unregister() local
947 get_initial_mode(struct intelfb_info *dinfo) get_initial_mode() argument
1014 intelfb_init_var(struct intelfb_info *dinfo) intelfb_init_var() argument
1095 intelfb_set_fbinfo(struct intelfb_info *dinfo) intelfb_set_fbinfo() argument
1130 update_dinfo(struct intelfb_info *dinfo, struct fb_var_screeninfo *var) update_dinfo() argument
1181 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_open() local
1191 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_release() local
1208 struct intelfb_info *dinfo; intelfb_check_var() local
1329 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_set_par() local
1391 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_setcolreg() local
1450 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_ioctl() local
1470 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_fillrect() local
1501 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_copyarea() local
1520 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_imageblit() local
1552 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_cursor() local
1666 struct intelfb_info *dinfo = GET_DINFO(info); intelfb_sync() local
[all...]
H A Dintelfb.h249 struct intelfb_info *dinfo; member
[all...]
H A Dintelfbhw.c67 int intelfbhw_get_chipset(struct pci_dev *pdev, struct intelfb_info *dinfo) in intelfbhw_get_chipset() argument
280 intelfbhw_check_non_crt(struct intelfb_info *dinfo) intelfbhw_check_non_crt() argument
311 intelfbhw_validate_mode(struct intelfb_info *dinfo, struct fb_var_screeninfo *var) intelfbhw_validate_mode() argument
383 struct intelfb_info *dinfo = GET_DINFO(info); intelfbhw_pan_display() local
417 struct intelfb_info *dinfo = GET_DINFO(info); intelfbhw_do_blank() local
497 intelfbhw_setcolreg(struct intelfb_info *dinfo, unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp) intelfbhw_setcolreg() argument
516 intelfbhw_read_hw_state(struct intelfb_info *dinfo, struct intelfb_hwstate *hw, int flag) intelfbhw_read_hw_state() argument
682 intelfbhw_get_p1p2(struct intelfb_info *dinfo, int dpll, int *o_p1, int *o_p2) intelfbhw_get_p1p2() argument
710 intelfbhw_print_hw_state(struct intelfb_info *dinfo, struct intelfb_hwstate *hw) intelfbhw_print_hw_state() argument
1038 intelfbhw_mode_to_hw(struct intelfb_info *dinfo, struct intelfb_hwstate *hw, struct fb_var_screeninfo *var) intelfbhw_mode_to_hw() argument
1275 intelfbhw_program_mode(struct intelfb_info *dinfo, const struct intelfb_hwstate *hw, int blank) intelfbhw_program_mode() argument
1484 get_ring_space(struct intelfb_info *dinfo) get_ring_space() argument
1502 wait_ring(struct intelfb_info *dinfo, int n) wait_ring() argument
1544 do_flush(struct intelfb_info *dinfo) do_flush() argument
1552 intelfbhw_do_sync(struct intelfb_info *dinfo) intelfbhw_do_sync() argument
1571 refresh_ring(struct intelfb_info *dinfo) refresh_ring() argument
1582 reset_state(struct intelfb_info *dinfo) reset_state() argument
1612 intelfbhw_2d_stop(struct intelfb_info *dinfo) intelfbhw_2d_stop() argument
1631 intelfbhw_2d_start(struct intelfb_info *dinfo) intelfbhw_2d_start() argument
1655 intelfbhw_do_fillrect(struct intelfb_info *dinfo, u32 x, u32 y, u32 w, u32 h, u32 color, u32 pitch, u32 bpp, u32 rop) intelfbhw_do_fillrect() argument
1700 intelfbhw_do_bitblt(struct intelfb_info *dinfo, u32 curx, u32 cury, u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) intelfbhw_do_bitblt() argument
1745 intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, u32 w, u32 h, const u8* cdat, u32 x, u32 y, u32 pitch, u32 bpp) intelfbhw_do_drawglyph() argument
1834 intelfbhw_cursor_init(struct intelfb_info *dinfo) intelfbhw_cursor_init() argument
1865 intelfbhw_cursor_hide(struct intelfb_info *dinfo) intelfbhw_cursor_hide() argument
1890 intelfbhw_cursor_show(struct intelfb_info *dinfo) intelfbhw_cursor_show() argument
1919 intelfbhw_cursor_setpos(struct intelfb_info *dinfo, int x, int y) intelfbhw_cursor_setpos() argument
1941 intelfbhw_cursor_setcolor(struct intelfb_info *dinfo, u32 bg, u32 fg) intelfbhw_cursor_setcolor() argument
1953 intelfbhw_cursor_load(struct intelfb_info *dinfo, int width, int height, u8 *data) intelfbhw_cursor_load() argument
1982 intelfbhw_cursor_reset(struct intelfb_info *dinfo) intelfbhw_cursor_reset() argument
2006 struct intelfb_info *dinfo = dev_id; intelfbhw_irq() local
2038 intelfbhw_enable_irq(struct intelfb_info *dinfo) intelfbhw_enable_irq() argument
2067 intelfbhw_disable_irq(struct intelfb_info *dinfo) intelfbhw_disable_irq() argument
2086 intelfbhw_wait_for_vsync(struct intelfb_info *dinfo, u32 pipe) intelfbhw_wait_for_vsync() argument
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Di7300_edac.c685 struct i7300_dimm_info *dinfo; in print_dimm_size() local
748 struct i7300_dimm_info *dinfo; in i7300_init_csrows() local
585 decode_mtr(struct i7300_pvt *pvt, int slot, int ch, int branch, struct i7300_dimm_info *dinfo, struct dimm_info *dimm) decode_mtr() argument
[all...]
H A Di5400_edac.c958 struct i5400_dimm_info *dinfo; in calculate_dimm_size() local
918 handle_channel(struct i5400_pvt *pvt, int dimm, int channel, struct i5400_dimm_info *dinfo) handle_channel() argument
H A Di5000_edac.c1036 struct i5000_dimm_info *dinfo; in calculate_dimm_size() local
992 handle_channel(struct i5000_pvt *pvt, int slot, int channel, struct i5000_dimm_info *dinfo) handle_channel() argument
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Di7300_edac.c685 struct i7300_dimm_info *dinfo; in print_dimm_size() local
748 struct i7300_dimm_info *dinfo; in i7300_init_csrows() local
585 decode_mtr(struct i7300_pvt *pvt, int slot, int ch, int branch, struct i7300_dimm_info *dinfo, struct dimm_info *dimm) decode_mtr() argument
[all...]
H A Di5400_edac.c959 struct i5400_dimm_info *dinfo; in calculate_dimm_size() local
919 handle_channel(struct i5400_pvt *pvt, int dimm, int channel, struct i5400_dimm_info *dinfo) handle_channel() argument
H A Di5000_edac.c1036 struct i5000_dimm_info *dinfo; in calculate_dimm_size() local
992 handle_channel(struct i5000_pvt *pvt, int slot, int channel, struct i5000_dimm_info *dinfo) handle_channel() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dps3fb.c110 struct gpu_driver_info *dinfo; member
974 struct gpu_driver_info *dinfo; in ps3fb_probe() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-finder.c120 struct debuginfo *dinfo = NULL; in debuginfo__new() local
H A Dprobe-event.c366 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point() argument
421 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event() argument
437 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range() argument
637 struct debuginfo *dinfo = NULL; in find_perf_probe_point_from_dwarf() local
770 post_process_module_probe_trace_events(struct probe_trace_event *tevs, int ntevs, const char *module, struct debuginfo *dinfo) post_process_module_probe_trace_events() argument
867 post_process_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, const char *module, bool uprobe, struct debuginfo *dinfo) post_process_probe_trace_events() argument
896 struct debuginfo *dinfo; try_to_find_probe_trace_events() local
1013 struct debuginfo *dinfo; __show_line_range() local
1118 show_available_vars_at(struct debuginfo *dinfo, struct perf_probe_event *pev, struct strfilter *_filter) show_available_vars_at() argument
1189 struct debuginfo *dinfo; show_available_vars() local
[all...]
/kernel/linux/linux-5.10/fs/hfs/
H A Dhfs.h140 struct hfs_dinfo dinfo; member
/kernel/linux/linux-6.6/fs/hfs/
H A Dhfs.h140 struct hfs_dinfo dinfo; member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dps3fb.c110 struct gpu_driver_info *dinfo; member
975 struct gpu_driver_info *dinfo; in ps3fb_probe() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-finder.c120 struct debuginfo *dinfo = NULL; in debuginfo__new() local
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daachba.c368 struct aac_get_config_status *dinfo; in aac_get_config_status() local
406 struct aac_commit_config * dinfo; in aac_get_config_status() local
456 struct aac_get_container_count *dinfo; in aac_get_containers() local
572 struct aac_get_name *dinfo; aac_get_container_name() local
685 struct aac_query_mount *dinfo; _aac_probe_container1() local
739 struct aac_query_mount *dinfo; _aac_probe_container() local
1107 struct aac_get_serial *dinfo; aac_get_container_serial() local
[all...]

Completed in 34 milliseconds

123