Searched refs:ptp_ocp_sma_store (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/ptp/ |
D | ptp_ocp.c | 382 static int ptp_ocp_sma_store(struct ptp_ocp *bp, const char *buf, int sma_nr); 1236 return ptp_ocp_sma_store(bp, buf, pin + 1); in ptp_ocp_verify() 2699 ptp_ocp_sma_store(struct ptp_ocp *bp, const char *buf, int sma_nr) in ptp_ocp_sma_store() function 2750 err = ptp_ocp_sma_store(bp, buf, 1); in sma1_store() 2761 err = ptp_ocp_sma_store(bp, buf, 2); in sma2_store() 2772 err = ptp_ocp_sma_store(bp, buf, 3); in sma3_store() 2783 err = ptp_ocp_sma_store(bp, buf, 4); in sma4_store()
|