Home
last modified time | relevance | path

Searched full:fix (Results 1 – 25 of 3365) sorted by relevance

12345678910>>...135

/kernel/linux/linux-5.10/drivers/clk/
Dclk-fixed-factor.c25 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate() local
28 rate = (unsigned long long int)parent_rate * fix->mult; in clk_factor_recalc_rate()
29 do_div(rate, fix->div); in clk_factor_recalc_rate()
36 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_round_rate() local
41 best_parent = (rate / fix->mult) * fix->div; in clk_factor_round_rate()
45 return (*prate / fix->div) * fix->mult; in clk_factor_round_rate()
72 struct clk_fixed_factor *fix; in __clk_hw_register_fixed_factor() local
78 fix = kmalloc(sizeof(*fix), GFP_KERNEL); in __clk_hw_register_fixed_factor()
79 if (!fix) in __clk_hw_register_fixed_factor()
83 fix->mult = mult; in __clk_hw_register_fixed_factor()
[all …]
/kernel/linux/linux-4.19/drivers/clk/
Dclk-fixed-factor.c30 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate() local
33 rate = (unsigned long long int)parent_rate * fix->mult; in clk_factor_recalc_rate()
34 do_div(rate, fix->div); in clk_factor_recalc_rate()
41 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_round_rate() local
46 best_parent = (rate / fix->mult) * fix->div; in clk_factor_round_rate()
50 return (*prate / fix->div) * fix->mult; in clk_factor_round_rate()
76 struct clk_fixed_factor *fix; in clk_hw_register_fixed_factor() local
81 fix = kmalloc(sizeof(*fix), GFP_KERNEL); in clk_hw_register_fixed_factor()
82 if (!fix) in clk_hw_register_fixed_factor()
86 fix->mult = mult; in clk_hw_register_fixed_factor()
[all …]
/kernel/linux/linux-5.10/drivers/clk/uniphier/
Dclk-uniphier-fixed-factor.c16 struct clk_fixed_factor *fix; in uniphier_clk_register_fixed_factor() local
20 fix = devm_kzalloc(dev, sizeof(*fix), GFP_KERNEL); in uniphier_clk_register_fixed_factor()
21 if (!fix) in uniphier_clk_register_fixed_factor()
30 fix->mult = data->mult; in uniphier_clk_register_fixed_factor()
31 fix->div = data->div; in uniphier_clk_register_fixed_factor()
32 fix->hw.init = &init; in uniphier_clk_register_fixed_factor()
34 ret = devm_clk_hw_register(dev, &fix->hw); in uniphier_clk_register_fixed_factor()
38 return &fix->hw; in uniphier_clk_register_fixed_factor()
/kernel/linux/linux-4.19/drivers/clk/uniphier/
Dclk-uniphier-fixed-factor.c25 struct clk_fixed_factor *fix; in uniphier_clk_register_fixed_factor() local
29 fix = devm_kzalloc(dev, sizeof(*fix), GFP_KERNEL); in uniphier_clk_register_fixed_factor()
30 if (!fix) in uniphier_clk_register_fixed_factor()
39 fix->mult = data->mult; in uniphier_clk_register_fixed_factor()
40 fix->div = data->div; in uniphier_clk_register_fixed_factor()
41 fix->hw.init = &init; in uniphier_clk_register_fixed_factor()
43 ret = devm_clk_hw_register(dev, &fix->hw); in uniphier_clk_register_fixed_factor()
47 return &fix->hw; in uniphier_clk_register_fixed_factor()
/kernel/linux/linux-4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_fbdev.c132 strcpy(info->fix.id, "hibmcdrmfb"); in hibmc_drm_fb_create()
144 info->fix.smem_start = bo->bo.mem.bus.offset + bo->bo.mem.bus.base; in hibmc_drm_fb_create()
145 info->fix.smem_len = size; in hibmc_drm_fb_create()
186 struct fb_fix_screeninfo *fix; in hibmc_fbdev_init() local
219 fix = &hifbdev->helper.fbdev->fix; in hibmc_fbdev_init()
232 DRM_DEBUG_DRIVER("Member of info->fix is :\n" in hibmc_fbdev_init()
244 "...\n", fix->smem_start, fix->smem_len, fix->type, in hibmc_fbdev_init()
245 fix->type_aux, fix->visual, fix->xpanstep, in hibmc_fbdev_init()
246 fix->ypanstep, fix->ywrapstep, fix->line_length, in hibmc_fbdev_init()
247 fix->accel, fix->capabilities); in hibmc_fbdev_init()
/kernel/linux/linux-5.10/Documentation/scsi/
DChangeLog.arcmsr9 ** 1.10.00.10 10/10/2004 Erich Chen bug fix for SMP & ioctl
10 ** 1.20.00.00 11/29/2004 Erich Chen bug fix with arcmsr_bus_reset when PHY error
11 ** 1.20.00.02 12/09/2004 Erich Chen bug fix with over 2T bytes RAID Volume
22 ** 1.20.00.06 3/12/2005 Erich Chen fix with arcmsr_pci_unmap_dma "unsigned long" cast,
25 ** 1.20.00.07 3/23/2005 Erich Chen bug fix with arcmsr_scsi_host_template_init
29 ** bug fix enormous stack usage (Adrian Bunk's comment)
30 ** 1.20.00.08 6/23/2005 Erich Chen bug fix with abort command,
33 ** 1.20.00.09 9/12/2005 Erich Chen bug fix with abort command handling, firmware versi…
34 ** and firmware update notify for hardware bug fix
40 ** 1.20.00.11 9/29/2005 Erich Chen by comment of Arjan van de Ven fix incorrect msleep…
[all …]
DChangeLog.lpfc15 * Fix for issue where not all luns are seen. Search all lists
37 * Allow hex format numbers in sysfs attribute setting. Fix
73 * Merged patch from Christoph Hellwig (03/19) - fix initialization
95 * Fix compile warning/resultant panic in
134 * Fix comment for lpfc_sli_iocb_cmd_type to fit within 80 columns.
220 This will fix the free of uninitialised IRQ when config_port
225 * Fix double locking bug in the error handling part of
247 * IOCB initialization fix for Raw IO.
272 * Bug fix for Raw IO errors. Reuse of IOCBs now mandates setting
297 * Fix IOERR_RCV_BUFFER_WAITING handling for CT and ELS subsystem.
[all …]
/kernel/linux/linux-4.19/Documentation/scsi/
DChangeLog.arcmsr9 ** 1.10.00.10 10/10/2004 Erich Chen bug fix for SMP & ioctl
10 ** 1.20.00.00 11/29/2004 Erich Chen bug fix with arcmsr_bus_reset when PHY error
11 ** 1.20.00.02 12/09/2004 Erich Chen bug fix with over 2T bytes RAID Volume
22 ** 1.20.00.06 3/12/2005 Erich Chen fix with arcmsr_pci_unmap_dma "unsigned long" cast,
25 ** 1.20.00.07 3/23/2005 Erich Chen bug fix with arcmsr_scsi_host_template_init
29 ** bug fix enormous stack usage (Adrian Bunk's comment)
30 ** 1.20.00.08 6/23/2005 Erich Chen bug fix with abort command,
33 ** 1.20.00.09 9/12/2005 Erich Chen bug fix with abort command handling, firmware versi…
34 ** and firmware update notify for hardware bug fix
40 ** 1.20.00.11 9/29/2005 Erich Chen by comment of Arjan van de Ven fix incorrect msleep…
[all …]
DChangeLog.lpfc15 * Fix for issue where not all luns are seen. Search all lists
37 * Allow hex format numbers in sysfs attribute setting. Fix
73 * Merged patch from Christoph Hellwig (03/19) - fix initialization
95 * Fix compile warning/resultant panic in
134 * Fix comment for lpfc_sli_iocb_cmd_type to fit within 80 columns.
220 This will fix the free of uninitialised IRQ when config_port
225 * Fix double locking bug in the error handling part of
247 * IOCB initialization fix for Raw IO.
272 * Bug fix for Raw IO errors. Reuse of IOCBs now mandates setting
297 * Fix IOERR_RCV_BUFFER_WAITING handling for CT and ELS subsystem.
[all …]
/kernel/linux/linux-5.10/Documentation/ide/
DChangeLog.ide-cd.1994-200425 * 2.04b May 30, 1995 -- Fix to match changes in ide.c version 3.16 -ml
33 * Fix a bug in handling the sector cache which
46 * Fix usage count leak in cdrom_open, which happened
54 * Fix a race condition in retrieving error information.
59 * Fix race condition in setting up interrupt handlers
61 * 3.01 Sep 2, 1995 -- Fix ordering of reenabling interrupts in
67 * Fix handling of errors occurring before the
69 * Fix transfers with odd bytelengths.
85 * 3.07a Feb 11, 1996 -- check drive->id for NULL before dereferencing, to fix
92 * 3.10 Apr 10, 1996 -- Fix compilation error with STANDARD_ATAPI.
[all …]
/kernel/linux/linux-4.19/Documentation/ide/
DChangeLog.ide-cd.1994-200425 * 2.04b May 30, 1995 -- Fix to match changes in ide.c version 3.16 -ml
33 * Fix a bug in handling the sector cache which
46 * Fix usage count leak in cdrom_open, which happened
54 * Fix a race condition in retrieving error information.
59 * Fix race condition in setting up interrupt handlers
61 * 3.01 Sep 2, 1995 -- Fix ordering of reenabling interrupts in
67 * Fix handling of errors occurring before the
69 * Fix transfers with odd bytelengths.
85 * 3.07a Feb 11, 1996 -- check drive->id for NULL before dereferencing, to fix
92 * 3.10 Apr 10, 1996 -- Fix compilation error with STANDARD_ATAPI.
[all …]
/kernel/linux/linux-4.19/drivers/staging/sm750fb/
Dsm750.c178 pitch = info->fix.line_length; in lynxfb_ops_fillrect()
216 pitch = info->fix.line_length; in lynxfb_ops_copyarea()
250 pitch = info->fix.line_length; in lynxfb_ops_imageblit()
259 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in lynxfb_ops_imageblit()
260 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in lynxfb_ops_imageblit()
305 struct fb_fix_screeninfo *fix; in lynxfb_ops_set_par() local
317 fix = &info->fix; in lynxfb_ops_set_par()
319 /* fix structure is not so FIX ... */ in lynxfb_ops_set_par()
322 fix->line_length = line_length; in lynxfb_ops_set_par()
323 pr_info("fix->line_length = %d\n", fix->line_length); in lynxfb_ops_set_par()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dsunxvr2500.c86 /* Fill fix common fields */ in s3d_set_fbinfo()
87 strlcpy(info->fix.id, "s3d", sizeof(info->fix.id)); in s3d_set_fbinfo()
88 info->fix.smem_start = sp->fb_base_phys; in s3d_set_fbinfo()
89 info->fix.smem_len = sp->fb_size; in s3d_set_fbinfo()
90 info->fix.type = FB_TYPE_PACKED_PIXELS; in s3d_set_fbinfo()
92 info->fix.visual = FB_VISUAL_TRUECOLOR; in s3d_set_fbinfo()
94 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in s3d_set_fbinfo()
169 info->fix.line_length = sp->width; in s3d_pci_register()
172 info->fix.line_length = sp->width * 2; in s3d_pci_register()
175 info->fix.line_length = sp->width * 3; in s3d_pci_register()
[all …]
Dneofb.c226 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || in neoCalcVCLK()
227 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2230 || in neoCalcVCLK()
228 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2360 || in neoCalcVCLK()
229 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2380) { in neoCalcVCLK()
686 vramlen = info->fix.smem_len; in neofb_check_var()
968 switch (info->fix.accel) { in neofb_set_par()
1016 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in neofb_set_par()
1020 info->fix.visual = FB_VISUAL_TRUECOLOR; in neofb_set_par()
1035 info->fix.visual = FB_VISUAL_TRUECOLOR; in neofb_set_par()
1059 switch (info->fix.accel) { in neofb_set_par()
[all …]
Dstifb.c156 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg))
157 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg))
163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg))
164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg))
172 gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)); } while (0)
176 gsc_writel((value),(fb)->info.fix.mmio_start + (reg)); } while (0)
530 fb_memset(fb->info.screen_base + y * fb->info.fix.line_length, in rattlerSetupPlanes()
953 if (fb->info.fix.visual == FB_VISUAL_DIRECTCOLOR) { in stifb_setcolreg()
1120 struct fb_fix_screeninfo *fix; in stifb_init_fb() local
1135 fix = &info->fix; in stifb_init_fb()
[all …]
Dwm8505fb.c54 writel(fbi->fb.fix.smem_start, fbi->regbase + WMT_GOVR_FBADDR); in wm8505fb_init_hw()
55 writel(fbi->fb.fix.smem_start, fbi->regbase + WMT_GOVR_FBADDR1); in wm8505fb_init_hw()
127 info->fix.visual = FB_VISUAL_TRUECOLOR; in wm8505fb_set_par()
128 info->fix.line_length = info->var.xres_virtual << 2; in wm8505fb_set_par()
139 info->fix.visual = FB_VISUAL_TRUECOLOR; in wm8505fb_set_par()
140 info->fix.line_length = info->var.xres_virtual << 1; in wm8505fb_set_par()
205 switch (fbi->fb.fix.visual) { in wm8505fb_setcolreg()
280 strcpy(fbi->fb.fix.id, DRIVER_NAME); in wm8505fb_probe()
282 fbi->fb.fix.type = FB_TYPE_PACKED_PIXELS; in wm8505fb_probe()
283 fbi->fb.fix.xpanstep = 1; in wm8505fb_probe()
[all …]
/kernel/linux/linux-4.19/Documentation/filesystems/
Docfs2-online-filecheck.txt16 log. The user can try to check/fix this file via online filecheck feature.
20 This effort is to check/fix small issues which may hinder day-to-day operations
41 input to check/fix the file.
67 2. If you determine to fix this inode, do
69 # echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/fix
70 # cat /sys/fs/ocfs2/<devname>/filecheck/fix
76 This time, the <ERROR> column indicates whether this fix is successful or not.
78 3. The record cache is used to store the history of check/fix results. It's
87 file metadata. In case of errors, the filesystem would fix the errors
89 the inode must first be checked for errors before performing a final fix.
/kernel/linux/linux-4.19/drivers/video/fbdev/
Dneofb.c227 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || in neoCalcVCLK()
228 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2230 || in neoCalcVCLK()
229 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2360 || in neoCalcVCLK()
230 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2380) { in neoCalcVCLK()
687 vramlen = info->fix.smem_len; in neofb_check_var()
969 switch (info->fix.accel) { in neofb_set_par()
1017 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in neofb_set_par()
1021 info->fix.visual = FB_VISUAL_TRUECOLOR; in neofb_set_par()
1036 info->fix.visual = FB_VISUAL_TRUECOLOR; in neofb_set_par()
1060 switch (info->fix.accel) { in neofb_set_par()
[all …]
Dstifb.c156 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg))
157 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg))
163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg))
164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg))
172 gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)); } while (0)
176 gsc_writel((value),(fb)->info.fix.mmio_start + (reg)); } while (0)
530 fb_memset(fb->info.screen_base + y * fb->info.fix.line_length, in rattlerSetupPlanes()
953 if (fb->info.fix.visual == FB_VISUAL_DIRECTCOLOR) { in stifb_setcolreg()
1120 struct fb_fix_screeninfo *fix; in stifb_init_fb() local
1135 fix = &info->fix; in stifb_init_fb()
[all …]
Dsunxvr2500.c86 /* Fill fix common fields */ in s3d_set_fbinfo()
87 strlcpy(info->fix.id, "s3d", sizeof(info->fix.id)); in s3d_set_fbinfo()
88 info->fix.smem_start = sp->fb_base_phys; in s3d_set_fbinfo()
89 info->fix.smem_len = sp->fb_size; in s3d_set_fbinfo()
90 info->fix.type = FB_TYPE_PACKED_PIXELS; in s3d_set_fbinfo()
92 info->fix.visual = FB_VISUAL_TRUECOLOR; in s3d_set_fbinfo()
94 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in s3d_set_fbinfo()
170 info->fix.line_length = sp->width; in s3d_pci_register()
173 info->fix.line_length = sp->width * 2; in s3d_pci_register()
176 info->fix.line_length = sp->width * 3; in s3d_pci_register()
[all …]
Dwm8505fb.c62 writel(fbi->fb.fix.smem_start, fbi->regbase + WMT_GOVR_FBADDR); in wm8505fb_init_hw()
63 writel(fbi->fb.fix.smem_start, fbi->regbase + WMT_GOVR_FBADDR1); in wm8505fb_init_hw()
135 info->fix.visual = FB_VISUAL_TRUECOLOR; in wm8505fb_set_par()
136 info->fix.line_length = info->var.xres_virtual << 2; in wm8505fb_set_par()
147 info->fix.visual = FB_VISUAL_TRUECOLOR; in wm8505fb_set_par()
148 info->fix.line_length = info->var.xres_virtual << 1; in wm8505fb_set_par()
207 switch (fbi->fb.fix.visual) { in wm8505fb_setcolreg()
282 strcpy(fbi->fb.fix.id, DRIVER_NAME); in wm8505fb_probe()
284 fbi->fb.fix.type = FB_TYPE_PACKED_PIXELS; in wm8505fb_probe()
285 fbi->fb.fix.xpanstep = 1; in wm8505fb_probe()
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/
Docfs2-online-filecheck.rst19 log. The user can try to check/fix this file via online filecheck feature.
23 This effort is to check/fix small issues which may hinder day-to-day operations
44 input to check/fix the file.
71 2. If you determine to fix this inode, do::
73 # echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/fix
74 # cat /sys/fs/ocfs2/<devname>/filecheck/fix
81 This time, the <ERROR> column indicates whether this fix is successful or not.
83 3. The record cache is used to store the history of check/fix results. It's
92 file metadata. In case of errors, the filesystem would fix the errors
94 the inode must first be checked for errors before performing a final fix.
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dsecurity-bugs.rst16 who will help verify the bug report and develop and release a fix.
17 If you already have a fix, please include it with your report, as
20 understand and fix the security vulnerability.
23 will be to diagnose and fix. Please review the procedure outlined in
34 reproduction steps, and follow it with a proposed fix, all in plain text.
42 Once a robust fix has been developed, the release process starts. Fixes
50 only valid reason for deferring the publication of a fix is to accommodate
55 order to develop a fix, such information will not be published alongside
56 the fix or on any other disclosure channel without the permission of the
73 upstream fix. Distros will need some time to test the proposed patch and
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
Dsm750.c179 pitch = info->fix.line_length; in lynxfb_ops_fillrect()
217 pitch = info->fix.line_length; in lynxfb_ops_copyarea()
251 pitch = info->fix.line_length; in lynxfb_ops_imageblit()
260 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in lynxfb_ops_imageblit()
261 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in lynxfb_ops_imageblit()
304 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in lynxfb_set_visual_mode()
309 info->fix.visual = FB_VISUAL_TRUECOLOR; in lynxfb_set_visual_mode()
362 struct fb_fix_screeninfo *fix; in lynxfb_ops_set_par() local
374 fix = &info->fix; in lynxfb_ops_set_par()
376 /* fix structure is not so FIX ... */ in lynxfb_ops_set_par()
[all …]
/kernel/linux/linux-4.19/Documentation/admin-guide/
Dsecurity-bugs.rst16 who will help verify the bug report and develop and release a fix.
17 If you already have a fix, please include it with your report, as
20 understand and fix the security vulnerability.
23 will be to diagnose and fix. Please review the procedure outlined in
35 Once a robust fix has been developed, the release process starts. Fixes
43 only valid reason for deferring the publication of a fix is to accommodate
48 order to develop a fix, such information will not be published alongside
49 the fix or on any other disclosure channel without the permission of the
66 upstream fix. Distros will need some time to test the proposed patch and

12345678910>>...135