opnsense-src/sys/dev/extres/clk
2016-11-08 10:05:11 +00:00
..
clk.c Do not warn if the 'assigned-clock-parents' property does not exists. 2016-11-08 10:05:11 +00:00
clk.h Add clk_set_assigned 2016-11-04 17:04:45 +00:00
clk_bus.c Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, giving 2016-03-23 19:21:21 +00:00
clk_div.c CLK: Add and use explicit locking for access to clock device registers. 2016-03-15 15:28:24 +00:00
clk_div.h
clk_fixed.c EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
clk_fixed.h
clk_gate.c CLK: Add and use explicit locking for access to clock device registers. 2016-03-15 15:28:24 +00:00
clk_gate.h
clk_mux.c CLK: Add and use explicit locking for access to clock device registers. 2016-03-15 15:28:24 +00:00
clk_mux.h
clkdev_if.m Pass clkdev_if methods through to parent device by default. 2016-03-28 11:51:35 +00:00
clknode_if.m