Home
last modified time | relevance | path

Searched refs:spi_message (Results 1 – 25 of 174) sorted by relevance

1234567

/Linux-v4.19/include/trace/events/
Dspi.h45 DECLARE_EVENT_CLASS(spi_message,
47 TP_PROTO(struct spi_message *msg),
54 __field( struct spi_message *, msg )
65 (struct spi_message *)__entry->msg)
68 DEFINE_EVENT(spi_message, spi_message_submit,
70 TP_PROTO(struct spi_message *msg),
76 DEFINE_EVENT(spi_message, spi_message_start,
78 TP_PROTO(struct spi_message *msg),
86 TP_PROTO(struct spi_message *msg),
93 __field( struct spi_message *, msg )
[all …]
/Linux-v4.19/include/linux/spi/
Dspi.h226 struct spi_message;
501 struct spi_message *mesg);
529 struct spi_message *cur_msg;
542 struct spi_message *mesg);
545 struct spi_message *message);
547 struct spi_message *message);
558 struct spi_message *message);
614 extern struct spi_message *spi_get_next_queued_message(struct spi_controller *ctlr);
649 struct spi_message *msg,
670 extern void spi_res_add(struct spi_message *message, void *res);
[all …]
/Linux-v4.19/include/drm/tinydrm/
Dtinydrm-helpers.h17 struct spi_message;
59 void _tinydrm_dbg_spi_message(struct spi_device *spi, struct spi_message *m);
72 struct spi_message *m) in tinydrm_dbg_spi_message()
79 struct spi_message *m) in tinydrm_dbg_spi_message()
/Linux-v4.19/drivers/nfc/st95hf/
Dspi.c28 struct spi_message m; in st95hf_spi_send()
84 struct spi_message m; in st95hf_spi_recv_response()
148 struct spi_message m; in st95hf_spi_recv_echo_res()
/Linux-v4.19/drivers/fpga/
Dmachxo2-spi.c68 struct spi_message msg; in get_status()
138 struct spi_message msg; in machxo2_cleanup()
191 struct spi_message msg; in machxo2_write_init()
252 struct spi_message msg; in machxo2_write()
290 struct spi_message msg; in machxo2_write_complete()
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dspi.c61 struct spi_message m; in wl1251_spi_reset()
88 struct spi_message m; in wl1251_spi_wake()
147 struct spi_message m; in wl1251_spi_read()
187 struct spi_message m; in wl1251_spi_write()
/Linux-v4.19/drivers/spi/
Dspi.c837 static int __spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_map_msg()
885 static int __spi_unmap_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_unmap_msg()
915 struct spi_message *msg) in __spi_map_msg()
921 struct spi_message *msg) in __spi_unmap_msg()
928 struct spi_message *msg) in spi_unmap_msg()
946 static int spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in spi_map_msg()
1004 struct spi_message *msg) in spi_transfer_one_message()
1202 list_first_entry(&ctlr->queue, struct spi_message, queue); in __spi_pump_messages()
1330 struct spi_message *spi_get_next_queued_message(struct spi_controller *ctlr) in spi_get_next_queued_message()
1332 struct spi_message *next; in spi_get_next_queued_message()
[all …]
Dspi-sh.c161 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_send()
226 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_receive()
285 struct spi_message *mesg; in spi_sh_work()
294 mesg = list_entry(ss->queue.next, struct spi_message, queue); in spi_sh_work()
366 static int spi_sh_transfer(struct spi_device *spi, struct spi_message *mesg) in spi_sh_transfer()
Dspi-txx9.c147 static void txx9spi_work_one(struct txx9spi *c, struct spi_message *m) in txx9spi_work_one()
287 struct spi_message *m; in txx9spi_work()
289 m = container_of(c->queue.next, struct spi_message, queue); in txx9spi_work()
300 static int txx9spi_transfer(struct spi_device *spi, struct spi_message *m) in txx9spi_transfer()
Dspi-axi-spi-engine.c90 struct spi_message *msg;
196 struct spi_message *msg, bool dry, struct spi_engine_program *p) in spi_engine_compile_message()
239 struct spi_message *msg = spi_engine->msg; in spi_engine_xfer_next()
388 struct spi_message *msg = spi_engine->msg; in spi_engine_irq()
411 struct spi_message *msg) in spi_engine_transfer_one_message()
Dspi-cavium.c29 struct spi_message *msg, in octeon_spi_do_transfer()
129 struct spi_message *msg) in octeon_spi_transfer_one_message()
/Linux-v4.19/drivers/net/ethernet/qualcomm/
Dqca_7k.c49 struct spi_message msg; in qcaspi_read_register()
89 struct spi_message msg; in qcaspi_write_register()
/Linux-v4.19/drivers/mtd/devices/
Dmchp23k256.c69 struct spi_message message; in mchp23k256_write()
106 struct spi_message message; in mchp23k256_read()
146 struct spi_message message; in mchp23k256_set_mode()
Dsst25l.c73 struct spi_message m; in sst25l_status()
215 struct spi_message message; in sst25l_read()
315 struct spi_message m; in sst25l_match_device()
Dmtd_dataflash.c157 struct spi_message msg; in dataflash_erase()
238 struct spi_message msg; in dataflash_read()
303 struct spi_message msg; in dataflash_write()
457 struct spi_message m; in otp_read()
536 struct spi_message m; in dataflash_write_user_otp()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dspi.c109 struct spi_message m; in wl12xx_spi_reset()
136 struct spi_message m; in wl12xx_spi_init()
215 struct spi_message m; in wl12xx_spi_read_busy()
251 struct spi_message m; in wl12xx_spi_raw_read()
317 struct spi_message m; in __wl12xx_spi_raw_write()
/Linux-v4.19/drivers/base/regmap/
Dregmap-spi.c21 struct spi_message m;
46 struct spi_message m; in regmap_spi_gather_write()
/Linux-v4.19/drivers/staging/greybus/
Dspilib.c116 static int setup_next_xfer(struct gb_spilib *spi, struct spi_message *msg) in setup_next_xfer()
152 struct spi_message *msg) in get_next_xfer()
163 struct gb_connection *connection, struct spi_message *msg) in gb_spi_operation_create()
294 struct spi_message *msg, in gb_spi_decode_response()
324 struct spi_message *msg) in gb_spi_transfer_one_message()
/Linux-v4.19/drivers/video/backlight/
Dili922x.c153 struct spi_message msg; in ili922x_read_status()
196 struct spi_message msg; in ili922x_read()
250 struct spi_message msg; in ili922x_write()
323 struct spi_message msg; in set_write_to_gram_reg()
Dili9320.h31 struct spi_message message;
/Linux-v4.19/drivers/misc/eeprom/
Deeprom_93xx46.c81 struct spi_message m; in eeprom_93xx46_read()
139 struct spi_message m; in eeprom_93xx46_ew()
192 struct spi_message m; in eeprom_93xx46_write_word()
282 struct spi_message m; in eeprom_93xx46_eral()
/Linux-v4.19/sound/soc/codecs/
Drt5677-spi.c117 struct spi_message m; in rt5677_spi_read()
171 struct spi_message m; in rt5677_spi_write()
/Linux-v4.19/drivers/staging/fbtft/
Dfbtft-io.c14 struct spi_message m; in fbtft_write_spi()
94 struct spi_message m; in fbtft_read_spi()
/Linux-v4.19/Documentation/spi/
D00-INDEX8 - PXA2xx SPI master controller build by spi_message fifo wq
/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_spi.c105 struct spi_message msg; in terminate_request()
140 struct spi_message msg; in receive_n_bytes()
374 struct spi_message msg; in cros_ec_pkt_xfer_spi()
516 struct spi_message msg; in cros_ec_cmd_xfer_spi()

1234567