Searched refs:fns (Results 1 – 4 of 4) sorted by relevance
62 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local70 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops()71 if (!fns) in alloc_io_pgtable_ops()74 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
623 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument625 if (fns->get_mctrl) in sa1100_register_uart_fns()626 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()627 if (fns->set_mctrl) in sa1100_register_uart_fns()628 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()630 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()
1254 static void hw_atl_b0_adj_params_get(u64 freq, s64 adj, u32 *ns, u32 *fns) in hw_atl_b0_adj_params_get() argument1271 *fns = (u32)nsi_frac; in hw_atl_b0_adj_params_get()
2518 phy_t1 = fns(cdns_phy->protocol_bitmask, 0); in cdns_torrent_phy_configure_multilink()2519 phy_t2 = fns(cdns_phy->protocol_bitmask, 1); in cdns_torrent_phy_configure_multilink()
Completed in 25 milliseconds