| /linux/drivers/hid/ |
| H A D | hid-roccat-common.h | 47 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument 53 SIZE, COMMAND); \ 56 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument 62 SIZE, COMMAND); \ 65 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument 66 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ 67 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) 69 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(thingy, COMMAND, SIZE) \ argument 70 ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE); \ 78 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_R(thingy, COMMAND, SIZE) \ argument [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | atombios_crtc.c | 46 int index = GetIndexIntoMasterTable(COMMAND, SetCRTC_OverScan); in amdgpu_atombios_crtc_overscan_setup() 89 int index = GetIndexIntoMasterTable(COMMAND, EnableScaler); in amdgpu_atombios_crtc_scaler_setup() 118 GetIndexIntoMasterTable(COMMAND, UpdateCRTC_DoubleBufferRegisters); in amdgpu_atombios_crtc_lock() 134 int index = GetIndexIntoMasterTable(COMMAND, EnableCRTC); in amdgpu_atombios_crtc_enable() 150 int index = GetIndexIntoMasterTable(COMMAND, BlankCRTC); in amdgpu_atombios_crtc_blank() 166 int index = GetIndexIntoMasterTable(COMMAND, EnableDispPowerGating); in amdgpu_atombios_crtc_powergate() 179 int index = GetIndexIntoMasterTable(COMMAND, EnableDispPowerGating); in amdgpu_atombios_crtc_powergate_init() 196 int index = GetIndexIntoMasterTable(COMMAND, SetCRTC_UsingDTDTiming); in amdgpu_atombios_crtc_set_dtd_timing() 247 int index = GetIndexIntoMasterTable(COMMAND, EnableSpreadSpectrumOnPPLL); in amdgpu_atombios_crtc_program_ss() 378 index = GetIndexIntoMasterTable(COMMAND, AdjustDisplayPll); in amdgpu_atombios_crtc_adjust_pll() [all …]
|
| H A D | atombios_i2c.c | 45 int index = GetIndexIntoMasterTable(COMMAND, ProcessI2cChannelTransaction); in amdgpu_atombios_i2c_process_i2c_ch() 165 int index = GetIndexIntoMasterTable(COMMAND, ProcessI2cChannelTransaction); in amdgpu_atombios_i2c_channel_trans()
|
| H A D | atombios_encoders.c | 326 index = GetIndexIntoMasterTable(COMMAND, DAC1EncoderControl); in amdgpu_atombios_encoder_setup_dac() 330 index = GetIndexIntoMasterTable(COMMAND, DAC2EncoderControl); in amdgpu_atombios_encoder_setup_dac() 382 int index = GetIndexIntoMasterTable(COMMAND, DVOEncoderControl); in amdgpu_atombios_encoder_setup_dvo() 569 int index = GetIndexIntoMasterTable(COMMAND, DIGxEncoderControl); in amdgpu_atombios_encoder_setup_dig_encoder() 805 index = GetIndexIntoMasterTable(COMMAND, DVOOutputControl); in amdgpu_atombios_encoder_setup_dig_transmitter() 811 index = GetIndexIntoMasterTable(COMMAND, UNIPHYTransmitterControl); in amdgpu_atombios_encoder_setup_dig_transmitter() 814 index = GetIndexIntoMasterTable(COMMAND, LVTMATransmitterControl); in amdgpu_atombios_encoder_setup_dig_transmitter() 1150 int index = GetIndexIntoMasterTable(COMMAND, UNIPHYTransmitterControl); in amdgpu_atombios_encoder_set_edp_panel_power() 1200 int index = GetIndexIntoMasterTable(COMMAND, ExternalEncoderControl); in amdgpu_atombios_encoder_setup_external_encoder() 1440 int index = GetIndexIntoMasterTable(COMMAND, SelectCRTC_Source); in amdgpu_atombios_encoder_set_crtc_source() [all …]
|
| /linux/drivers/crypto/ |
| H A D | atmel-i2c.c | 56 cmd->word_addr = COMMAND; in atmel_i2c_init_read_config_cmd() 78 cmd->word_addr = COMMAND; in atmel_i2c_init_read_otp_cmd() 99 cmd->word_addr = COMMAND; in atmel_i2c_init_random_cmd() 114 cmd->word_addr = COMMAND; in atmel_i2c_init_genkey_cmd() 133 cmd->word_addr = COMMAND; in atmel_i2c_init_ecdh_cmd()
|
| H A D | atmel-i2c.h | 15 #define COMMAND 0x03 /* packet function */ macro
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-help.txt | 10 'perf help' [-a|--all] [COMMAND] 15 With no options and no COMMAND given, the synopsis of the 'perf'
|
| H A D | perf-daemon.txt | 66 START COMMAND 75 STOP COMMAND 80 SIGNAL COMMAND 88 PING COMMAND
|
| H A D | perf.txt | 11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | epic100.c | 193 COMMAND=0, INTSTAT=4, INTMASK=8, GENCTL=0x0C, NVCTL=0x10, EECTL=0x14, enumerator 730 ew32(COMMAND, StartRx | RxQueued); in epic_open() 767 ew16(COMMAND, StopRx | StopTxDMA | StopRxDMA); in epic_pause() 770 if (er16(COMMAND) != 0xffff) { in epic_pause() 819 ew32(COMMAND, StartRx | RxQueued); in epic_restart() 827 er32(COMMAND), er32(GENCTL), er32(INTSTAT)); in epic_restart() 886 ew32(COMMAND, RestartTx); in epic_tx_timeout() 889 ew32(COMMAND, TxQueued); in epic_tx_timeout() 991 ew32(COMMAND, TxQueued); in epic_start_xmit() 1120 ew32(COMMAND, RestartTx); in epic_interrupt() [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | atombios_crtc.c | 46 int index = GetIndexIntoMasterTable(COMMAND, SetCRTC_OverScan); in atombios_overscan_setup() 89 int index = GetIndexIntoMasterTable(COMMAND, EnableScaler); in atombios_scaler_setup() 173 GetIndexIntoMasterTable(COMMAND, UpdateCRTC_DoubleBufferRegisters); in atombios_lock_crtc() 189 int index = GetIndexIntoMasterTable(COMMAND, EnableCRTC); in atombios_enable_crtc() 205 int index = GetIndexIntoMasterTable(COMMAND, EnableCRTCMemReq); in atombios_enable_crtc_memreq() 231 int index = GetIndexIntoMasterTable(COMMAND, BlankCRTC); in atombios_blank_crtc() 256 int index = GetIndexIntoMasterTable(COMMAND, EnableDispPowerGating); in atombios_powergate_crtc() 309 int index = GetIndexIntoMasterTable(COMMAND, SetCRTC_UsingDTDTiming); in atombios_set_crtc_dtd_timing() 356 int index = GetIndexIntoMasterTable(COMMAND, SetCRTC_Timing); in atombios_crtc_set_timing() 450 int index = GetIndexIntoMasterTable(COMMAND, EnableSpreadSpectrumOnPPLL); in atombios_crtc_program_ss() [all …]
|
| H A D | atombios_i2c.c | 43 int index = GetIndexIntoMasterTable(COMMAND, ProcessI2cChannelTransaction); in radeon_process_i2c_ch()
|
| H A D | radeon_atombios.c | 2842 int index = GetIndexIntoMasterTable(COMMAND, ComputeMemoryEnginePLL); in radeon_atom_get_clock_dividers() 2958 int index = GetIndexIntoMasterTable(COMMAND, ComputeMemoryClockParam); in radeon_atom_get_memory_pll_dividers() 3006 int index = GetIndexIntoMasterTable(COMMAND, DynamicClockGating); in radeon_atom_set_clock_gating() 3016 int index = GetIndexIntoMasterTable(COMMAND, GetEngineClock); in radeon_atom_get_engine_clock() 3025 int index = GetIndexIntoMasterTable(COMMAND, GetMemoryClock); in radeon_atom_get_memory_clock() 3035 int index = GetIndexIntoMasterTable(COMMAND, SetEngineClock); in radeon_atom_set_engine_clock() 3046 int index = GetIndexIntoMasterTable(COMMAND, SetMemoryClock); in radeon_atom_set_memory_clock() 3060 int index = GetIndexIntoMasterTable(COMMAND, DynamicMemorySettings); in radeon_atom_set_engine_dram_timings() 3079 int index = GetIndexIntoMasterTable(COMMAND, DynamicMemorySettings); in radeon_atom_update_memory_dll() 3090 int index = GetIndexIntoMasterTable(COMMAND, DynamicMemorySettings); in radeon_atom_set_ac_timing() [all …]
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_hw.c | 339 if (rdebi(av7110, DEBINOSWAP, COMMAND, 0, 2) == 0) in __av7110_send_fw_cmd() 413 wdebi(av7110, DEBINOSWAP, COMMAND + 2 * i, (u32)buf[i], 2); in __av7110_send_fw_cmd() 416 wdebi(av7110, DEBINOSWAP, COMMAND + 2, (u32)buf[1], 2); in __av7110_send_fw_cmd() 418 wdebi(av7110, DEBINOSWAP, COMMAND + 2, 0, 2); in __av7110_send_fw_cmd() 420 wdebi(av7110, DEBINOSWAP, COMMAND, (u32)buf[0], 2); in __av7110_send_fw_cmd() 429 if (rdebi(av7110, DEBINOSWAP, COMMAND, 0, 2) == 0) in __av7110_send_fw_cmd() 554 if (rdebi(av7110, DEBINOSWAP, COMMAND, 0, 2) == 0) in av7110_fw_request()
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla.rst | 12 **rtla** *COMMAND* [*OPTIONS*]
|
| /linux/Documentation/tools/rv/ |
| H A D | rv.rst | 15 **rv** *COMMAND* [*OPTIONS*]
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-perf.rst | 17 **bpftool** [*OPTIONS*] **perf** *COMMAND*
|
| H A D | bpftool.rst | 17 **bpftool** [*OPTIONS*] *OBJECT* { *COMMAND* | **help** }
|
| H A D | bpftool-struct_ops.rst | 17 **bpftool** [*OPTIONS*] **struct_ops** *COMMAND*
|
| H A D | bpftool-iter.rst | 17 **bpftool** [*OPTIONS*] **iter** *COMMAND*
|
| H A D | bpftool-link.rst | 17 **bpftool** [*OPTIONS*] **link** *COMMAND*
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | hdio.rst | 411 args[0] COMMAND 420 args[0] COMMAND 461 [3] If COMMAND == WIN_SETFEATURES && FEATURE == SETFEATURES_XFER 486 args[0] COMMAND
|
| /linux/drivers/dma/ |
| H A D | mxs-dma.c | 530 ccw->bits |= BF_CCW(MXS_DMA_CMD_NO_XFER, COMMAND); in mxs_dma_prep_slave_sg() 553 COMMAND); in mxs_dma_prep_slave_sg() 622 MXS_DMA_CMD_WRITE : MXS_DMA_CMD_READ, COMMAND); in mxs_dma_prep_dma_cyclic()
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-ntb-function.rst | 75 | COMMAND | 109 COMMAND: 140 command register. See COMMAND section for more information.
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | tegra_nand.c | 25 #define COMMAND 0x00 macro 336 writel_relaxed(0, ctrl->regs + COMMAND); in tegra_nand_controller_abort() 426 writel_relaxed(cmd, ctrl->regs + COMMAND); in tegra_nand_cmd() 586 writel_relaxed(cmd, ctrl->regs + COMMAND); in tegra_nand_page_xfer()
|