Home
last modified time | relevance | path

Searched refs:whole (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/linux/block/
H A Dbdev.c588 struct block_device *whole = bdev_whole(bdev); in bd_may_claim() local
608 if (whole != bdev && in bd_may_claim()
609 whole->bd_holder && whole->bd_holder != bd_may_claim) in bd_may_claim()
630 struct block_device *whole = bdev_whole(bdev); in bd_prepare_to_claim() local
643 if (whole->bd_claiming) { in bd_prepare_to_claim()
644 wait_queue_head_t *wq = __var_waitqueue(&whole->bd_claiming); in bd_prepare_to_claim()
655 whole->bd_claiming = holder; in bd_prepare_to_claim()
661 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument
665 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming()
666 whole->bd_claiming = NULL; in bd_clear_claiming()
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dbfticu.txt3 The bfticu is a multifunction device that manages the whole chassis.
4 Its main functionality is to collect IRQs from the whole chassis and signals
/linux/Documentation/admin-guide/pm/
H A Dstrategies.rst15 One of them is based on using global low-power states of the whole system in
21 user space code can run. Because sleep states are global and the whole system
37 If all of the system components are active, the system as a whole is regarded as
40 as a whole is regarded as "runtime idle" which may be very close to a sleep
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst40 - Suggested cropping rectangle that covers the "whole picture".
64 - Suggested composition rectangle that covers the "whole picture".
/linux/scripts/
H A Dlink-vmlinux.sh9 # (not within --whole-archive), and do not require symbol indexes added.
104 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c166 u32 whole; in get_best_ratio() local
171 whole = a / b; in get_best_ratio()
172 n[i] += (n[i ^ 1] * whole); in get_best_ratio()
173 d[i] += (d[i ^ 1] * whole); in get_best_ratio()
178 c = a - (b * whole); in get_best_ratio()
/linux/drivers/iio/light/
H A Dopt3001.c254 int whole = opt->chip_info->factor_whole; in opt3001_to_iio_ret() local
258 ret = whole * (mantissa << exponent); in opt3001_to_iio_ret()
587 int whole; in opt3001_write_event_value() local
608 whole = opt->chip_info->factor_whole; in opt3001_write_event_value()
612 mantissa = (((val * integer) + (val2 / decimal)) / whole) >> exponent; in opt3001_write_event_value()
/linux/Documentation/filesystems/
H A Dubifs.rst25 eraseblock, write to some offset within an eraseblock, and erase a whole
26 eraseblock. Block devices support 2 main operations - read a whole
27 block and write a whole block.
28 3 The whole eraseblock has to be erased before it becomes possible to
/linux/Documentation/features/debug/gcov-profile-all/
H A Darch-support.txt4 # description: arch supports whole-kernel GCOV code coverage profiling
/linux/Documentation/devicetree/bindings/input/
H A Dcpcap-pwrbutton.txt3 This module is part of the CPCAP. For more details about the whole
H A Dti,palmas-pwrbutton.txt4 about the whole chip see:
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pine64-plus.dts32 * whole process.
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst55 including the whole card. When erasing a large area it may
59 the card wait. This is not a problem if the whole card
/linux/Documentation/dev-tools/
H A Dindex.rst8 whole; patches welcome!
H A Dtesting-overview.rst38 than a feature as a whole.
60 kselftest is therefore suited well to tests of whole features, as these will
112 These tools tend to test the kernel as a whole, and do not "pass" like
125 commonly used in the kernel allow one to inspect the whole source tree or just
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-sbc-imx7.dts10 * whole.
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-cpcap.txt4 This module is part of the CPCAP. For more details about the whole
/linux/arch/arm/boot/compressed/
H A Dhead.S730 mov r0, #0x3f @ 4G, the whole
760 mov r0, #0x3f @ 4G, the whole
771 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
784 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
910 mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache
1174 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
1183 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4
1184 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4
1198 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB
1335 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cache v3
/linux/arch/alpha/kernel/
H A Dhead.S89 # Putting it here means we dont have to recompile the whole
/linux/sound/soc/cirrus/
H A DKconfig27 state machine and the whole stream can be shifted by one byte
/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt156 so we need to enable the whole list explicitly (both events).
185 We close the whole events list (both events) and remove it together with the threads map:
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-boot_params26 The whole boot_params directory structure is like below::
H A Dsysfs-driver-samsung-laptop7 sysfs file. These values don't always make a whole lot
/linux/fs/f2fs/
H A DKconfig37 mounted as f2fs. Each file shows the whole f2fs information.
41 - average SIT information about whole segments
/linux/Documentation/driver-api/gpio/
H A Dbt8xxgpio.rst19 The are several ways to access these pins. One might unsolder the whole chip

12345678910>>...18