Searched full:care (Results 1 – 25 of 2691) sorted by relevance
12345678910>>...108
/linux-6.12.1/Documentation/PCI/endpoint/function/binding/ |
D | pci-ntb.rst | 14 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
|
D | pci-test.rst | 14 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-6.12.1/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 21 /*! 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-6.12.1/drivers/media/usb/dvb-usb-v2/ |
D | anysee.h | 99 | 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-6.12.1/drivers/usb/dwc3/ |
D | gadget.h | 67 * Caller should take care of locking. This function return %NULL or the first 79 * Caller should take care of locking. This function will move @req from its 95 * Caller should take care of locking. This function will move @req from its 128 * Caller should take care of locking. Returns the transfer resource
|
/linux-6.12.1/sound/pci/cs46xx/ |
D | cs46xx_dsp_spos.h | 24 #define DSP_SPOS_DC 0x0badul /* don't care */ 25 #define DSP_SPOS_DC_DC 0x0bad0badul /* don't care */ 29 #define DSP_SPOS_DCDC 0x0badf1d0ul /* don't care */
|
/linux-6.12.1/include/linux/ |
D | i2c-smbus.h | 18 * @irq: IRQ number, if the smbus_alert driver should take care of interrupt 21 * If irq is not specified, the smbus_alert driver doesn't take care of
|
/linux-6.12.1/Documentation/filesystems/ |
D | files.rst | 53 files_fdtable() uses rcu_dereference() macro which takes care of 66 take care of barrier requirements due to lock-free lookup. 85 and lookup_fdget_rcu()/files_lookup_fdget_rcu() which take care of these
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | do_func.S | 171 bra t_operr |take care of operands < -1 189 bne t_operr |take care of operands < 0 203 bra t_operr |take care of operands < 0 211 bne t_operr |take care of operands < 0 225 bra t_operr |take care of operands < 0 233 bne t_operr |take care of operands < 0 247 bra t_operr |take care of operands < 0
|
/linux-6.12.1/arch/alpha/lib/ |
D | stxcpy.S | 68 /* Take care of the final (partial) word store. 108 /* We are co-aligned; take care of a partial first word. */ 110 and a0, 7, t0 # .. e1 : take care not to load a word ... 152 /* Finally, we've got all the stupid leading edge cases taken care 211 /* Take care of a final (probably partial) result word.
|
D | ev6-stxcpy.S | 84 /* Take care of the final (partial) word store. 128 /* We are co-aligned; take care of a partial first word. */ 130 and a0, 7, t0 # E : take care not to load a word ... 175 /* Finally, we've got all the stupid leading edge cases taken care 238 /* Take care of a final (probably partial) result word.
|
/linux-6.12.1/drivers/platform/x86/ |
D | meegopad_anx7428.c | 10 * The ANX7428 has a microcontroller which takes care of the PD 13 * connector. It also takes care of HPD and AUX channel routing for 19 * power on the ANX7428 at boot. This driver takes care of powering
|
/linux-6.12.1/Documentation/userspace-api/media/dvb/ |
D | ca_high_level.rst | 57 Application layer only and no session management is taken care of by the 58 application. The driver/hardware will take care of all that. 63 as simple as that. The driver/hardware has to take care of that.
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_lwt_redirect.c | 8 /* We don't care about whether the packet can be received by network stack. 9 * Just care if the packet is sent to the correct device at correct direction
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_common.c | 33 * generation at kernelspace requires some extra care. 69 * generation at kernelspace requires some extra care.
|
/linux-6.12.1/Documentation/features/sched/membarrier-sync-core/ |
D | arch-support.txt | 31 # x86-32 uses IRET as return from interrupt, which takes care of the IPI. 35 # x86-64 uses IRET as return from interrupt, which takes care of the IPI.
|
/linux-6.12.1/drivers/phy/ti/ |
D | Kconfig | 72 driver takes care of all the PHY functionality apart from comparator. 83 driver takes care of all the PHY functionality apart from comparator.
|
/linux-6.12.1/Documentation/admin-guide/ |
D | pstore-blk.rst | 79 It's optional if you do not care about the oops/panic log. 91 It's optional if you do not care about the pmsg log. 103 It's optional if you do not care about the console log. 114 It's optional if you do not care about the ftrace log.
|
/linux-6.12.1/Documentation/core-api/ |
D | folio_queue.rst | 67 necessarily initialise all the folio pointers, so care must be taken to check 196 Care must be taken when simultaneously producing and consuming a list. If the 201 used again, but care must be taken lest the segment got removed and freed by
|
/linux-6.12.1/arch/x86/lib/ |
D | clear_page_64.S | 121 * some bytes twice. Don't care. 125 * but do we really care? No.
|
/linux-6.12.1/Documentation/driver-api/gpio/ |
D | consumer.rst | 265 As a consumer should not have to care about the physical line level, all of the 275 care. (For details read about open drain in driver.rst.) 288 gpiod_set_raw_value(desc, 0); don't care low 289 gpiod_set_raw_value(desc, 1); don't care high 301 which should not need to care about the actual physical line level and worry about 327 should not have to care about the physical line level or open drain semantics.
|
/linux-6.12.1/fs/ |
D | attr.c | 90 * take care to map the inode according to @idmap before checking 117 * take care to map the inode according to @idmap before checking 154 * take care to map the inode according to @idmap before checking 291 * take care to map the inode according to @idmap before checking 373 * take care to map the inode according to @idmap before checking
|
/linux-6.12.1/arch/x86/include/asm/ |
D | set_memory.h | 23 * The implementation of this API will take care of various aspects that 38 * The caller is required to take care of these.
|
/linux-6.12.1/drivers/infiniband/hw/qib/ |
D | qib_qsfp.h | 55 /* Byte 2 is "status LSB" We only care that D2 "Flat Mem" is set. */ 63 * Byte 129 is "Extended Identifier". We only care about D7,D6: Power class 150 * Hold the parts of the onboard EEPROM that we care about, so we aren't
|
/linux-6.12.1/kernel/irq/ |
D | spurious.c | 261 * change under us. We don't really care, but we don't in try_misrouted_irq() 334 * care about the high bits of the handled in note_interrupt() 335 * count. We just care about the count being in note_interrupt() 366 * IRQ_HANDLED. So we don't care about the in note_interrupt()
|
12345678910>>...108