/Linux-v4.19/drivers/vme/bridges/ |
D | vme_fake.c | 68 struct fake_slave_window slaves[FAKE_MAX_SLAVE]; member 212 bridge->slaves[i].enabled = enabled; in fake_slave_set() 213 bridge->slaves[i].vme_base = vme_base; in fake_slave_set() 214 bridge->slaves[i].size = size; in fake_slave_set() 215 bridge->slaves[i].buf_base = fake_pci_to_ptr(buf_base); in fake_slave_set() 216 bridge->slaves[i].aspace = aspace; in fake_slave_set() 217 bridge->slaves[i].cycle = cycle; in fake_slave_set() 240 *enabled = bridge->slaves[i].enabled; in fake_slave_get() 241 *vme_base = bridge->slaves[i].vme_base; in fake_slave_get() 242 *size = bridge->slaves[i].size; in fake_slave_get() [all …]
|
/Linux-v4.19/net/sched/ |
D | sch_teql.c | 59 struct Qdisc *slaves; member 108 dat->m->slaves = sch; in teql_dequeue() 141 prev = master->slaves; in teql_destroy() 147 if (q == master->slaves) { in teql_destroy() 148 master->slaves = NEXT_SLAVE(q); in teql_destroy() 149 if (q == master->slaves) { in teql_destroy() 154 master->slaves = NULL; in teql_destroy() 166 } while ((prev = q) != master->slaves); in teql_destroy() 187 if (m->slaves) { in teql_qdisc_init() 207 q->next = NEXT_SLAVE(m->slaves); in teql_qdisc_init() [all …]
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpsw.c | 396 u32 slaves; /* number of slave cpgmac ports */ member 444 struct cpsw_slave *slaves; member 560 (func)((cpsw)->slaves + priv->emac_port, ##arg);\ 562 for (n = cpsw->data.slaves, \ 563 slave = cpsw->slaves; \ 578 struct cpsw_slave *slave = cpsw->slaves + priv->emac_port; in cpsw_add_mcast() 603 for (i = 0; i < cpsw->data.slaves; i++) in cpsw_set_promiscious() 604 if (cpsw->slaves[i].ndev->flags & IFF_PROMISC) in cpsw_set_promiscious() 627 for (i = 0; i <= cpsw->data.slaves; i++) { in cpsw_set_promiscious() 654 for (i = 0; i <= cpsw->data.slaves; i++) { in cpsw_set_promiscious() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/fsi/ |
D | fsi.txt | 4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and 5 engines within those slaves. However, we have a facility to match devicetree 16 represent the FSI slaves and their slave engines. As a basic outline: 66 FSI slaves 94 Engines are identified by their address under the slaves' address spaces. We 115 The FSI master may be connected to additional slaves, and slaves may have
|
/Linux-v4.19/Documentation/networking/ |
D | ipvlan.txt | 9 exception of using L3 for mux-ing /demux-ing among slaves. This property makes 44 you can select one of these two modes and all slaves on that master will 46 that in L3 mode the slaves wont receive any multicast / broadcast traffic. 53 out. In this mode the slaves will RX/TX multicast and broadcast (if applicable) 60 used before packets are queued on the outbound device. In this mode the slaves 75 anything. This is the traditional mode where slaves can cross-talk among 80 mode. i.e. port won't allow cross communication between slaves. 124 (b) Create two ipvlan slaves on eth0 (master device) 128 (c) Assign slaves to the respective network namespaces
|
D | bonding.txt | 214 slaves of the active aggregator are down or the active 215 aggregator has no slaves. 235 ports (slaves). Reselection occurs as described under the 326 Validation is performed only for backup slaves. 330 Validation is performed for all slaves. 334 Filtering is applied to all slaves. No validation is 339 Filtering is applied to all slaves, validation is performed 344 Filtering is applied to all slaves, validation is performed 345 only for backup slaves. 354 that they were generated by an arp_ip_target. Since backup slaves [all …]
|
/Linux-v4.19/sound/core/ |
D | vmaster.c | 36 struct list_head slaves; member 126 list_for_each_entry(slave, &master->slaves, list) { in master_init() 281 list_add_tail(&srec->list, &master_link->slaves); in _snd_ctl_add_slave() 324 list_for_each_entry(slave, &master->slaves, list) { in sync_slaves() 365 list_for_each_entry_safe(slave, n, &master->slaves, list) { in master_free() 410 INIT_LIST_HEAD(&master->slaves); in snd_ctl_make_virtual_master() 516 list_for_each_entry(slave, &master->slaves, list) { in snd_ctl_apply_vmaster_slaves()
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-driver-w1_ds28e04 | 5 see Documentation/w1/slaves/w1_ds28e04 for detailed information 14 see Documentation/w1/slaves/w1_ds28e04 for detailed information
|
D | sysfs-driver-w1_ds28ea00 | 5 see Documentation/w1/slaves/w1_therm for detailed information
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | cpsw.txt | 19 - slaves : Specifies number for slaves 77 slaves = <2>; 106 slaves = <2>;
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | lag_conf.c | 309 int active_count = 0, slaves = 0; in nfp_fl_lag_do_work() local 349 slaves = 0; in nfp_fl_lag_do_work() 356 slaves = 0; in nfp_fl_lag_do_work() 360 slaves++; in nfp_fl_lag_do_work() 361 if (slaves > entry->slave_cnt) in nfp_fl_lag_do_work() 379 if (slaves != entry->slave_cnt || !entry->dirty) { in nfp_fl_lag_do_work()
|
/Linux-v4.19/drivers/w1/ |
D | Makefile | 8 obj-y += masters/ slaves/
|
D | Kconfig | 29 source drivers/w1/slaves/Kconfig
|
/Linux-v4.19/Documentation/w1/ |
D | w1.generic | 10 communication with slaves. 85 - (rw) maximum number of slaves to search for at a time 92 - (ro) the number of slaves found 93 w1_master_slaves - (ro) the names of the slaves, one per line
|
D | 00-INDEX | 3 slaves/
|
/Linux-v4.19/net/ax25/ |
D | Kconfig | 57 from clients (called "slaves") and redistributes it to other slaves. 72 from clients (called "slaves") and redistributes it to other slaves.
|
/Linux-v4.19/Documentation/w1/masters/ |
D | omap-hdq | 39 driver(drivers/w1/slaves/w1_bq27000.c) sets the ID to 1. 48 pass slave ID as parameter. The driver will auto-detect slaves connected
|
/Linux-v4.19/drivers/net/bonding/ |
D | bond_alb.c | 1376 struct bond_up_slave *slaves; in bond_tlb_xmit() local 1379 slaves = rcu_dereference(bond->slave_arr); in bond_tlb_xmit() 1380 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_tlb_xmit() 1382 tx_slave = slaves->arr[hash_index % in bond_tlb_xmit() 1490 struct bond_up_slave *slaves; in bond_alb_xmit() local 1493 slaves = rcu_dereference(bond->slave_arr); in bond_alb_xmit() 1494 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_alb_xmit() 1496 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_alb_xmit()
|
/Linux-v4.19/Documentation/ia64/ |
D | mca.txt | 22 to all the other cpus, the slaves. 55 * Once all slaves have rendezvoused and are spinning disabled, the 98 slaves. All the OS INIT handlers are entered at approximately the same 100 which the slaves return and the system resumes. 104 drive them all as slaves. Some drive one cpu as monarch, wait for that 105 cpu to return from the OS then drive the rest as slaves. Some versions
|
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
D | sitronix,st7789v.txt | 12 The generic bindings for the SPI slaves documented in [1] also applies
|
/Linux-v4.19/Documentation/devicetree/bindings/fpga/ |
D | altera-passive-serial.txt | 6 circuits in order to play nicely with other SPI slaves on the same bus.
|
D | xilinx-slave-serial.txt | 6 circuits in order to play nicely with other SPI slaves on the same bus.
|
/Linux-v4.19/drivers/parport/ |
D | share.c | 545 struct parport *slave = port->slaves[i-1]; in parport_announce_port() 554 struct parport *slave = port->slaves[i-1]; in parport_announce_port() 594 struct parport *slave = port->slaves[i-1]; in parport_remove_port() 606 struct parport *slave = port->slaves[i-1]; in parport_remove_port() 617 struct parport *slave = port->slaves[i-1]; in parport_remove_port()
|
/Linux-v4.19/drivers/soundwire/ |
D | slave.c | 43 list_add_tail(&slave->node, &bus->slaves); in sdw_slave_add()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | dra72-evm.dts | 49 slaves = <1>;
|