Lines Matching refs:ocp_selector
835 struct ocp_selector { struct
840 static const struct ocp_selector ptp_ocp_clock[] = { argument
857 static const struct ocp_selector ptp_ocp_sma_in[] = {
875 static const struct ocp_selector ptp_ocp_sma_out[] = {
892 static const struct ocp_selector ptp_ocp_art_sma_in[] = {
898 static const struct ocp_selector ptp_ocp_art_sma_out[] = {
906 const struct ocp_selector *tbl[2];
938 ptp_ocp_select_name_from_val(const struct ocp_selector *tbl, int val) in ptp_ocp_select_name_from_val()
949 ptp_ocp_select_val_from_name(const struct ocp_selector *tbl, const char *name) in ptp_ocp_select_val_from_name()
963 ptp_ocp_select_table_show(const struct ocp_selector *tbl, char *buf) in ptp_ocp_select_table_show()
2568 ptp_ocp_show_output(const struct ocp_selector *tbl, u32 val, char *buf, in ptp_ocp_show_output()
2583 ptp_ocp_show_inputs(const struct ocp_selector *tbl, u32 val, char *buf, in ptp_ocp_show_inputs()
2608 sma_parse_inputs(const struct ocp_selector * const tbl[], const char *buf, in sma_parse_inputs()
2651 const struct ocp_selector * const *tbl; in ptp_ocp_sma_show()