Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bus/fsl-mc/
Ddprc-driver.c25 static bool fsl_mc_device_match(struct fsl_mc_device *mc_dev, in fsl_mc_device_match()
37 struct fsl_mc_device *mc_dev; in __fsl_mc_device_remove_if_not_in_mc() local
102 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in __fsl_mc_device_match() local
131 static void check_plugged_state_change(struct fsl_mc_device *mc_dev, in check_plugged_state_change()
379 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in dprc_irq0_handler_thread() local
449 static int disable_dprc_irq(struct fsl_mc_device *mc_dev) in disable_dprc_irq()
490 static int register_dprc_irq_handler(struct fsl_mc_device *mc_dev) in register_dprc_irq_handler()
516 static int enable_dprc_irq(struct fsl_mc_device *mc_dev) in enable_dprc_irq()
551 static int dprc_setup_irq(struct fsl_mc_device *mc_dev) in dprc_setup_irq()
588 static int dprc_probe(struct fsl_mc_device *mc_dev) in dprc_probe()
[all …]
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()
268 int __must_check fsl_mc_object_allocate(struct fsl_mc_device *mc_dev, in fsl_mc_object_allocate()
426 int __must_check fsl_mc_allocate_irqs(struct fsl_mc_device *mc_dev) in fsl_mc_allocate_irqs()
494 void fsl_mc_free_irqs(struct fsl_mc_device *mc_dev) in fsl_mc_free_irqs()
569 static int fsl_mc_allocator_probe(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_probe()
601 static int fsl_mc_allocator_remove(struct fsl_mc_device *mc_dev) in fsl_mc_allocator_remove()
Dfsl-mc-bus.c82 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match() local
120 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_uevent() local
133 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in modalias_show() local
220 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe() local
238 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove() local
253 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown() local
397 static int translate_mc_addr(struct fsl_mc_device *mc_dev, in translate_mc_addr()
432 static int fsl_mc_device_get_mmio_regions(struct fsl_mc_device *mc_dev, in fsl_mc_device_get_mmio_regions()
516 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_device_release() local
535 struct fsl_mc_device *mc_dev = NULL; in fsl_mc_device_add() local
[all …]
Dmc-io.c160 int __must_check fsl_mc_portal_allocate(struct fsl_mc_device *mc_dev, in fsl_mc_portal_allocate()
Dfsl-mc-private.h505 struct fsl_mc_device mc_dev; member
/Linux-v4.19/drivers/staging/fsl-dpaa2/rtc/
Drtc.c26 struct fsl_mc_device *mc_dev = ptp_dpaa2->rtc_mc_dev; in ptp_dpaa2_adjfreq() local
56 struct fsl_mc_device *mc_dev = ptp_dpaa2->rtc_mc_dev; in ptp_dpaa2_adjtime() local
81 struct fsl_mc_device *mc_dev = ptp_dpaa2->rtc_mc_dev; in ptp_dpaa2_gettime() local
103 struct fsl_mc_device *mc_dev = ptp_dpaa2->rtc_mc_dev; in ptp_dpaa2_settime() local
132 static int rtc_probe(struct fsl_mc_device *mc_dev) in rtc_probe()
190 static int rtc_remove(struct fsl_mc_device *mc_dev) in rtc_remove()
/Linux-v4.19/include/linux/fsl/
Dmc.h99 struct fsl_mc_device *mc_dev; member
409 static inline bool is_fsl_mc_bus_dprc(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dprc()
414 static inline bool is_fsl_mc_bus_dpni(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpni()
419 static inline bool is_fsl_mc_bus_dpio(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpio()
424 static inline bool is_fsl_mc_bus_dpsw(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpsw()
429 static inline bool is_fsl_mc_bus_dpbp(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpbp()
434 static inline bool is_fsl_mc_bus_dpcon(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpcon()
439 static inline bool is_fsl_mc_bus_dpmcp(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpmcp()
444 static inline bool is_fsl_mc_bus_dpmac(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dpmac()
449 static inline bool is_fsl_mc_bus_dprtc(const struct fsl_mc_device *mc_dev) in is_fsl_mc_bus_dprtc()