Home
last modified time | relevance | path

Searched refs:jsm (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/serial/jsm/
H A DMakefile6 obj-$(CONFIG_SERIAL_JSM) += jsm.o
8 jsm-objs := jsm_driver.o jsm_neo.o jsm_tty.o jsm_cls.o
/linux/drivers/accel/ivpu/
H A Divpu_ipc.c24 struct vpu_jsm_msg jsm; member
88 jsm_vpu_addr = tx_buf_vpu_addr + offsetof(struct ivpu_ipc_tx_buf, jsm); in ivpu_ipc_tx_prepare()
94 if (tx_buf->jsm.status != VPU_JSM_MSG_FREE) in ivpu_ipc_tx_prepare()
110 tx_buf->jsm.type = req->type; in ivpu_ipc_tx_prepare()
111 tx_buf->jsm.status = VPU_JSM_MSG_ALLOCATED; in ivpu_ipc_tx_prepare()
112 tx_buf->jsm.payload = req->payload; in ivpu_ipc_tx_prepare()
115 tx_buf->jsm.request_id = req->request_id; in ivpu_ipc_tx_prepare()
121 ivpu_jsm_msg_dump(vdev, "TX", &tx_buf->jsm, jsm_vpu_addr); in ivpu_ipc_tx_prepare()
354 vdev->timeout.jsm); in ivpu_ipc_send_receive()
/linux/
H A DCREDITS2690 E: jsm@fc.hp.com
H A DMAINTAINERS14011 F: drivers/tty/serial/jsm/