Searched full:inspect (Results 1 – 25 of 149) sorted by relevance
123456
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | isp.c | 35 /* Inspect readiness of an ISP indexed by ID */ 42 /* Inspect sleeping of an ISP indexed by ID */
|
/linux-6.14.4/Documentation/networking/diagnostic/ |
D | twisted_pair_layer1_diagnostics.rst | 90 proceed to the **Inspect Link Status and PHY Configuration** section. 105 proceed to the **Inspect Link Status and PHY Configuration** section to 131 Inspect Link Status and PHY Configuration 321 Diagnostics** or reviewing the **Inspect Link Status and PHY 429 - **Next Steps**: Inspect the cable at the fault length for visible damage 446 - **Next Steps**: Replace or repair the damaged cable. Inspect the cable for 476 - **Next Steps**: Inspect the cable manually if possible, or use alternative 485 - **Next Steps**: Re-run the test, verify the link partner's state, and inspect
|
/linux-6.14.4/tools/testing/selftests/net/lib/py/ |
D | ksft.py | 5 import inspect 37 stack = inspect.stack()
|
/linux-6.14.4/include/drm/ |
D | drm_modeset_helper_vtables.h | 174 * Atomic drivers which need to inspect and adjust more state should 328 * This function is also allowed to inspect any other object's state and 589 * Atomic drivers which need to inspect and adjust more state should 657 * If the driver uses the atomic modeset helpers and needs to inspect 680 * be used instead of @mode_set if the driver needs to inspect the 898 * held. Because of this it's safe to inspect &drm_connector->state. 962 * held. Because of this it's safe to inspect &drm_connector->state. 1025 * atomic update. The driver is not allowed to change or inspect 1027 * inspect dynamic configuration state should instead use 1080 * This function is also allowed to inspect any other object's state and [all …]
|
D | drm_vma_manager.h | 157 * @node: Node to inspect 176 * @node: Node to inspect
|
D | drm_mm.h | 308 * not inspect holes themselves. Drivers must check first whether a hole indeed 330 * not inspect holes themselves. Drivers must check first whether a hole indeed
|
/linux-6.14.4/Documentation/input/ |
D | notifier.rst | 23 That permits one to inspect the resulting LEDs for instance.
|
/linux-6.14.4/Documentation/input/devices/ |
D | cs461x.rst | 39 inspect cs461x: prefixed messages to determine possible card detection
|
/linux-6.14.4/tools/perf/Documentation/ |
D | security.txt | 140 monitoring and observability operations. Inspect system audit records for 154 To make sure that access is limited by MAC policy settings inspect system
|
/linux-6.14.4/drivers/ata/ |
D | pata_ixp4xx_cf.c | 252 /* Inspect our address to figure out what chipselect the CMD is on */ in ixp4xx_pata_probe() 255 return dev_err_probe(dev, ret, "can't inspect CMD address\n"); in ixp4xx_pata_probe()
|
/linux-6.14.4/tools/lib/api/fs/ |
D | cgroup.c | 41 * and inspect every cgroupfs mount point to find one that has in cgroupfs_find_mountpoint()
|
/linux-6.14.4/Documentation/gpu/amdgpu/ |
D | debugging.rst | 71 0x0000800102800000. The user can then inspect their shader code and resource
|
/linux-6.14.4/include/linux/ |
D | fanotify.h | 92 /* Content events can be used to inspect file content */
|
D | mmu_notifier.h | 27 * is enough no need to inspect changes to the CPU page table (mprotect() 31 * pages in the range so to mirror those changes the user must inspect the CPU
|
/linux-6.14.4/drivers/hid/bpf/progs/ |
D | README | 42 $> udev-hid-bpf inspect xppen-ArtistPro16Gen2.bpf.o
|
/linux-6.14.4/drivers/gpu/drm/xe/regs/ |
D | xe_reg_defs.h | 37 * value can inspect it.
|
/linux-6.14.4/arch/arm64/kernel/ |
D | efi-header.S | 20 * Bootloaders may inspect the opcode at the start of the kernel
|
/linux-6.14.4/Documentation/virt/kvm/devices/ |
D | s390_flic.rst | 15 - inspect currently pending interrupts (KVM_FLIC_GET_ALL_IRQS)
|
/linux-6.14.4/tools/gpio/ |
D | lsgpio.c | 120 /* Inspect this GPIO chip */ in list_device()
|
/linux-6.14.4/include/linux/sunrpc/ |
D | svcauth.h | 106 * It should inspect the authenticator and verifier, and possibly the data.
|
/linux-6.14.4/arch/x86/lib/ |
D | insn-eval.c | 30 * @insn: Instruction containing the opcode to inspect 56 * @insn: Instruction containing the prefix to inspect 81 * Inspect the instruction prefixes in @insn and find segment overrides, if any. 265 * must be valid. However, if @regoff indicates rIP, we don't need to inspect 288 * be used. Hence, it is not necessary to inspect the instruction, in resolve_seg_reg()
|
/linux-6.14.4/kernel/ |
D | kcmp.c | 157 * One should have enough rights to inspect task details. in SYSCALL_DEFINE5()
|
/linux-6.14.4/Documentation/driver-api/media/drivers/ |
D | vidtv.rst | 233 Using the tools in v4l-utils is a great way to test and inspect the output of 415 By playing the contents of the stream one can visually inspect the workings of
|
/linux-6.14.4/Documentation/devicetree/bindings/mmc/ |
D | arm,pl18x.yaml | 51 inspect the PrimeCell ID registers to determine which hardware
|
/linux-6.14.4/Documentation/networking/ |
D | xfrm_device.rst | 132 When ready to send, the driver needs to inspect the Tx packet for the
|
123456