Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ptp/
Dptp_ocp.c412 static int ptp_ocp_sma_store(struct ptp_ocp *bp, const char *buf, int sma_nr);
1466 return ptp_ocp_sma_store(bp, buf, pin + 1); in ptp_ocp_verify()
3035 ptp_ocp_sma_store(struct ptp_ocp *bp, const char *buf, int sma_nr) in ptp_ocp_sma_store() function
3055 err = ptp_ocp_sma_store(bp, buf, 1); in sma1_store()
3066 err = ptp_ocp_sma_store(bp, buf, 2); in sma2_store()
3077 err = ptp_ocp_sma_store(bp, buf, 3); in sma3_store()
3088 err = ptp_ocp_sma_store(bp, buf, 4); in sma4_store()