Searched refs:fit (Results 1 – 14 of 14) sorted by relevance
/drivers/video/console/ |
D | Kconfig | 58 On PA-RISC, the default value is 160, which should fit a 1280x1024 68 On PA-RISC, the default value is 64, which should fit a 1280x1024
|
/drivers/media/i2c/ |
D | mt9v111.c | 913 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()
|
/drivers/usb/host/ |
D | ohci.h | 697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() local 699 ohci_writel (ohci, (fit ^ FIT) | ohci->fminterval, in periodic_reinit()
|
D | u132-hcd.c | 1524 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()
|
/drivers/gpu/drm/i915/ |
D | i915_gpu_error.h | 185 struct scatterlist *sgl, *fit; member
|
D | i915_gpu_error.c | 875 sg = READ_ONCE(error->fit); in i915_gpu_coredump_copy_to_buffer() 916 WRITE_ONCE(error->fit, sg); in i915_gpu_coredump_copy_to_buffer()
|
/drivers/leds/ |
D | TODO | 38 Multicolor is not a good fit for RGB LED. It does not really know
|
/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 215 allocated within one MOST frame, is calculated that fit into _one_ 512 byte 236 fit its constraints, it is recommended to always double check the
|
/drivers/staging/vc04_services/interface/ |
D | TODO | 81 The code in vchiq_bcm2835_arm.c should fit in the generic platform file.
|
/drivers/net/ |
D | Kconfig | 100 designed to be fairly general purpose and abstract enough to fit most
|
/drivers/input/misc/ |
D | Kconfig | 9 Everything that didn't fit into the other categories is here. This option
|
/drivers/watchdog/ |
D | Kconfig | 1106 This is the driver for the built-in watchdog timer on the fit-PC2, 1107 fit-PC2i, CM-iAM single-board computers made by Compulab.
|
/drivers/scsi/ |
D | Kconfig | 704 Most boards such as the Trantor T130 fit this category, as do
|
/drivers/md/ |
D | md.c | 7270 int fit = (num_sectors == 0); in update_size() local 7293 if (fit && (num_sectors == 0 || num_sectors > avail)) in update_size()
|