Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 25 of 265) sorted by relevance

1234567891011

/linux/drivers/usb/serial/
A Dch341.c148 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) argument
174 unsigned int fact, div, clk_div; in ch341_get_divisor() local
188 fact = 1; in ch341_get_divisor()
198 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor()
209 fact = 0; in ch341_get_divisor()
228 if (fact == 1 && div % 2 == 0) { in ch341_get_divisor()
230 fact = 0; in ch341_get_divisor()
233 return (0x100 - div) << 8 | fact << 2 | ps; in ch341_get_divisor()
/linux/kernel/rcu/
A DKconfig.debug38 after the fact on the running kernel to be tested, if desired.
57 after the fact on the running kernel to be tested, if desired.
76 The kernel module may be built after the fact on the running kernel to be
/linux/Documentation/admin-guide/laptops/
A Dtoshiba_haps.rst47 given the fact that such drives have no movable parts, and thus, not requiring
65 with this device is supported, given the fact that they have the presence of
/linux/fs/omfs/
A DKconfig9 more efficient than a standard FS for MPEG files, in fact likely
/linux/Documentation/i2c/busses/
A Di2c-ali1563.rst22 notable exceptions. One of those happens to be the fact they upgraded the
/linux/drivers/media/pci/ivtv/
A Divtv-ioctl.c194 int fact = new_speed < 0 ? -1 : 1; in ivtv_validate_speed() local
206 return fact * 2000; in ivtv_validate_speed()
208 return fact * 1500; in ivtv_validate_speed()
212 return fact * 2000; in ivtv_validate_speed()
214 return fact * 1500; in ivtv_validate_speed()
216 return fact * 1000; in ivtv_validate_speed()
221 return fact * new_speed; in ivtv_validate_speed()
227 if (new_speed > 60) return 1000 / (fact * 60); in ivtv_validate_speed()
228 return 1000 / (fact * new_speed); in ivtv_validate_speed()
/linux/Documentation/hwmon/
A Dlm83.rst41 fact that any of these motherboards do actually have an LM83, please
63 The fact that the LM83 is only scarcely used can be easily explained.
A Dltc4215.rst29 This driver does not probe for LTC4215 devices, due to the fact that some
A Dk8temp.rst23 from revision F of K8 core, but in fact it seems to be implemented for all
/linux/Documentation/admin-guide/blockdev/
A Dnbd.rst20 system, as the nbd-server is completely in userspace. In fact,
/linux/Documentation/RCU/
A Drcu.rst25 barriers. The fact that these operations are quite expensive
27 in read-mostly situations. The fact that RCU readers need not
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-lefi-boardinfo30 exists SMBIOS in firmware, but the fact is that there is no SMBIOS on
A Dsysfs-firmware-ofw41 The fact that this node does not reside under
/linux/Documentation/ABI/obsolete/
A Dsysfs-bus-usb25 In fact so many don't that by default, the USB core
/linux/Documentation/admin-guide/namespaces/
A Dcompatibility-list.rst29 or IPC shmem/message. The fact is that this ID is only valid
/linux/Documentation/userspace-api/media/
A Dintro.rst30 called as DVB API, in fact it covers several different video standards
/linux/Documentation/ABI/stable/
A Dsysfs-module23 considered stable, only the fact that they will be
/linux/Documentation/admin-guide/mm/
A Dsoft-dirty.rst32 the kernel does is finds this fact out and puts both writable and soft-dirty
/linux/Documentation/networking/
A Dtcp-thin.rst22 lifespan. The combination of time-dependency and the fact that the
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dti,am3359-tsc.yaml54 so this does in fact function as a hardware knob for adjusting the amount
/linux/Documentation/driver-api/usb/
A Dwriting_musb_glue_layer.rst495 resources, and the name ``mc`` is in fact hard-coded in the MUSB core in
503 for this device; remember this is in fact the name that we used in the
608 the fact that the controller hardware is missing registers that are used
629 USB data packets of 512 bytes at once (this is in fact a bulk in/out
631 at once (this is in fact an interrupt endpoint).
672 around the fact that some interrupt bits used for USB host mode
/linux/Documentation/core-api/
A Dpin_user_pages.rst58 For huge pages (and in fact, any compound page of more than 2 pages), the
66 fact, testing revealed that, without a separate hpage_pinned_refcount field,
99 * False positives (reporting that a page is dma-pinned, when in fact it is not)
/linux/tools/power/x86/intel-speed-select/
A Disst.h135 int fact; member
/linux/arch/arm64/boot/dts/mediatek/
A Dmt8183-kukui-kodama.dtsi330 * we're relying on the fact that this pin has a default
A Dmt8183-kukui-krane.dtsi334 * we're relying on the fact that this pin has a default

Completed in 46 milliseconds

1234567891011