| /drivers/i3c/master/ |
| A D | dw-i3c-master.c | 112 if (!(master->free_pos & GENMASK(master->maxdevs - 1, 0))) in dw_i3c_master_get_free_pos() 648 master->regs + in dw_i3c_master_daa() 680 master->num_i3cdevs++; in dw_i3c_master_daa() 774 master->regs + in dw_i3c_master_reattach_i3c_dev() 786 master->regs + in dw_i3c_master_reattach_i3c_dev() 815 master->regs + in dw_i3c_master_attach_i3c_dev() 828 master->regs + in dw_i3c_master_detach_i3c_dev() 927 master->regs + in dw_i3c_master_attach_i2c_dev() 940 master->regs + in dw_i3c_master_detach_i2c_dev() 969 if (!master->regs) in dw_i3c_probe() [all …]
|
| A D | Kconfig | 2 tristate "Synopsys DesignWare I3C master driver" 11 will be called dw-i3c-master.
|
| A D | Makefile | 3 obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o
|
| /drivers/clk/at91/ |
| A D | clk-master.c | 90 pmc_read(master->base, master->layout->offset, &mckr); in clk_master_pres_get_rate() 123 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_register_master_pres() 124 if (!master) in at91_clk_register_master_pres() 133 pmc_read(master->base, master->layout->offset, &val); in at91_clk_register_master_pres() 166 pmc_read(master->base, master->layout->offset, &mckr); in clk_master_div_get_rate() 196 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_register_master_div() 263 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_disable() 291 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_set_rate() 310 pmc_write(master->base, PMC_MCR, master->id); in clk_sama7g5_master_get_rate() 345 master = kzalloc(sizeof(*master), GFP_KERNEL); in at91_clk_sama7g5_register_master() [all …]
|
| A D | Makefile | 6 obj-y += pmc.o sckc.o clk-main.o clk-master.o clk-programmable.o clk-system.o
|
| A D | Kconfig | 10 clocks a tree structure, such as master clock, usb device
|
| /drivers/i3c/ |
| A D | master.c | 325 dev->common.master = master; in i3c_master_alloc_i2c_dev() 380 !master->ops->supports_ccc_cmd(master, cmd)) in i3c_master_send_ccc_cmd_locked() 383 ret = master->ops->send_ccc_cmd(master, cmd); in i3c_master_send_ccc_cmd_locked() 426 dev->common.master = master; in i3c_master_alloc_i3c_dev() 440 if (!master) in i3c_master_rstdaa_locked() 995 if (master->this != dev && master->ops->detach_i3c_dev) in i3c_master_detach_i3c_dev() 1123 ret = master->ops->do_daa(master); in i3c_master_do_daa() 1182 master->bus.cur_master = master->this; in i3c_master_set_info() 1297 ret = master->ops->bus_init(master); in i3c_master_bus_init() 1376 master->ops->bus_cleanup(master); in i3c_master_bus_init() [all …]
|
| A D | Makefile | 3 obj-y := i3c-uclass.o device.o master.o 4 obj-y += master/
|
| A D | Kconfig | 25 source "drivers/i3c/master/Kconfig"
|
| /drivers/mtd/ |
| A D | mtdpart.c | 601 if (master->_read) in allocate_partition() 603 if (master->_write) in allocate_partition() 610 if (master->_point && master->_unpoint) { in allocate_partition() 634 if (master->_sync) in allocate_partition() 637 if (!partno && !master->dev.class && master->_suspend && in allocate_partition() 645 if (master->_lock) in allocate_partition() 890 if (!master->dev && !ofnode_valid(master->flash_node)) in add_mtd_partitions_of() 893 if (master->dev) in add_mtd_partitions_of() 1080 if (!master) { in part_get_info_mtd() 1104 if (!master) in part_print_mtd() [all …]
|
| A D | mtdcore.h | 12 int parse_mtd_partitions(struct mtd_info *master, const char * const *types,
|
| A D | mtdcore.c | 637 int mtd_device_unregister(struct mtd_info *master) in mtd_device_unregister() argument 641 err = del_mtd_partitions(master); in mtd_device_unregister() 645 if (!device_is_registered(&master->dev)) in mtd_device_unregister() 648 return del_mtd_device(master); in mtd_device_unregister()
|
| /drivers/net/ |
| A D | dsa_sandbox.c | 150 struct udevice *master = dsa_get_master(dev); in dsa_sandbox_probe() local 153 if (!master) in dsa_sandbox_probe() 158 master_priv = dev_get_priv(master); in dsa_sandbox_probe()
|
| /drivers/sysreset/ |
| A D | sysreset_mpc83xx.h | 30 static const char * const master[] = { variable
|
| A D | sysreset_mpc83xx.c | 119 "Master ID", mstr_id, master[mstr_id], in print_83xx_arb_event()
|
| /drivers/video/tegra/ |
| A D | dsi.c | 61 struct udevice *master; member 630 if (priv->master) { in tegra_dsi_get_lanes() 631 struct tegra_dsi_priv *mpriv = dev_get_priv(priv->master); in tegra_dsi_get_lanes() 730 if (priv->master || priv->slave) { in tegra_dsi_configure() 750 if (priv->master || priv->slave) { in tegra_dsi_configure() 771 if (priv->master || priv->slave) { in tegra_dsi_configure() 1005 spriv->master = dev; in tegra_dsi_ganged_probe()
|
| /drivers/net/phy/ |
| A D | Kconfig | 255 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode" 258 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F). 265 master mode. Multiple devices forcing master mode when connected by a 270 connection between two devices which both force master mode, try forcing
|
| A D | micrel_ksz90x1.c | 254 const unsigned master = CTRL1000_PREFER_MASTER | in ksz9021_config() local 268 ctrl1000 |= ADVERTISE_1000HALF | master; in ksz9021_config() 270 ctrl1000 |= ADVERTISE_1000FULL | master; in ksz9021_config()
|
| /drivers/spi/ |
| A D | Kconfig | 106 Enable the Atmel Quad SPI controller in master mode. This driver 345 bool "Mediatek SPI-MEM master controller driver" 348 Enable MediaTek SPI-MEM master controller driver. This driver mainly 380 in master mode. 405 SPI master controller for OMAP24XX and later Multichannel SPI 431 for serial peripheral interface (SPI) mini-core. SPI in master
|
| /drivers/video/exynos/ |
| A D | exynos_mipi_dsi.c | 156 lcd_dev->master = dsim; in exynos_mipi_dsi_bind_lcd_ddi()
|
| /drivers/ |
| A D | Kconfig | 167 peripheral DMA master accesses. If yours does, select this option in
|
| /drivers/usb/gadget/ |
| A D | Kconfig | 22 USB is a master/slave protocol, organized with one master
|
| /drivers/fastboot/ |
| A D | Kconfig | 14 https://android.googlesource.com/platform/system/core/+/refs/heads/master/fastboot/
|
| /drivers/block/ |
| A D | Kconfig | 154 can have one or two devices. One is designated the master and the
|
| /drivers/i2c/ |
| A D | Kconfig | 267 Only single master mode is supported and only byte-by-byte 684 _ Slave and master modes
|