/linux/drivers/usb/storage/ |
H A D | initializers.h | 27 * This places the Shuttle/SCM USB<->SCSI bridge devices in multi-target 38 /* This places the HUAWEI E220 devices in multi-port mode */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb-devices-usbsevseg | 41 Description: Controls the decimal places on the device. 44 the value k and has 1 or more decimal places set,
|
/linux/drivers/gpu/drm/i915/ |
H A D | TODO.txt | 31 - i915_utils.h needs to be moved to the right places. 35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 94 expression_t *places, symbol_ref_t *src, int ret); 1723 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument 1746 if (places->value > 8 || places->value <= 0) { in format_2_instr() 1752 if (places->value == 8) in format_2_instr() 1755 shift_control = (places->value << 4) | places->value; in format_2_instr() 1758 if (places->value == 8) { in format_2_instr() 1761 shift_control = (places->value << 4) in format_2_instr() 1762 | (8 - places->value) in format_2_instr() 1767 shift_control = places->value & 0x7; in format_2_instr() 1770 shift_control = (8 - places->value) | 0x08; in format_2_instr() [all …]
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_bo_validate_test.c | 29 struct ttm_place *places, in ttm_placement_kunit_init() argument 38 placement->placement = places; in ttm_placement_kunit_init() 420 struct ttm_place *init_place, places[2]; in ttm_bo_validate_busy_placement() local 441 places[0] = (struct ttm_place){ .mem_type = fst_mem, .flags = TTM_PL_FLAG_DESIRED }; in ttm_bo_validate_busy_placement() 442 places[1] = (struct ttm_place){ .mem_type = snd_mem, .flags = TTM_PL_FLAG_FALLBACK }; in ttm_bo_validate_busy_placement() 443 placement_val = ttm_placement_kunit_init(test, places, 2); in ttm_bo_validate_busy_placement() 708 struct ttm_place *init_place, places[2]; in ttm_bo_validate_move_fence_not_signaled() local 730 places[0] = (struct ttm_place){ .mem_type = fst_mem, .flags = TTM_PL_FLAG_DESIRED }; in ttm_bo_validate_move_fence_not_signaled() 731 places[1] = (struct ttm_place){ .mem_type = snd_mem, .flags = TTM_PL_FLAG_FALLBACK }; in ttm_bo_validate_move_fence_not_signaled() 732 placement_val = ttm_placement_kunit_init(test, places, 2); in ttm_bo_validate_move_fence_not_signaled()
|
/linux/arch/nios2/include/asm/ |
H A D | asm-macros.h | 14 * ANDs reg2 with mask and places the result in reg1. 34 * ORs reg2 with mask and places the result in reg1. 53 * XORs reg2 with mask and places the result in reg1.
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | adi,max98396.yaml | 86 automatically places the device into software shutdown. 100 automatically places the device into software shutdown.
|
/linux/arch/loongarch/lib/ |
H A D | dump_tlb.c | 75 /* NR/NX are in awkward places, so mask them off separately */ in dump_tlb() 88 /* NR/NX are in awkward places, so mask them off separately */ in dump_tlb()
|
/linux/Documentation/admin-guide/ |
H A D | sysfs-rules.rst | 109 There are currently three places for classification of devices: 113 All three places have completely different rules on how to access 124 places, as the kernel is free to move a subsystem from one place to
|
/linux/arch/mips/econet/ |
H A D | Platform | 4 # bootloader actually places the kernel.
|
/linux/arch/m68k/fpsp040/ |
H A D | binstr.S | 90 asll #3,%d2 |shift d2 left by 3 places 92 asll #3,%d3 |shift d3 left by 3 places
|
/linux/arch/mips/lib/ |
H A D | dump_tlb.c | 149 /* RI/XI are in awkward places, so mask them off separately */ in dump_tlb() 164 /* RI/XI are in awkward places, so mask them off separately */ in dump_tlb()
|
/linux/Documentation/arch/arm/ |
H A D | kernel_mode_neon.rst | 61 kernel_neon_end() and kernel_neon_begin() in places in your code where none of 86 instructions appearing in unexpected places if no special care is taken.
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | marvell,pxa168.txt | 12 region. There are 3 places in SOC has clock control logic:
|
H A D | marvell,pxa910.txt | 12 region. There are 4 places in SOC has clock control logic:
|
/linux/tools/power/cpupower/utils/helpers/ |
H A D | topology.c | 10 in the end, but double check for -1 for offlined cpus at other places */
|
/linux/include/vdso/ |
H A D | page.h | 11 * in several places throughout the codebase.
|
/linux/Documentation/block/ |
H A D | biovecs.rst | 59 pattern comes up in a lot of places; a lot of drivers were essentially open 66 - again, this was being done in a fair number of places.
|
/linux/arch/microblaze/include/asm/ |
H A D | entry.h | 19 * places
|
/linux/arch/x86/kernel/apic/ |
H A D | Makefile | 7 # In particular, smp_apic_timer_interrupt() is called in random places.
|
/linux/arch/arm/mach-footbridge/ |
H A D | ebsa285-pci.c | 7 * Bits taken from various places.
|
H A D | netwinder-pci.c | 7 * Bits taken from various places.
|
/linux/include/linux/ |
H A D | threads.h | 20 /* Places which use this should consider cpumask_var_t. */
|
/linux/Documentation/devicetree/bindings/firmware/ |
H A D | qemu,fw-cfg-mmio.yaml | 21 DTB that QEMU places at the bottom of the guest's DRAM.
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | assert_support.h | 30 /* Deprecated OP___assert, this is still used in ~1000 places
|