Home
last modified time | relevance | path

Searched refs:fit (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9v111.c912 unsigned int fit = abs(mt9v111_frame_sizes[i].width - in mt9v111_set_format() local
916 if (fit < best_fit) { in mt9v111_set_format()
917 best_fit = fit; in mt9v111_set_format()
920 if (fit == 0) in mt9v111_set_format()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmt9v111.c913 unsigned int fit = abs(mt9v111_frame_sizes[i].width - in mt9v111_set_format() local
917 if (fit < best_fit) { in mt9v111_set_format()
918 best_fit = fit; in mt9v111_set_format()
921 if (fit == 0) in mt9v111_set_format()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memset.S70 bic $1,7,$1 # E : fit within a single quadword?
79 * Target address is misaligned, and won't fit within a quadword
251 bic $1,7,$1 # E : fit within a single quadword
257 * Target address is misaligned, and won't fit within a quadword
436 bic $1,7,$1 # E : fit within a single quadword
445 * Target address is misaligned, and won't fit within a quadword
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memset.S70 bic $1,7,$1 # E : fit within a single quadword?
79 * Target address is misaligned, and won't fit within a quadword
251 bic $1,7,$1 # E : fit within a single quadword
257 * Target address is misaligned, and won't fit within a quadword
436 bic $1,7,$1 # E : fit within a single quadword
445 * Target address is misaligned, and won't fit within a quadword
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci.h697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() local
699 ohci_writel (ohci, (fit ^ FIT) | ohci->fminterval, in periodic_reinit()
H A Du132-hcd.c1524 u32 fit; in u132_periodic_reinit() local
1529 fit = fminterval & FIT; in u132_periodic_reinit()
1531 (fit ^ FIT) | u132->hc_fminterval); in u132_periodic_reinit()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci.h697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() local
699 ohci_writel (ohci, (fit ^ FIT) | ohci->fminterval, in periodic_reinit()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_gpu_error.h186 struct scatterlist *sgl, *fit; member
H A Di915_gpu_error.c878 sg = READ_ONCE(error->fit); in i915_gpu_coredump_copy_to_buffer()
919 WRITE_ONCE(error->fit, sg); in i915_gpu_coredump_copy_to_buffer()
1536 /* Capture all registers which don't fit into another category. */
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gpu_error.h221 struct scatterlist *sgl, *fit; member
H A Di915_gpu_error.c962 sg = READ_ONCE(error->fit); in i915_gpu_coredump_copy_to_buffer()
1003 WRITE_ONCE(error->fit, sg); in i915_gpu_coredump_copy_to_buffer()
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_scan.S155 | data types that fit in an integer data register
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_scan.S155 | data types that fit in an integer data register
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S188 bls.b lddovf # answer won't fit in 32 bits
209 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
217 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S188 bls.b lddovf # answer won't fit in 32 bits
209 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
217 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c1588 return 0; /* component must fit device */ in super_90_rdev_size_change()
2223 return 0; /* component must fit device */ in super_1_rdev_size_change()
3454 return -EINVAL; /* component must fit device */ in rdev_size_store()
3542 * are recorded as bad. The list is truncated to fit within
7271 int fit = (num_sectors == 0); in update_size() local
7280 * happening, and if the new size is acceptable. It must fit before the in update_size()
7281 * sb_start or, if that is <data_offset, it must fit before the size in update_size()
7294 if (fit && (num_sectors == 0 || num_sectors > avail)) in update_size()
8135 /* Pick 'scale' such that (resync>>scale)*1000 will fit in status_resync()
8136 * in a sector_t, and (max_sectors>>scale) will fit i in status_resync()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c1547 return 0; /* component must fit device */ in super_90_rdev_size_change()
2179 return 0; /* component must fit device */ in super_1_rdev_size_change()
3400 return -EINVAL; /* component must fit device */ in rdev_size_store()
3463 * are recorded as bad. The list is truncated to fit within
7303 int fit = (num_sectors == 0); in update_size() local
7312 * happening, and if the new size is acceptable. It must fit before the in update_size()
7313 * sb_start or, if that is <data_offset, it must fit before the size in update_size()
7326 if (fit && (num_sectors == 0 || num_sectors > avail)) in update_size()
8187 /* Pick 'scale' such that (resync>>scale)*1000 will fit in status_resync()
8188 * in a sector_t, and (max_sectors>>scale) will fit i in status_resync()
[all...]

Completed in 68 milliseconds