Home
last modified time | relevance | path

Searched full:don (Results 1 – 25 of 4317) sorted by relevance

12345678910>>...173

/linux/Documentation/PCI/endpoint/function/binding/
H A Dpci-ntb.rst14 revid don't care
15 progif_code don't care
18 cache_line_size don't care
19 subsys_vendor_id don't care
20 subsys_id don't care
21 interrupt_pin don't care
22 msi_interrupts don't care
23 msix_interrupts don't care
H A Dpci-test.rst14 revid don't care
15 progif_code don't care
16 subclass_code don't care
18 cache_line_size don't care
19 subsys_vendor_id don't care
20 subsys_id don't care
/linux/arch/riscv/
H A DKconfig.errata22 If you don't know what to do here, say "Y".
66 If you don't know what to do here, say "Y".
77 If you don't know what to do here, say "Y".
117 If you don't know what to do here, say "Y".
130 If you don't know what to do here, say "Y".
143 If you don't know what to do here, say "Y".
154 If you don't know what to do here, say "Y".
H A DKconfig.vendor16 If you don't know what to do here, say Y.
29 If you don't know what to do here, say Y.
42 If you don't know what to do here, say Y.
55 If you don't know what to do here, say Y.
68 If you don't know what to do here, say Y.
H A DKconfig452 If you don't know what to do here, say N.
566 If you don't know what to do here, say Y.
596 If you don't know what to do here, say Y.
613 If you don't know what to do here, say Y.
634 If you don't know what to do here, say Y.
645 If you don't know what to do here, say Y.
696 If you don't know what to do here, say Y.
713 If you don't know what to do here, say Y.
748 If you don't know what to do here, say Y.
763 If you don't know what to do here, say Y.
[all …]
/linux/Documentation/devicetree/bindings/
H A DABI.rst14 don't result in breakage. For instance, if a new property is added,
23 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a
30 the old binding. ie. add additional properties, but don't change the
34 4) Don't submit bindings for staging or unstable. That will be decided by
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h21 /*! The match mask is per-nibble. 0 means don't care, i.e. every value
88 /*! 0: don't care
98 /*! 0: don't care
108 /*! 0: don't care
118 /*! 0: don't care
123 * 0: don't care
127 /*! 0: don't care
131 /*! 0: don't care
143 * 0: don't care
152 * 0: don't care
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_var_off.c26 * &skb->pkt_type, but we don't know which \ in variable_offset_ctx_access()
52 * we don't know which \ in stack_read_priv_vs_unpriv()
75 * we don't know which \ in variable_offset_stack_read_uninitialized()
106 * fp-16, but we don't know which \ in stack_write_priv_vs_unpriv()
144 * we don't know which \ in stack_write_followed_by_read()
186 * we don't know which. \ in stack_write_clobbers_spilled_regs()
219 /* Check the lower bound but don't check the upper one. */\ in variable_offset_stack_access_unbounded()
252 * we don't know which \ in access_max_out_of_bound()
310 * we don't know which \ in access_min_out_of_bound()
339 /* Add it to fp. We now have either fp-12 or fp-16, but we don' in access_min_off_min_initialized()
[all...]
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h61 * Don't scan the PGD for pointers, it contains references to PUDs but in pgd_alloc()
68 * With hugetlb, we don't clear the second half of the page table. in pgd_alloc()
71 * With 4K we don't store slot in the second half. Hence we don't in pgd_alloc()
100 * Tell kmemleak to ignore the PUD, that means don't scan it for in pud_alloc_one()
101 * pointers and don't consider it a leak. PUDs are typically only in pud_alloc_one()
/linux/drivers/media/usb/dvb-usb-v2/
H A Danysee.h99 | 01-59 | don't care
103 | 61-63 | don't care
111 | 01-59 | don't care
115 | 61-63 | don't care
132 | -59 | don't care
136 | 61-63 | don't care
154 | 06-59 | don't care
158 | 61-63 | don't care
172 | 05-59 | don't care
176 | 61-63 | don't care
[all …]
/linux/arch/mips/loongson64/
H A Dcop2-ex.c64 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
103 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
146 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
225 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
312 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
323 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
328 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
334 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
/linux/drivers/vfio/
H A DKconfig14 If you don't know what to do here, say N.
28 If you don't know what to do here, say N.
38 If you don't know what to do here, say Y.
76 If you don't know what to do here, say N.
/linux/fs/qnx6/
H A DKconfig17 If you don't know whether you need it, then you don't need it:
26 If you are not a developer working on the QNX6FS, you probably don't
/linux/tools/perf/tests/
H A Dthread-maps-share.c49 TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t1))); in test__thread_maps_share()
50 TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t2))); in test__thread_maps_share()
51 TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t3))); in test__thread_maps_share()
76 TEST_ASSERT_VAL("maps don't match", maps__equal(other_maps, thread__maps(other_leader))); in test__thread_maps_share()
/linux/sound/drivers/
H A DKconfig55 If you don't have a sound card in your computer, you can include a
71 You don't need this driver if you only want your pc-speaker to beep.
72 You don't need this driver if you have a tablet piezo beeper
76 Say M if you don't.
86 You don't need this unless you're testing the hardware support
141 If you don't know what MIDI is, say N here.
/linux/drivers/net/mdio/
H A Dmdio-cavium.c48 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_c45_addr()
76 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_read_c22()
110 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_read_c45()
145 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_write_c22()
183 /* Wait 1000 clocks so we don't saturate the RSL bus in cavium_mdiobus_write_c45()
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-prodikeys4 Contact: Don Prince <dhprince.devel@yahoo.co.uk>
13 Contact: Don Prince <dhprince.devel@yahoo.co.uk>
23 Contact: Don Prince <dhprince.devel@yahoo.co.uk>
/linux/Documentation/process/
H A Dmanagement-style.rst27 making it painfully obvious to the questioner that we don't have a clue
49 (Corollary:if the people you manage don't know the details better than
71 things that can't be undone. Don't get ushered into a corner from which
101 admitting up-front that you don't have a friggin' clue, and telling
156 (1) don't call people d*ckheads (at least not in public)
213 direction, just don't push too hard.
254 don't try to make it too obvious unless you really **intend** to irritate
257 Similarly, don't be too polite or subtle about things. Politeness easily
272 a while, and you'll feel cleansed. Just don't crap too close to home.
/linux/scripts/
H A Ddev-needs.sh33 --allow-no-driver By default dependencies that don't have a driver
40 --exclude-devlinks Don't follow device links when tracking probe
43 --exclude-parents Don't follow parent devices when tracking probe
125 # They can also have cycles. So, don't follow them.
280 # If this is not a device with a driver, we don't care about its
291 # We don't need to worry about a cycle in the dependency chain causing
/linux/tools/perf/pmu-events/
H A Dpmu-events.h24 * @MetricNoGroupEvents: Don't group events for the metric.
29 * Don't group events for the metric if the NMI watchdog is enabled.
34 * Don't group events for the metric if SMT is enabled.
39 * Don't group events for the metric thresholds and if the NMI watchdog
/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c215 return 1; /* Failure: don't filter */ in sys_enter_connect()
236 return 1; /* Failure: don't filter */ in sys_enter_sendto()
253 return 1; /* Failure: don't filter */ in sys_enter_open()
268 return 1; /* Failure: don't filter */ in sys_enter_openat()
284 return 1; /* Failure: don't filter */ in sys_enter_rename()
294 return 1; /* Failure: don't filter */ in sys_enter_rename()
315 return 1; /* Failure: don't filter */ in sys_enter_renameat2()
325 return 1; /* Failure: don't filter */ in sys_enter_renameat2()
377 return 1; /* Failure: don't filter */ in sys_enter_perf_event_open()
398 return 1; /* Failure: don't filter */ in sys_enter_clock_nanosleep()
[all …]
/linux/Documentation/scsi/
H A DChangeLog.ips8 4.90.11 - Don't actually RESET unless it's physically required
35 - Don't Issue Internal FFDC Command if there are Active Commands
45 4.70.13 - Don't release HA Lock in ips_next() until SC taken off queue
47 - Don't Send CDB's if we already know the device is not present
/linux/arch/arm/include/asm/
H A Ddma.h99 * especially since some DMA architectures don't update the
107 * especially since some DMA architectures don't update the
117 * especially since some DMA architectures don't update the
125 * especially since some DMA architectures don't update the
/linux/Documentation/hwmon/
H A Dvia686a.rst27 don't set the address in the BIOS. Look for a BIOS
30 Don't use this unless the driver complains that the
83 don't seem to make any sense, don't look any further: your chip is simply
/linux/sound/hda/codecs/
H A Dgeneric.h208 unsigned int keep_vref_in_automute:1; /* Don't clear VREF in automute */
219 unsigned int suppress_hp_mic_detect:1; /* Don't detect HP/mic */
220 unsigned int no_primary_hp:1; /* Don't prefer HP pins to speaker pins */
221 unsigned int no_multi_io:1; /* Don't try multi I/O config */
225 unsigned int keep_eapd_on:1; /* don't turn off EAPD automatically */
234 unsigned int suppress_vmaster:1; /* don't create vmaster kctls */
242 unsigned int skip_verbs:1; /* don't apply verbs at snd_hda_gen_init() */

12345678910>>...173