Searched refs:msgid (Results 1 – 6 of 6) sorted by relevance
| /drivers/misc/ |
| A D | misc_sandbox.c | 44 int misc_sandbox_call(struct udevice *dev, int msgid, void *tx_msg, in misc_sandbox_call() argument 49 if (msgid == 0) { in misc_sandbox_call() 67 if (msgid == 1) { in misc_sandbox_call() 85 if (msgid == 2) in misc_sandbox_call() 88 if (msgid == 3) in misc_sandbox_call()
|
| A D | misc-uclass.c | 48 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, in misc_call() argument 56 return ops->call(dev, msgid, tx_msg, tx_size, rx_msg, rx_size); in misc_call()
|
| A D | gdsys_ioep.c | 155 static int gdsys_ioep_get_and_reset_status(struct udevice *dev, int msgid, in gdsys_ioep_get_and_reset_status() argument
|
| /drivers/soc/qcom/ |
| A D | rpmh-rsc.c | 268 u32 msgid; in __tcs_buffer_write() local 277 msgid = cmd_msgid; in __tcs_buffer_write() 282 msgid |= cmd->wait ? CMD_MSGID_RESP_REQ : 0; in __tcs_buffer_write() 284 write_tcs_cmd(drv, drv->regs[RSC_DRV_CMD_MSGID], tcs_id, j, msgid); in __tcs_buffer_write() 288 tcs_id, msg->state == RPMH_ACTIVE_ONLY_STATE ? "active" : "?", j, msgid, in __tcs_buffer_write()
|
| /drivers/input/ |
| A D | apple_spi_kbd.c | 97 u8 msgid; member
|
| /drivers/usb/tcpm/ |
| A D | tcpm.c | 848 unsigned int msgid = pd_header_msgid_le(msg->header); in tcpm_pd_rx_handler() local 859 if (msgid == port->rx_msgid && type != PD_CTRL_SOFT_RESET) in tcpm_pd_rx_handler() 861 port->rx_msgid = msgid; in tcpm_pd_rx_handler()
|
Completed in 24 milliseconds