Searched refs:ptl_info (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_request_layer.h | 95 #define rtl_info(p, fmt, ...) ptl_info(&(p)->ptl, fmt, ##__VA_ARGS__)
|
H A D | ssh_packet_layer.h | 131 #define ptl_info(p, fmt, ...) dev_info(&(p)->serdev->dev, fmt, ##__VA_ARGS__) macro
|
H A D | ssh_packet_layer.c | 335 ptl_info(packet->ptl, "packet error injection: dropping ACK packet %p\n", in __ssh_ptl_should_drop_ack_packet() 347 ptl_info(packet->ptl, "packet error injection: dropping NAK packet %p\n", in __ssh_ptl_should_drop_nak_packet() 359 ptl_info(packet->ptl, in __ssh_ptl_should_drop_dsq_packet() 395 ptl_info(packet->ptl, in ssh_ptl_write_buf() 419 ptl_info(packet->ptl, in ssh_ptl_tx_inject_invalid_data()
|