Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/mediatek/
H A Dclk-apmixed.c19 struct mtk_ref2usb_tx { struct
24 static inline struct mtk_ref2usb_tx *to_mtk_ref2usb_tx(struct clk_hw *hw) in to_mtk_ref2usb_tx() argument
26 return container_of(hw, struct mtk_ref2usb_tx, hw); in to_mtk_ref2usb_tx()
31 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_is_prepared()
38 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_prepare()
58 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_unprepare()
75 struct mtk_ref2usb_tx *tx; in mtk_clk_register_ref2usb_tx()