Home
last modified time | relevance | path

Searched defs:mc_dev (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/fsl/
H A Dmc.h109 struct fsl_mc_device *mc_dev; member
449 static inline bool is_fsl_mc_bus_dprc(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dprc()
454 static inline bool is_fsl_mc_bus_dpni(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpni()
459 static inline bool is_fsl_mc_bus_dpio(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpio()
464 static inline bool is_fsl_mc_bus_dpsw(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpsw()
469 static inline bool is_fsl_mc_bus_dpdmux(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpdmux()
474 static inline bool is_fsl_mc_bus_dpbp(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpbp()
479 static inline bool is_fsl_mc_bus_dpcon(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpcon()
484 static inline bool is_fsl_mc_bus_dpmcp(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpmcp()
489 static inline bool is_fsl_mc_bus_dpmac(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpmac()
[all …]
/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-allocator.c15 static bool __must_check fsl_mc_is_allocatable(struct fsl_mc_device *mc_dev) in fsl_mc_is_allocatable()
34 struct fsl_mc_device in fsl_mc_resource_pool_add_device()
97 static int __must_check fsl_mc_resource_pool_remove_device(struct fsl_mc_device in fsl_mc_resource_pool_remove_device()
274 int __must_check fsl_mc_object_allocate(struct fsl_mc_device *mc_dev, in fsl_mc_object_allocate()
443 int __must_check fsl_mc_allocate_irqs(struct fsl_mc_device *mc_dev) in fsl_mc_allocate_irqs()
511 void fsl_mc_free_irqs(struct fsl_mc_device *mc_dev) in fsl_mc_free_irqs()
562 static int fsl_mc_allocator_probe(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_probe()
594 static void fsl_mc_allocator_remove(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_remove()
H A Dfsl-mc-uapi.c381 static int fsl_mc_command_check(struct fsl_mc_device *mc_dev, in fsl_mc_command_check()
452 static int fsl_mc_uapi_send_command(struct fsl_mc_device *mc_dev, unsigned long arg, in fsl_mc_uapi_send_command()
582 struct fsl_mc_device *mc_dev = &mc_bus->mc_dev; in fsl_mc_uapi_create_device_file() local
H A Dmc-io.c165 int __must_check fsl_mc_portal_allocate(struct fsl_mc_device *mc_dev, in fsl_mc_portal_allocate()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c19 struct fsl_mc_device *mc_dev; in dpaa2_ptp_enable() local
92 struct fsl_mc_device *mc_dev; in dpaa2_ptp_irq_handler_thread() local
128 static int dpaa2_ptp_probe(struct fsl_mc_device *mc_dev) in dpaa2_ptp_probe()
222 static void dpaa2_ptp_remove(struct fsl_mc_device *mc_dev) in dpaa2_ptp_remove()
/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc_intr.c17 struct fsl_mc_device *mc_dev = vdev->mc_dev; in vfio_fsl_mc_irqs_allocate() local
110 struct fsl_mc_device *mc_dev = vdev->mc_dev; in vfio_fsl_mc_set_irq_trigger() local
175 struct fsl_mc_device *mc_dev = vdev->mc_dev; in vfio_fsl_mc_irqs_cleanup() local
H A Dvfio_fsl_mc_private.h35 struct fsl_mc_device *mc_dev; member
/linux/drivers/leds/
H A Dleds-lp50xx.c307 struct led_classdev_mc *mc_dev = lcdev_to_mccdev(cdev); in lp50xx_brightness_set() local