Home
last modified time | relevance | path

Searched full:mbus (Results 1 – 25 of 201) sorted by relevance

123456789

/Linux-v6.1/drivers/usb/mon/
Dmon_main.c21 static void mon_stop(struct mon_bus *mbus);
22 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus);
34 * This must be called with mon_lock taken because of mbus->ref.
36 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r) in mon_reader_add() argument
41 spin_lock_irqsave(&mbus->lock, flags); in mon_reader_add()
42 if (mbus->nreaders == 0) { in mon_reader_add()
43 if (mbus == &mon_bus0) { in mon_reader_add()
50 mbus->u_bus->monitored = 1; in mon_reader_add()
53 mbus->nreaders++; in mon_reader_add()
54 list_add_tail(&r->r_link, &mbus->r_list); in mon_reader_add()
[all …]
Dmon_text.c132 struct urb *urb, char ev_type, struct mon_bus *mbus) in mon_text_get_setup() argument
146 int len, char ev_type, struct mon_bus *mbus) in mon_text_get_data() argument
305 struct mon_bus *mbus) in mon_text_fetch() argument
310 spin_lock_irqsave(&mbus->lock, flags); in mon_text_fetch()
312 spin_unlock_irqrestore(&mbus->lock, flags); in mon_text_fetch()
318 spin_unlock_irqrestore(&mbus->lock, flags); in mon_text_fetch()
326 struct mon_bus *mbus; in mon_text_open() local
331 mbus = inode->i_private; in mon_text_open()
349 rp->r.m_bus = mbus; in mon_text_open()
364 mon_reader_add(mbus, &rp->r); in mon_text_open()
[all …]
Dusb_mon.h31 int nreaders; /* Under mon_lock AND mbus->lock */
53 void mon_reader_add(struct mon_bus *mbus, struct mon_reader *r);
54 void mon_reader_del(struct mon_bus *mbus, struct mon_reader *r);
58 int /*bool*/ mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus);
59 void mon_text_del(struct mon_bus *mbus);
60 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
61 void mon_bin_del(struct mon_bus *mbus);
Dmon_stat.c29 struct mon_bus *mbus; in mon_stat_open() local
36 mbus = inode->i_private; in mon_stat_open()
40 mbus->nreaders, mbus->cnt_events, mbus->cnt_text_lost); in mon_stat_open()
/Linux-v6.1/Documentation/devicetree/bindings/arm/sunxi/
Dallwinner,sun4i-a10-mbus.yaml4 $id: http://devicetree.org/schemas/arm/sunxi/allwinner,sun4i-a10-mbus.yaml#
7 title: Allwinner Memory Bus (MBUS) controller
14 The MBUS controller drives the MBUS that other devices in the SoC
19 Each device having to perform their DMA through the MBUS must have
20 the interconnects and interconnect-names properties set to the MBUS
27 The content of the cell is the MBUS ID.
31 - allwinner,sun5i-a13-mbus
32 - allwinner,sun8i-a33-mbus
33 - allwinner,sun8i-a50-mbus
34 - allwinner,sun8i-a83t-mbus
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt2 * Marvell MBus
7 marvell,armada370-mbus
8 marvell,armadaxp-mbus
9 marvell,armada375-mbus
10 marvell,armada380-mbus
11 marvell,kirkwood-mbus
12 marvell,dove-mbus
13 marvell,orion5x-88f5281-mbus
14 marvell,orion5x-88f5182-mbus
15 marvell,orion5x-88f5181-mbus
[all …]
/Linux-v6.1/drivers/bus/
Dmvebu-mbus.c39 * - Provides a debugfs interface in /sys/kernel/debug/mvebu-mbus/ to
50 #include <linux/mbus.h>
123 * Used to store the state of one MBus window across suspend/resume.
187 static bool mvebu_mbus_window_is_remappable(struct mvebu_mbus_state *mbus, in mvebu_mbus_window_is_remappable() argument
190 return mbus->soc->win_remap_offset(win) != MVEBU_MBUS_NO_REMAP; in mvebu_mbus_window_is_remappable()
197 static void mvebu_mbus_read_window(struct mvebu_mbus_state *mbus, in mvebu_mbus_read_window() argument
202 void __iomem *addr = mbus->mbuswins_base + in mvebu_mbus_read_window()
203 mbus->soc->win_cfg_offset(win); in mvebu_mbus_read_window()
224 if (mvebu_mbus_window_is_remappable(mbus, win)) { in mvebu_mbus_read_window()
226 void __iomem *addr_rmp = mbus->mbuswins_base + in mvebu_mbus_read_window()
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-mbus-code.rst67 :ref:`v4l2-mbus-format`.
74 - See :ref:`v4l2-subdev-mbus-code-flags`
88 .. _v4l2-subdev-mbus-code-flags:
100 ioctl with :ref:`V4L2_MBUS_FRAMEFMT_SET_CSC <mbus-framefmt-set-csc>` set.
101 See :ref:`v4l2-mbus-format` on how to do this.
107 ioctl with :ref:`V4L2_MBUS_FRAMEFMT_SET_CSC <mbus-framefmt-set-csc>` set.
108 See :ref:`v4l2-mbus-format` on how to do this.
114 ioctl with :ref:`V4L2_MBUS_FRAMEFMT_SET_CSC <mbus-framefmt-set-csc>` set.
115 See :ref:`v4l2-mbus-format` on how to do this.
121 ioctl with :ref:`V4L2_MBUS_FRAMEFMT_SET_CSC <mbus-framefmt-set-csc>` set.
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dallwinner,sun4i-a10-mbus-clk.yaml4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mbus-clk.yaml#
7 title: Allwinner A10 MBUS Clock
21 - allwinner,sun5i-a13-mbus-clk
22 - allwinner,sun8i-a23-mbus-clk
48 compatible = "allwinner,sun5i-a13-mbus-clk";
51 clock-output-names = "mbus";
57 compatible = "allwinner,sun8i-a23-mbus-clk";
60 clock-output-names = "mbus";
/Linux-v6.1/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c52 * @mbus: the mbus code on the src resizer pad that matches the pixel format
59 u32 mbus; member
88 * The supported pixel formats for mainpath. NOTE, pixel formats with identical 'mbus'
97 .mbus = MEDIA_BUS_FMT_YUYV8_2X8,
102 .mbus = MEDIA_BUS_FMT_YUYV8_2X8,
107 .mbus = MEDIA_BUS_FMT_YUYV8_2X8,
112 .mbus = MEDIA_BUS_FMT_YUYV8_2X8,
117 .mbus = MEDIA_BUS_FMT_YUYV8_2X8,
124 .mbus = MEDIA_BUS_FMT_YUYV8_2X8,
131 .mbus = MEDIA_BUS_FMT_YUYV8_1_5X8,
[all …]
/Linux-v6.1/include/linux/
Dmbus.h2 * Marvell MBUS common definitions.
21 * The 4-bit MBUS target ID of the DRAM controller.
26 * The base address, size, and MBUS attribute ID for each
50 /* Maximum size of a mbus window name */
54 * The Marvell mbus is to be found only on SOCs from the Orion family
75 * On all ARM32 MVEBU platforms with MBus support, this stub in mvebu_mbus_get_io_win_info()
77 * MBus driver is called instead. ARM64 MVEBU platforms like in mvebu_mbus_get_io_win_info()
/Linux-v6.1/arch/sparc/include/asm/
Decc.h17 #define ECC_MBAENAB 0x00000020 /* MBus arbiter enable register */
20 /* ECC MBus Arbiter Enable register:
27 * SBUS: Enable MBus Arbiter on the SBus 0=off 1=on
28 * MOD3: Enable MBus Arbiter on MBus module 3 0=off 1=on
29 * MOD2: Enable MBus Arbiter on MBus module 2 0=off 1=on
30 * MOD1: Enable MBus Arbiter on MBus module 1 0=off 1=on
Dviking.h3 * viking.h: Defines specific to the GNU/Viking MBUS module.
28 * for machines lacking an E-cache (ie. in MBUS mode) this bit must
60 * MBM: MBus Mode -- 0 = not in MBus mode, 1 = in MBus mode
63 * MBUS mode, the GNU/Viking lacks a GNU/MXCC E-cache. If it is
66 * to either an GNU/MBUS (sun4m) or the packet-switched GNU/XBus (sun4d).
79 * as mentioned above, these caches will snoop the bus in GNU/MBUS
93 #define VIKING_MMODE 0x00000800 /* MBUS mode */
Dmbus.h3 * mbus.h: Various defines for MBUS modules.
32 /* HW Mbus module bugs we have to deal with */
73 * the MBUS Module id.
/Linux-v6.1/drivers/staging/media/imx/
Dimx-media-utils.c390 int imx_media_init_mbus_fmt(struct v4l2_mbus_framefmt *mbus, in imx_media_init_mbus_fmt() argument
396 mbus->width = width; in imx_media_init_mbus_fmt()
397 mbus->height = height; in imx_media_init_mbus_fmt()
398 mbus->field = field; in imx_media_init_mbus_fmt()
410 mbus->code = code; in imx_media_init_mbus_fmt()
412 mbus->colorspace = V4L2_COLORSPACE_SRGB; in imx_media_init_mbus_fmt()
413 mbus->xfer_func = V4L2_MAP_XFER_FUNC_DEFAULT(mbus->colorspace); in imx_media_init_mbus_fmt()
414 mbus->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(mbus->colorspace); in imx_media_init_mbus_fmt()
415 mbus->quantization = in imx_media_init_mbus_fmt()
417 mbus->colorspace, in imx_media_init_mbus_fmt()
[all …]
/Linux-v6.1/drivers/media/platform/sunxi/sun4i-csi/
Dsun4i_v4l2.c24 .mbus = MEDIA_BUS_FMT_YUYV8_2X8,
36 const u32 *mbus) in sun4i_csi_find_format() argument
44 if (mbus && *mbus != sun4i_csi_formats[i].mbus) in sun4i_csi_find_format()
327 struct v4l2_subdev_mbus_code_enum *mbus) in sun4i_csi_subdev_enum_mbus_code() argument
329 if (mbus->index >= ARRAY_SIZE(sun4i_csi_formats)) in sun4i_csi_subdev_enum_mbus_code()
332 mbus->code = sun4i_csi_formats[mbus->index].mbus; in sun4i_csi_subdev_enum_mbus_code()
/Linux-v6.1/drivers/devfreq/
Dsun8i-a33-mbus.c97 * The unit for this value is (MBUS clock cycles / MBUS_TMR_PERIOD). When
98 * MBUS_TMR_PERIOD is programmed to match the MBUS clock frequency in MHz, as
359 priv->reg_mbus = devm_platform_ioremap_resource_byname(pdev, "mbus"); in sun8i_a33_mbus_probe()
373 priv->clk_mbus = devm_clk_get(dev, "mbus"); in sun8i_a33_mbus_probe()
376 "failed to get mbus clock\n"); in sun8i_a33_mbus_probe()
390 /* Lock the MBUS clock rate to keep MBUS_TMR_PERIOD in sync. */ in sun8i_a33_mbus_probe()
393 err = "failed to lock mbus clock rate\n"; in sun8i_a33_mbus_probe()
489 { .compatible = "allwinner,sun50i-a64-mbus", .data = &sun50i_a64_mbus },
490 { .compatible = "allwinner,sun50i-h5-mbus", .data = &sun50i_a64_mbus },
502 .name = "sun8i-a33-mbus",
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dorion5x-mv88f5182.dtsi10 compatible = "marvell,orion5x-88f5182-mbus", "simple-bus";
34 mbusc: mbus-controller@20000 {
35 compatible = "marvell,mbus-controller";
Dorion5x-mv88f5181.dtsi10 compatible = "marvell,orion5x-88f5181-mbus", "simple-bus";
24 mbusc: mbus-controller@20000 {
25 compatible = "marvell,mbus-controller";
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dspi-orion.txt15 for the MBus "target" and "attribute" are defined in the Marvell
77 For further information on the MBus bindings, please see the MBus
79 Documentation/devicetree/bindings/bus/mvebu-mbus.txt
/Linux-v6.1/drivers/soc/sunxi/
Dsunxi_mbus.c14 * connected to the MBUS, but since DRM will perform all the
29 * And now we have the regular devices connected to the MBUS
71 * directly over the memory bus (called MBUS), instead of going in sunxi_mbus_notifier()
78 * Devices with an interconnects property have the MBUS in sunxi_mbus_notifier()
/Linux-v6.1/drivers/net/dsa/qca/
Dar9331.c245 struct mii_bus *mbus; /* mdio master */ member
293 static int ar9331_sw_mbus_write(struct mii_bus *mbus, int port, int regnum, in ar9331_sw_mbus_write() argument
296 struct ar9331_sw_priv *priv = mbus->priv; in ar9331_sw_mbus_write()
323 static int ar9331_sw_mbus_read(struct mii_bus *mbus, int port, int regnum) in ar9331_sw_mbus_read() argument
325 struct ar9331_sw_priv *priv = mbus->priv; in ar9331_sw_mbus_read()
360 struct mii_bus *mbus; in ar9331_sw_mbus_init() local
366 mbus = devm_mdiobus_alloc(dev); in ar9331_sw_mbus_init()
367 if (!mbus) in ar9331_sw_mbus_init()
370 mbus->name = np->full_name; in ar9331_sw_mbus_init()
371 snprintf(mbus->id, MII_BUS_ID_SIZE, "%pOF", np); in ar9331_sw_mbus_init()
[all …]
/Linux-v6.1/drivers/clk/sunxi/
Dclk-sun8i-mbus.c43 pr_err("Could not get registers for sun8i-mbus-clk\n"); in sun8i_a23_mbus_setup()
76 /* The MBUS clocks needs to be always enabled */ in sun8i_a23_mbus_setup()
109 CLK_OF_DECLARE(sun8i_a23_mbus, "allwinner,sun8i-a23-mbus-clk", sun8i_a23_mbus_setup);
/Linux-v6.1/drivers/staging/media/omap4iss/
Diss_video.c107 * @mbus: v4l2_mbus_framefmt format (input)
110 * Fill the output pix structure with information from the input mbus format.
117 const struct v4l2_mbus_framefmt *mbus, in iss_video_mbus_to_pix() argument
125 pix->width = mbus->width; in iss_video_mbus_to_pix()
126 pix->height = mbus->height; in iss_video_mbus_to_pix()
133 if (formats[i].code == mbus->code) in iss_video_mbus_to_pix()
155 pix->colorspace = mbus->colorspace; in iss_video_mbus_to_pix()
156 pix->field = mbus->field; in iss_video_mbus_to_pix()
166 struct v4l2_mbus_framefmt *mbus) in iss_video_pix_to_mbus() argument
170 memset(mbus, 0, sizeof(*mbus)); in iss_video_pix_to_mbus()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dmvebu-pci.txt16 interfaces, and ranges describing the MBus windows needed to access
37 The ranges describing the MBus windows have the following layout:
43 * t is the type of the MBus window (as defined by the standard PCI DT
48 * w is the 'target ID' value for the MBus window
50 * a the 'attribute' value for the MBus window.
52 Since the location and size of the different MBus windows is not fixed in
71 - ranges, translating the MBus windows ranges of the parent node into

123456789