Searched refs:ssh_packet (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/drivers/platform/surface/aggregator/ |
| D | ssh_packet_layer.c | 329 static bool __ssh_ptl_should_drop_ack_packet(struct ssh_packet *packet) in __ssh_ptl_should_drop_ack_packet() 341 static bool __ssh_ptl_should_drop_nak_packet(struct ssh_packet *packet) in __ssh_ptl_should_drop_nak_packet() 353 static bool __ssh_ptl_should_drop_dsq_packet(struct ssh_packet *packet) in __ssh_ptl_should_drop_dsq_packet() 366 static bool ssh_ptl_should_drop_packet(struct ssh_packet *packet) in ssh_ptl_should_drop_packet() 387 static int ssh_ptl_write_buf(struct ssh_ptl *ptl, struct ssh_packet *packet, in ssh_ptl_write_buf() 405 static void ssh_ptl_tx_inject_invalid_data(struct ssh_packet *packet) in ssh_ptl_tx_inject_invalid_data() 481 static inline bool ssh_ptl_should_drop_packet(struct ssh_packet *packet) in ssh_ptl_should_drop_packet() 487 struct ssh_packet *packet, in ssh_ptl_write_buf() 494 static inline void ssh_ptl_tx_inject_invalid_data(struct ssh_packet *packet) in ssh_ptl_tx_inject_invalid_data() 512 struct ssh_packet *p = container_of(kref, struct ssh_packet, refcnt); in __ssh_ptl_packet_release() [all …]
|
| D | trace.h | 129 static inline u16 ssam_trace_get_packet_seq(const struct ssh_packet *p) in ssam_trace_get_packet_seq() 145 static inline u32 ssam_trace_get_request_id(const struct ssh_packet *p) in ssam_trace_get_request_id() 161 static inline u32 ssam_trace_get_request_tc(const struct ssh_packet *p) in ssam_trace_get_request_tc() 345 TP_PROTO(const struct ssh_packet *packet), 377 TP_PROTO(const struct ssh_packet *packet), \ 382 TP_PROTO(const struct ssh_packet *packet, int status), 417 TP_PROTO(const struct ssh_packet *packet, int status), \ 436 const struct ssh_packet *p = &request->packet; 480 const struct ssh_packet *p = &request->packet;
|
| D | ssh_packet_layer.h | 162 int ssh_ptl_submit(struct ssh_ptl *ptl, struct ssh_packet *p); 163 void ssh_ptl_cancel(struct ssh_packet *p); 184 void ssh_packet_init(struct ssh_packet *packet, unsigned long type,
|
| D | ssh_request_layer.c | 751 static void ssh_rtl_packet_callback(struct ssh_packet *p, int status) in ssh_rtl_packet_callback() 944 static void ssh_rtl_packet_release(struct ssh_packet *p) in ssh_rtl_packet_release()
|
| /Linux-v6.1/include/linux/surface_aggregator/ |
| D | serial_hub.h | 435 struct ssh_packet; 450 void (*release)(struct ssh_packet *p); 451 void (*complete)(struct ssh_packet *p, int status); 477 struct ssh_packet { struct 497 struct ssh_packet *ssh_packet_get(struct ssh_packet *p); argument 498 void ssh_packet_put(struct ssh_packet *p); 514 static inline void ssh_packet_set_data(struct ssh_packet *p, u8 *ptr, size_t len) in ssh_packet_set_data() 604 struct ssh_packet packet; 623 static inline struct ssh_request *to_ssh_request(struct ssh_packet *p) in to_ssh_request()
|
| /Linux-v6.1/Documentation/driver-api/surface_aggregator/ |
| D | internal.rst | 12 .. |ssh_packet| replace:: :c:type:`struct ssh_packet <ssh_packet>` substdef 109 Packets to be transmitted by the SSAM core are represented via |ssh_packet| 305 are represented by |ssh_request|, wrapping the underlying |ssh_packet| 310 As |ssh_request| extends |ssh_packet|, its lifetime is also managed by the 322 Similar to |ssh_packet|, |ssh_request| also has a ``complete()`` callback
|