Home
last modified time | relevance | path

Searched refs:message_send (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/greybus/
A Dhd.h35 int (*message_send)(struct gb_host_device *hd, u16 dest_cport_id, member
/linux/include/net/iucv/
A Diucv.h473 int (*message_send)(struct iucv_path *path, struct iucv_message *msg, member
/linux/drivers/greybus/
A Dhd.c136 if ((!driver->message_send) || (!driver->message_cancel)) { in gb_hd_create()
A Des2.c390 static int message_send(struct gb_host_device *hd, u16 cport_id, in message_send() function
731 .message_send = message_send,
A Doperation.c220 return connection->hd->driver->message_send(connection->hd, in gb_message_send()
/linux/net/iucv/
A Daf_iucv.c895 return pr_iucv->message_send(path, msg, IUCV_IPRMDATA, 0, in iucv_send_iprm()
1073 err = pr_iucv->message_send(iucv->path, &txmsg, in iucv_sock_sendmsg()
1077 err = pr_iucv->message_send(iucv->path, &txmsg, in iucv_sock_sendmsg()
1425 err = pr_iucv->message_send(iucv->path, &txmsg, in iucv_sock_shutdown()
A Diucv.c1796 .message_send = iucv_message_send,

Completed in 16 milliseconds