Lines Matching full:funnel
5 * Description: CoreSight Funnel driver
33 DEFINE_CORESIGHT_DEVLIST(funnel_devs, "funnel");
36 * struct funnel_drvdata - specifics associated to a funnel component
38 * @atclk: optional clock for the core parts of the funnel.
98 dev_dbg(&csdev->dev, "FUNNEL inport %d enabled\n", in funnel_enable()
139 dev_dbg(&csdev->dev, "FUNNEL inport %d disabled\n", in funnel_disable()
221 of_device_is_compatible(dev->of_node, "arm,coresight-funnel")) in funnel_probe()
222 dev_warn_once(dev, "Uses OBSOLETE CoreSight funnel binding\n"); in funnel_probe()
240 * Map the device base for dynamic-funnel, which has been in funnel_probe()
327 /* Static funnel do not have programming base */ in static_funnel_probe()
345 {.compatible = "arm,coresight-static-funnel"},
364 .name = "coresight-static-funnel",
401 .name = "coresight-dynamic-funnel",
441 MODULE_DESCRIPTION("Arm CoreSight Funnel Driver");