/openbmc/linux/drivers/spi/ |
H A D | spi-atmel.c | 308 * This message can be anything as it should not be treated by any SPI device. 320 static bool atmel_spi_is_v2(struct atmel_spi *as) in atmel_spi_is_v2() argument 322 return as->caps.is_spi2; in atmel_spi_is_v2() 331 static void atmel_spi_send_dummy(struct atmel_spi *as, struct spi_device *spi, int chip_select) in atmel_spi_send_dummy() argument 341 csr = spi_readl(as, CSR0 + 4 * chip_select); in atmel_spi_send_dummy() 343 spi_writel(as, CSR0 + 4 * chip_select, csr); in atmel_spi_send_dummy() 349 spi_readl(as, RDR); in atmel_spi_send_dummy() 350 while (spi_readl(as, SR) & SPI_BIT(RDRF)) { in atmel_spi_send_dummy() 351 spi_readl(as, RDR); in atmel_spi_send_dummy() 355 spi_writel(as, TDR, DUMMY_MSG); in atmel_spi_send_dummy() [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | Kconfig | 20 Support the ONKEY of Marvell 88PM860x PMICs as an input device 23 To compile this driver as a module, choose M here: the module 30 Support the ONKEY of Marvell 88PM80x PMICs as an input device 33 To compile this driver as a module, choose M here: the module 43 To compile this driver as a module, choose M here: the module 53 To compile this driver as a module, choose M here: the 63 To compile this driver as a module, choose M here: the 73 To compile this driver as a module, choose M here: the 84 To compile this driver as a module, choose M here: the module 94 To compile this driver as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | Kconfig | 12 This driver can also be built as a module. If so, the module will 27 This driver can also be built as a module. If so, the module will 36 This driver can also be built as a module. If so, the module will 47 This driver can also be built as a module. If so, the module will 57 This driver can also be built as a module. If so, the module will 66 This driver can also be built as a module. If so, the module will 75 This driver can also be built as a module. If so, the module will 84 This driver can also be built as a module. If so, the module will 94 This driver can also be built as a module. If so, the module 104 This driver can also be built as a module. If so, the module will [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | ani.c | 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 29 * or reducing sensitivity as necessary. 51 * Also we regularly check the amount of errors and lower or raise immunity as 215 * @as: The &struct ath5k_ani_state 223 ath5k_ani_raise_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as, in ath5k_ani_raise_immunity() argument 232 if (as->noise_imm_level < ATH5K_ANI_MAX_NOISE_IMM_LVL) { in ath5k_ani_raise_immunity() 233 ath5k_ani_set_noise_immunity_level(ah, as->noise_imm_level + 1); in ath5k_ani_raise_immunity() 239 as->spur_level < ah->ani_state.max_spur_level) { in ath5k_ani_raise_immunity() 240 ath5k_ani_set_spur_immunity_level(ah, as->spur_level + 1); in ath5k_ani_raise_immunity() 246 if (as->firstep_level < ATH5K_ANI_MAX_FIRSTEP_LVL) in ath5k_ani_raise_immunity() [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | Kconfig | 24 To compile this driver as a module, choose M here: the 43 To compile this driver as a module, choose M here: the 56 To compile this driver as a module, choose M here: the 67 To compile this driver as a module, choose M here: the 77 To compile this driver as a module, choose M here: the 89 To compile this driver as a module, choose M here: the 103 To compile this driver as a module, choose M here: the 115 To compile this driver as a module, choose M here: the 124 such as AT42QT602240/ATMXT224, connected to your system. 128 To compile this driver as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | Kconfig | 16 To compile this driver as modules, choose M here: the 27 To compile this driver as a module, choose M here: the 36 To compile this driver as a module, choose M here: the 47 To compile this driver as a module, choose M here: the 57 To compile this driver as a module, choose M here: the 66 To compile this driver as a module, choose M here: the 75 To compile this driver as a module, choose M here: the 84 To compile this driver as a module, choose M here: the 94 To compile this driver as a module, choose M here: the 103 To compile this driver as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | Kconfig | 46 such as msm8916. 66 such as SDX55, SDX65. 79 platforms such as apq8064, msm8660, msm8960 etc. 92 platforms such as apq8016, apq8084, msm8974 etc. 101 platforms such as SDM845. 109 Say Y if you want to use peripheral devices such as UART, SPI, 119 Say Y if you want to support multimedia devices such as display, 146 Say Y if you want to use peripheral devices such as UART, SPI, 154 Say Y if you want to use peripheral devices such as UART, SPI, 162 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | asmmacro.h | 36 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond] 38 * as register initialized with the size 45 * __loop as 46 * restart loop. 'as' register must not have been modified! 48 * __endla ar, as, incr 50 * as scratch register used by __loops/__loopi macros or 63 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 65 addi \at, \as, (1 << \incr_log2) - 1 76 .macro __loopt ar, as, at, incr_log2 77 sub \at, \as, \ar [all …]
|
H A D | cacheasm.h | 21 * Define cache functions as macros here so that they can be used 55 .macro __loop_cache_range ar as at insn line_width 58 add \as, \as, \at 60 __loops \ar, \as, \at, \line_width 138 .macro ___flush_invalidate_dcache_range ar as at 141 __loop_cache_range \ar \as \at dhwbi XCHAL_DCACHE_LINEWIDTH 147 .macro ___flush_dcache_range ar as at 150 __loop_cache_range \ar \as \at dhwb XCHAL_DCACHE_LINEWIDTH 156 .macro ___invalidate_dcache_range ar as at 159 __loop_cache_range \ar \as \at dhi XCHAL_DCACHE_LINEWIDTH [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 6 # version 2, as published by the Free Software Foundation. 67 # The database structure is practically the same as created by the script 336 do_query(query, 'CREATE VIEW machines_view AS ' 341 'CASE WHEN id=0 THEN \'unknown\' WHEN pid=-1 THEN \'host\' ELSE \'guest\' END AS host_or_guest' 344 do_query(query, 'CREATE VIEW dsos_view AS ' 348 '(SELECT host_or_guest FROM machines_view WHERE id = machine_id) AS host_or_guest,' 354 do_query(query, 'CREATE VIEW symbols_view AS ' 358 '(SELECT short_name FROM dsos WHERE id=dso_id) AS dso,' 362 'CASE WHEN binding=0 THEN \'local\' WHEN binding=1 THEN \'global\' ELSE \'weak\' END AS binding' 365 do_query(query, 'CREATE VIEW threads_view AS ' [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | Kconfig | 50 To compile this driver as a module, choose M here: the 59 To compile this driver as a module, choose M here: the 68 To compile this driver as a module, choose M here: the 77 To compile this driver as a module, choose M here: the 86 To compile this driver as a module, choose M here: the 97 To compile this driver as a module, choose M here: the 107 To compile this driver as a module, choose M here: the 116 To compile this driver as a module, choose M here: the 134 To compile this driver as a module, choose M here: the 143 To compile this driver as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/iommu/ |
H A D | tegra-smmu.c | 277 struct tegra_smmu_as *as; in tegra_smmu_domain_alloc() local 282 as = kzalloc(sizeof(*as), GFP_KERNEL); in tegra_smmu_domain_alloc() 283 if (!as) in tegra_smmu_domain_alloc() 286 as->attr = SMMU_PD_READABLE | SMMU_PD_WRITABLE | SMMU_PD_NONSECURE; in tegra_smmu_domain_alloc() 288 as->pd = alloc_page(GFP_KERNEL | __GFP_DMA | __GFP_ZERO); in tegra_smmu_domain_alloc() 289 if (!as->pd) { in tegra_smmu_domain_alloc() 290 kfree(as); in tegra_smmu_domain_alloc() 294 as->count = kcalloc(SMMU_NUM_PDE, sizeof(u32), GFP_KERNEL); in tegra_smmu_domain_alloc() 295 if (!as->count) { in tegra_smmu_domain_alloc() 296 __free_page(as->pd); in tegra_smmu_domain_alloc() [all …]
|
/openbmc/linux/drivers/comedi/ |
H A D | Kconfig | 50 from multiple devices together as one. 54 To compile this driver as a module, choose M here: the module will be 65 To compile this driver as a module, choose M here: the module will be 76 To compile this driver as a module, choose M here: the module will be 85 To compile this driver as a module, choose M here: the module will be 107 To compile this driver as a module, choose M here: the module will be 128 To compile this driver as a module, choose M here: the module will be 136 To compile this driver as a module, choose M here: the module will be 159 To compile this driver as a module, choose M here: the module will be 171 To compile this driver as a module, choose M here: the module will be [all …]
|
/openbmc/linux/drivers/iio/adc/ |
H A D | Kconfig | 36 To compile this driver as a module, choose M here: the module will be 54 To compile this driver as a module, choose M here: the module will be 66 To compile this driver as a module, choose M here: the 79 To compile this driver as a module, choose M here: the module will be 90 To compile this driver as a module, choose M here: the 100 To compile this driver as a module, choose M here: the 110 To compile this driver as a module, choose M here: the 122 To compile this driver as a module, choose M here: the 138 To compile this driver as a module, choose M here: the 154 To compile this driver as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | Kconfig | 27 To compile this driver as a module, choose M here: the 37 To compile this driver as a module, choose M here: the module will 50 To compile this driver as a module, choose M here: the 60 To compile this driver as a module, choose M here: the 70 To compile this driver as a module, choose M here: the 88 To compile this driver as a module, choose M here: the 99 To compile this driver as a module, choose M here: the 118 To compile this driver as a module, choose M here: the 138 built-in keyboard (as opposed to an external keyboard). 141 AT and PS/2 keyboards. These are as follows: [all …]
|
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 27 * or less have to treat these as 64-bit always to cover all (or at 43 AddressSpace *as; member 46 static inline void dma_barrier(AddressSpace *as, DMADirection dir) in dma_barrier() argument 72 static inline bool dma_memory_valid(AddressSpace *as, in dma_memory_valid() argument 76 return address_space_access_valid(as, addr, len, in dma_memory_valid() 81 static inline MemTxResult dma_memory_rw_relaxed(AddressSpace *as, in dma_memory_rw_relaxed() argument 87 return address_space_rw(as, addr, attrs, in dma_memory_rw_relaxed() 91 static inline MemTxResult dma_memory_read_relaxed(AddressSpace *as, in dma_memory_read_relaxed() argument 95 return dma_memory_rw_relaxed(as, addr, buf, len, in dma_memory_read_relaxed() 100 static inline MemTxResult dma_memory_write_relaxed(AddressSpace *as, in dma_memory_write_relaxed() argument [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | Kconfig | 14 sensors and various additional features such as the ability to 23 This support can also be built as a module. If so, the module 53 This driver can also be built as a module. If so, the module 67 This driver can also be built as a module. If so, the module 85 This driver can also be built as a module. If so, the module 95 This driver can also be built as a module. If so, the module 105 This driver can also be built as a module. If so, the module 117 This driver can also be built as a module. If so, the module 128 This driver can also be built as a module. If so, the module 139 This driver can also be built as a module. If so, the module [all …]
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | cacheasm.h | 16 * Define cache functions as macros here so that they can be used 64 .macro __loop_cache_range ar as at insn line_width 67 add \as, \as, \at 69 __loops \ar, \as, \at, \line_width 144 .macro ___flush_invalidate_dcache_range ar as at 147 __loop_cache_range \ar \as \at dhwbi XCHAL_DCACHE_LINEWIDTH 153 .macro ___flush_dcache_range ar as at 156 __loop_cache_range \ar \as \at dhwb XCHAL_DCACHE_LINEWIDTH 162 .macro ___invalidate_dcache_range ar as at 165 __loop_cache_range \ar \as \at dhi XCHAL_DCACHE_LINEWIDTH [all …]
|
/openbmc/linux/Documentation/pcmcia/ |
H A D | driver-changes.rst | 7 * pcmcia_loop_config() and autoconfiguration (as of 2.6.36) 20 * pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36) 22 as it mirrors pcmcia_disable_device(). Configuration settings are now 26 * pcmcia_request_window changes (as of 2.6.36) 33 * pcmcia_request_io changes (as of 2.6.36) 40 * No dev_info_t, no cs_types.h (as of 2.6.36) 42 in PCMCIA device drivers. Also, do not include pcmcia/cs_types.h, as 45 * No dev_node_t (as of 2.6.35) 48 * New IRQ request rules (as of 2.6.35) 57 * no cs_error / CS_CHECK / CONFIG_PCMCIA_DEBUG (as of 2.6.33) [all …]
|
/openbmc/linux/drivers/input/joystick/ |
H A D | Kconfig | 33 To compile this driver as a module, choose M here: the 43 To compile this driver as a module, choose M here: the 54 To compile this driver as a module, choose M here: the 65 To compile this driver as a module, choose M here: the 74 To compile this driver as a module, choose M here: the 84 To compile this driver as a module, choose M here: the 94 To compile this driver as a module, choose M here: the 104 To compile this driver as a module, choose M here: the 114 To compile this driver as a module, choose M here: the 124 To compile this driver as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | Kconfig | 125 interfaces, which "udev" sets up as /dev/rtc0 through 129 can be accessed as /dev/rtc, which is a name 158 This driver can also be built as a module. If so, the module 172 This driver can also be built as a module. If so, the module 182 This driver can also be built as a module. If so, the module 192 This driver can also be built as a module. If so, the module 202 This driver can also be built as a module. If so, the module 213 This driver can also be built as a module. If so, the module 223 This driver can also be built as a module. If so, the module 234 This driver can also be built as a module. If so, the module will [all …]
|
/openbmc/linux/drivers/pwm/ |
H A D | Kconfig | 8 in a rectangular pulse signal is used as a means to alter the 19 to configure as well as enable and disable them. 26 continue to work as expected. 51 To compile this driver as a module, choose M here: the module 63 To compile this driver as a module, choose M here: the module 73 To compile this driver as a module, choose M here: the module 85 To compile this driver as a module, choose M here: the module 98 To compile this driver as a module, choose M here: the module 110 To compile this driver as a module, choose M here: the module 121 To compile this driver as a module, choose M here: the module [all …]
|
/openbmc/linux/net/sched/ |
H A D | Kconfig | 42 can say Y to as many as you like. If unsure, say N now. 59 To compile this code as a module, choose M here: the 68 To compile this code as a module, choose M here: the 77 To compile this code as a module, choose M here: the 86 To compile this code as a module, choose M here: the 97 To compile this code as a module, choose M here: the 108 To compile this code as a module, choose M here: the 119 To compile this code as a module, choose M here: the 131 To compile this code as a module, choose M here: the 142 To compile this code as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/usb/serial/ |
H A D | Kconfig | 18 To compile this driver as a module, choose M here: the 28 converter port as the system console (the system console is the 34 (/dev/tty0) will still be used as the system console by default, but 35 you can alter that using a kernel command line option such as 42 port, /dev/ttyUSB0, as system console. 52 support" be compiled as a module for this driver to be used 76 To compile this driver as a module, choose M here: the module 84 To compile this driver as a module, choose M here: the module 93 To compile this driver as a module, choose M here: the 103 To compile this driver as a module, choose M here: the [all …]
|
/openbmc/linux/drivers/char/ |
H A D | apm-emulation.c | 36 * One option can be changed at boot time as follows: 73 * The transitions are invoked as follows: 76 * 3: userspace thread issues the APM_IOC_SUSPEND ioctl (as ack) 192 struct apm_user *as; in queue_event() local 195 list_for_each_entry(as, &apm_user_list, list) { in queue_event() 196 if (as->reader) in queue_event() 197 queue_add_event(&as->queue, event); in queue_event() 205 struct apm_user *as = fp->private_data; in apm_read() local 212 if (queue_empty(&as->queue) && fp->f_flags & O_NONBLOCK) in apm_read() 215 wait_event_interruptible(apm_waitqueue, !queue_empty(&as->queue)); in apm_read() [all …]
|