Searched full:cmd_start (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | cgbc_wdt.c | 80 struct cgbc_wdt_cmd_cfg cmd_start = { in cgbc_wdt_start() local 100 cmd_start.action = action; in cgbc_wdt_start() 102 return cgbc_command(cgbc, &cmd_start, sizeof(cmd_start), NULL, 0, NULL); in cgbc_wdt_start()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdp_features.c | 395 case CMD_START: { in dut_run() 396 if (state == CMD_START) in dut_run() 399 state = CMD_START; in dut_run() 417 if (state != CMD_START) in dut_run() 622 err = send_and_recv_msg(sockfd, CMD_START, NULL, 0); in tester_run()
|
| H A D | xdp_features.h | 6 CMD_START, /* CMD */ enumerator
|
| /linux/drivers/net/usb/ |
| H A D | cx82310_eth.c | 18 CMD_START = 0x84, /* no effect? */ enumerator 214 ret = cx82310_cmd(dev, CMD_START, false, NULL, 0, NULL, 0); in cx82310_bind()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_kms.h | 117 * @cmd_start: FIFO command start address (used by SOU only). 122 void *cmd_start; member
|
| H A D | vmwgfx_kms.c | 1741 void *cmd_start; in vmw_du_helper_plane_update() local 1792 cmd_start = VMW_CMD_RESERVE(update->dev_priv, reserved_size); in vmw_du_helper_plane_update() 1793 if (!cmd_start) { in vmw_du_helper_plane_update() 1798 cmd_next = cmd_start; in vmw_du_helper_plane_update()
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio_dsp.c | 866 chip->comm_page->cmd_start |= cpu_to_le32(channel_mask); in start_transport() 868 if (chip->comm_page->cmd_start) { in start_transport() 875 chip->comm_page->cmd_start = 0; in start_transport()
|
| H A D | echoaudio_dsp.h | 651 __le32 cmd_start; /* Chs. to start mask 0x014 4 */ member
|
| /linux/Documentation/networking/ |
| H A D | can_ucan_protocol.rst | 85 ``ucan_ctl_payload_t.cmd_start``
|
| /linux/drivers/net/can/usb/ |
| H A D | ucan.c | 174 struct ucan_ctl_cmd_start cmd_start; member 997 up->ctl_msg_buffer->cmd_start.mode = cpu_to_le16(ctrlmode); in ucan_open()
|
| /linux/drivers/media/usb/s2255/ |
| H A D | s2255drv.c | 129 #define CMD_START cpu_to_le32((CMD_2255 | 0x20)) macro 2133 buffer[2] = CMD_START; in s2255_start_acquire() 2136 dev_err(&dev->udev->dev, "CMD_START error\n"); in s2255_start_acquire()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_star_emac.c | 802 /* Wait for the completion of any previous command - CMD_START bit must be
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 885 queuecommand and cmd_start some.
|