Searched refs:scpi_xfer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | arm_scpi.c | 220 struct scpi_xfer { struct 239 struct scpi_xfer *xfers; 356 struct scpi_xfer *t, *match = NULL; in scpi_process_cmd() 369 match = list_first_entry(&ch->rx_pending, struct scpi_xfer, in scpi_process_cmd() 424 struct scpi_xfer *t = msg; in scpi_tx_prepare() 448 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch) in get_scpi_xfer() 450 struct scpi_xfer *t; in get_scpi_xfer() 457 t = list_first_entry(&ch->xfers_list, struct scpi_xfer, node); in get_scpi_xfer() 463 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch) in put_scpi_xfer() 476 struct scpi_xfer *ms in scpi_send_message() [all...] |
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | arm_scpi.c | 220 struct scpi_xfer { struct 239 struct scpi_xfer *xfers; 356 struct scpi_xfer *t, *match = NULL; in scpi_process_cmd() 369 match = list_first_entry(&ch->rx_pending, struct scpi_xfer, in scpi_process_cmd() 424 struct scpi_xfer *t = msg; in scpi_tx_prepare() 448 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch) in get_scpi_xfer() 450 struct scpi_xfer *t; in get_scpi_xfer() 457 t = list_first_entry(&ch->xfers_list, struct scpi_xfer, node); in get_scpi_xfer() 463 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch) in put_scpi_xfer() 476 struct scpi_xfer *ms in scpi_send_message() [all...] |
Completed in 4 milliseconds