/kernel/linux/linux-5.10/include/linux/ |
H A D | dmaengine.h | 313 * @slave: ptr to the device using this channel 319 * @dbg_client_name: slave name for debugfs in format: 331 struct device *slave; member 368 * enum dma_slave_buswidth - defines bus width of the DMA slave 384 * struct dma_slave_config - dma slave channel runtime config 385 * @direction: whether the data shall go in or out on this slave 390 * @src_addr: this is the physical address where DMA slave data 393 * @dst_addr: this is the physical address where DMA slave data 415 * @device_fc: Flow Controller Settings. Only valid for slave channels. Fill 418 * @slave_id: Slave requester id. Only valid for slave channel 751 const char *slave; global() member [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-rockchip.c | 614 ret = rockchip_spi_config(rs, spi, xfer, use_dma, ctlr->slave); in rockchip_spi_transfer_one() 648 slave_mode = of_property_read_bool(np, "spi-slave"); in rockchip_spi_probe() 663 ctlr->slave = slave_mode; in rockchip_spi_probe()
|
H A D | spi.c | 1996 if (!of_node_name_eq(nc, "slave")) { in of_spi_parse_dt() 1997 dev_err(&ctlr->dev, "%pOF is not called 'slave'\n", in of_spi_parse_dt() 2072 * represents a valid SPI slave. 2314 * spi_slave_abort - abort the ongoing transfer request on an SPI slave 2362 /* Remove registered slave */ in slave_store() 2368 /* Register new slave */ in slave_store() 2385 static DEVICE_ATTR_RW(slave); 2413 * __spi_alloc_controller - allocate an SPI master or slave controller 2420 * @slave: flag indicating whether to allocate an SPI master (false) or SPI 2421 * slave (tru 2437 __spi_alloc_controller(struct device *dev, unsigned int size, bool slave) __spi_alloc_controller() argument 2486 __devm_spi_alloc_controller(struct device *dev, unsigned int size, bool slave) __devm_spi_alloc_controller() argument [all...] |
H A D | spi-fsi.c | 94 rc = fsi_slave_read(fsi->slave, FSI_MBOX_ROOT_CTRL_8, &root_ctrl_8_be, in fsi_spi_check_mux()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmaengine.h | 312 * @slave: ptr to the device using this channel 318 * @dbg_client_name: slave name for debugfs in format: 330 struct device *slave; member 370 * enum dma_slave_buswidth - defines bus width of the DMA slave 387 * struct dma_slave_config - dma slave channel runtime config 388 * @direction: whether the data shall go in or out on this slave 393 * @src_addr: this is the physical address where DMA slave data 396 * @dst_addr: this is the physical address where DMA slave data 418 * @device_fc: Flow Controller Settings. Only valid for slave channels. Fill 432 * follows: if it is likely that more than one DMA slave controller 757 const char *slave; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch_offloads.c | 2611 struct mlx5_core_dev *slave) in esw_set_slave_root_fdb() 2637 ns = mlx5_get_flow_namespace(slave, in esw_set_slave_root_fdb() 2645 err = mlx5_cmd_exec(slave, in, sizeof(in), out, sizeof(out)); in esw_set_slave_root_fdb() 2652 struct mlx5_core_dev *slave, in __esw_set_master_egress_rule() 2656 u16 slave_index = MLX5_CAP_GEN(slave, vhca_id); in __esw_set_master_egress_rule() 2681 dest.vport.num = slave->priv.eswitch->manager_vport; in __esw_set_master_egress_rule() 2682 dest.vport.vhca_id = MLX5_CAP_GEN(slave, vhca_id); in __esw_set_master_egress_rule() 2777 struct mlx5_core_dev *slave, size_t count) in esw_set_master_egress_rule() 2780 u16 slave_index = MLX5_CAP_GEN(slave, vhca_id); in esw_set_master_egress_rule() 2805 err = __esw_set_master_egress_rule(master, slave, vpor in esw_set_master_egress_rule() 2610 esw_set_slave_root_fdb(struct mlx5_core_dev *master, struct mlx5_core_dev *slave) esw_set_slave_root_fdb() argument 2651 __esw_set_master_egress_rule(struct mlx5_core_dev *master, struct mlx5_core_dev *slave, struct mlx5_vport *vport, struct mlx5_flow_table *acl) __esw_set_master_egress_rule() argument 2776 esw_set_master_egress_rule(struct mlx5_core_dev *master, struct mlx5_core_dev *slave, size_t count) esw_set_master_egress_rule() argument [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi.c | 2298 if (!of_node_name_eq(nc, "slave")) { in of_spi_parse_dt() 2299 dev_err(&ctlr->dev, "%pOF is not called 'slave'\n", in of_spi_parse_dt() 2379 * represents a valid SPI slave. 2770 * spi_slave_abort - abort the ongoing transfer request on an SPI slave 2823 /* Remove registered slave */ in slave_store() 2829 /* Register new slave */ in slave_store() 2846 static DEVICE_ATTR_RW(slave); 2873 * __spi_alloc_controller - allocate an SPI master or slave controller 2880 * @slave: flag indicating whether to allocate an SPI master (false) or SPI 2881 * slave (tru 2897 __spi_alloc_controller(struct device *dev, unsigned int size, bool slave) __spi_alloc_controller() argument 2952 __devm_spi_alloc_controller(struct device *dev, unsigned int size, bool slave) __devm_spi_alloc_controller() argument [all...] |
H A D | spi-fsi.c | 92 rc = fsi_slave_read(fsi->slave, FSI_MBOX_ROOT_CTRL_8, &root_ctrl_8_be, in fsi_spi_check_mux()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 201 /* Master's PIO buffers are after all the slave's */ in qib_get_base_info() 206 unsigned slave = subctxt_fp(fp) - 1; in qib_get_base_info() local 210 dd->palign * kinfo->spi_piocnt * slave; in qib_get_base_info() 935 /* rcvegrbufs are read-only on the slave */ in mmap_kvaddr() 1034 unsigned slave = subctxt_fp(fp) - 1; in qib_mmapf() local 1036 /* caller is a slave */ in qib_mmapf() 1038 piobufs = rcd->piobufs + dd->palign * piocnt * slave; in qib_mmapf() 1824 * XXX If the master closes the context before the slave(s), in qib_close() 1826 * the slave(s) don't wait for receive data forever. in qib_close()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 462 struct net_device *slave = other_dp->slave; in felix_tag_npi_change_master() local 464 if (other_dp != dp && (slave->flags & IFF_UP) && in felix_tag_npi_change_master() 2179 return dsa_to_port(ds, port)->slave; in felix_port_to_netdev()
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | cadence_master.c | 993 * cdns_update_slave_status_work - update slave status in a work since we will need to handle 994 * other interrupts eg. CDNS_MCP_INT_RX_WL during the update slave 1148 * cdns_enable_slave_interrupts() - Enable SDW slave interrupts 1182 /* enable detection of all slave state changes */ in sdw_cdns_enable_interrupt() 1206 /* clear slave interrupt status before enabling interrupt */ in sdw_cdns_enable_interrupt() 1612 struct sdw_slave *slave; in sdw_cdns_clock_stop() local 1640 list_for_each_entry(slave, &cdns->bus.slaves, node) { in sdw_cdns_clock_stop() 1641 if (slave->status == SDW_SLAVE_ATTACHED || in sdw_cdns_clock_stop() 1642 slave->status == SDW_SLAVE_ALERT) { in sdw_cdns_clock_stop()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 201 /* Master's PIO buffers are after all the slave's */ in qib_get_base_info() 206 unsigned slave = subctxt_fp(fp) - 1; in qib_get_base_info() local 210 dd->palign * kinfo->spi_piocnt * slave; in qib_get_base_info() 934 /* rcvegrbufs are read-only on the slave */ in mmap_kvaddr() 1033 unsigned slave = subctxt_fp(fp) - 1; in qib_mmapf() local 1035 /* caller is a slave */ in qib_mmapf() 1037 piobufs = rcd->piobufs + dd->palign * piocnt * slave; in qib_mmapf() 1823 * XXX If the master closes the context before the slave(s), in qib_close() 1825 * the slave(s) don't wait for receive data forever. in qib_close()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt5682.c | 2864 struct sdw_slave *slave; in rt5682_probe() local 2874 slave = rt5682->slave; in rt5682_probe() 2876 &slave->initialization_complete, in rt5682_probe() 2879 dev_err(&slave->dev, "Initialization not complete, timed out\n"); in rt5682_probe()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_events.py | 1436 master, slave = os.openpty() 1449 os.write(slave, b'1') 1453 os.write(slave, b'2345') 1458 os.close(slave) 1535 master, slave = os.openpty() 1536 slave_write_obj = io.open(slave, 'wb', 0)
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 101 str r1, [r3, #0x340] @ put slave CPU in reset
|
/kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 126 str r1, [r3, #0x340] @ put slave CPU in reset
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.h | 388 struct vchiq_shared_state slave; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ax25.h | 223 char slave; /* slave_mode? */ member
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_in.c | 172 if (dama || ax25->ax25_dev->dama.slave) in ax25_process_rx_frame()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ax25.h | 211 char slave; /* slave_mode? */ member
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.h | 330 struct vchiq_shared_state slave; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
H A D | megacores_pll.c | 114 pll->freq = dsi->slave->hs_rate; in dphy_pll_config()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_in.c | 172 if (dama || ax25->ax25_dev->dama.slave) in ax25_process_rx_frame()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag_8021q.c | 493 return dp->slave; in dsa_tag_8021q_find_port_by_vbid()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 287 * this is different from @dev->link only when @dev is on slave 351 * controller has slave link, device number 16 points to it. 2875 the slave device */ in ata_bus_probe() 3438 * only on the master and it will handle both master and slave. in ata_wait_ready() 4134 * - in many setups only the one drive (slave if present) will in cable_is_40wire() 4920 * ata_phys_link_online() when there's no slave link. When 4921 * there's a slave link, this function should only be called on 4933 struct ata_link *slave = link->ap->slave_link; in ata_link_online() local 4935 WARN_ON(link == slave); /* shouldn't be called on slave lin in ata_link_online() 4960 struct ata_link *slave = link->ap->slave_link; ata_link_offline() local [all...] |