Home
last modified time | relevance | path

Searched refs:fit (Results 1 – 14 of 14) sorted by relevance

/drivers/video/console/
DKconfig58 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/
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()
/drivers/usb/host/
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()
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()
/drivers/gpu/drm/i915/
Di915_gpu_error.h185 struct scatterlist *sgl, *fit; member
Di915_gpu_error.c875 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/
DTODO38 Multicolor is not a good fit for RGB LED. It does not really know
/drivers/staging/most/Documentation/
Ddriver_usage.txt215 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/
DTODO81 The code in vchiq_bcm2835_arm.c should fit in the generic platform file.
/drivers/net/
DKconfig100 designed to be fairly general purpose and abstract enough to fit most
/drivers/input/misc/
DKconfig9 Everything that didn't fit into the other categories is here. This option
/drivers/watchdog/
DKconfig1106 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/
DKconfig704 Most boards such as the Trantor T130 fit this category, as do
/drivers/md/
Dmd.c7270 int fit = (num_sectors == 0); in update_size() local
7293 if (fit && (num_sectors == 0 || num_sectors > avail)) in update_size()