/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_features.h | 5 CMD_STOP, /* CMD */ enumerator
|
H A D | xdp_features.c | 416 case CMD_STOP: in dut_run() 420 state = CMD_STOP; in dut_run() 639 err = send_and_recv_msg(sockfd, CMD_STOP, NULL, 0); in tester_run()
|
/openbmc/linux/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 290 CMD_NOP=0x60000000, CMD_STOP=0x70000000, enumerator 760 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring() 768 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring() 773 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring() 781 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring() 849 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit() 853 yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit() 869 yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit() 1176 yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_rx() 1268 yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_close()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | dbinput.c | 85 CMD_STOP, enumerator 1019 case CMD_STOP: in acpi_db_command_dispatch()
|
/openbmc/linux/drivers/media/common/saa7146/ |
H A D | saa7146_vbi.c | 82 WRITE_RPS1(CMD_STOP); in vbi_workaround() 193 WRITE_RPS1(CMD_STOP); in saa7146_set_vbi_capture()
|
H A D | saa7146_hlp.c | 702 WRITE_RPS0(CMD_STOP); in program_capture_engine()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_ioctl.h | 336 CMD_STOP, /* 0x0e */ enumerator
|
H A D | tpm_emulator.c | 316 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_STOP, &res, 0, in tpm_emulator_stop_tpm()
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | 163 case CMD_STOP: { in tpm_emu_ctrl_thread()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-daemon.c | 630 CMD_STOP = 2, enumerator 839 case CMD_STOP: in handle_server_socket() 1462 cmd.cmd = CMD_STOP; in __cmd_stop()
|
/openbmc/linux/include/media/drv-intf/ |
H A D | saa7146.h | 210 #define CMD_STOP 0x50000000 /* Stop */ macro
|
/openbmc/linux/drivers/net/usb/ |
H A D | cx82310_eth.c | 19 CMD_STOP = 0x85, /* no effect? */ enumerator
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx-zdma.c | 190 CMD_STOP = 2, enumerator 520 if (ptype == PT_REG || src_cmd == CMD_STOP) { in zdma_process_descr()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | budget-patch.c | 445 WRITE_RPS1(CMD_STOP); in budget_patch_attach()
|
H A D | av7110.c | 2412 WRITE_RPS1(CMD_STOP); in av7110_attach()
|
/openbmc/linux/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 130 #define CMD_STOP cpu_to_le32((CMD_2255 | 0x30)) macro 2156 buffer[2] = CMD_STOP; in s2255_stop_acquire()
|