/linux/drivers/usb/serial/ |
H A D | ch341.c | 155 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) 172 * baudrate = 48000000 / (2^(12 - 3 * ps - fact) * div), where 175 * 0 <= fact <= 1, in ch341_get_divisor() 176 * 2 <= div <= 256 if fact = 0, or in ch341_get_divisor() 177 * 9 <= div <= 256 if fact = 1 in ch341_get_divisor() local 181 unsigned int fact, div, clk_div; in ch341_get_divisor() 192 * Start with highest possible base clock (fact = 1) that will give a in ch341_get_divisor() 195 fact = 1; in ch341_get_divisor() 205 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor() 151 CH341_CLK_DIV(ps,fact) global() argument [all...] |
/linux/Documentation/admin-guide/laptops/ |
H A D | toshiba_haps.rst | 47 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
|
H A D | disk-shock-protection.rst | 74 A word of caution: The fact that the interface operates on a basis of 76 reality. In fact, the ATA specs clearly state that the time for an
|
/linux/fs/omfs/ |
H A D | Kconfig | 10 more efficient than a standard FS for MPEG files, in fact likely
|
/linux/Documentation/i2c/busses/ |
H A D | i2c-ali1563.rst | 22 notable exceptions. One of those happens to be the fact they upgraded the
|
/linux/kernel/rcu/ |
H A D | Kconfig.debug | 34 after the fact on the running kernel to be tested, if desired. 49 after the fact on the running kernel to be tested, if desired. 95 The kernel module may be built after the fact on the running kernel to be
|
/linux/Documentation/hwmon/ |
H A D | lm83.rst | 41 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.
|
H A D | ltc4215.rst | 29 This driver does not probe for LTC4215 devices, due to the fact that some
|
H A D | k8temp.rst | 23 from revision F of K8 core, but in fact it seems to be implemented for all
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 194 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/admin-guide/blockdev/ |
H A D | nbd.rst | 20 system, as the nbd-server is completely in userspace. In fact,
|
/linux/Documentation/RCU/ |
H A D | rcu.rst | 24 barriers. The fact that these operations are quite expensive 26 in read-mostly situations. The fact that RCU readers need not
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-lefi-boardinfo | 30 exists SMBIOS in firmware, but the fact is that there is no SMBIOS on
|
H A D | sysfs-firmware-ofw | 41 The fact that this node does not reside under
|
/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-bus-usb | 25 In fact so many don't that by default, the USB core
|
/linux/Documentation/admin-guide/namespaces/ |
H A D | compatibility-list.rst | 29 or IPC shmem/message. The fact is that this ID is only valid
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | legacy_dvb_decoder_api.rst | 40 Because of that fact the only supported data formats are ISO/IEC 13818-1
|
/linux/Documentation/userspace-api/media/ |
H A D | intro.rst | 30 called as DVB API, in fact it covers several different video standards
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-module | 23 considered stable, only the fact that they will be
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-controller-model.rst | 39 fact that a particular camera sensor and lens controller form a single
|
/linux/Documentation/admin-guide/mm/ |
H A D | soft-dirty.rst | 30 the kernel does is finds this fact out and puts both writable and soft-dirty
|
/linux/Documentation/networking/ |
H A D | tcp-thin.rst | 22 lifespan. The combination of time-dependency and the fact that the
|
/linux/Documentation/driver-api/usb/ |
H A D | writing_musb_glue_layer.rst | 495 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/userspace-api/ |
H A D | spec_ctrl.rst | 6 fact vulnerabilities causing data leaks in various forms even across
|
/linux/tools/testing/selftests/arm64/signal/ |
H A D | README | 38 kind of tests it is extremely easy in fact to end-up injecting other
|