Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/mediatek/
Dclk-apmixed.c27 struct mtk_ref2usb_tx { struct
32 static inline struct mtk_ref2usb_tx *to_mtk_ref2usb_tx(struct clk_hw *hw) in to_mtk_ref2usb_tx() argument
34 return container_of(hw, struct mtk_ref2usb_tx, hw); in to_mtk_ref2usb_tx()
39 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_is_prepared()
46 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_prepare()
66 struct mtk_ref2usb_tx *tx = to_mtk_ref2usb_tx(hw); in mtk_ref2usb_tx_unprepare()
83 struct mtk_ref2usb_tx *tx; in mtk_clk_register_ref2usb_tx()