/Linux-v5.4/sound/core/ |
D | vmaster.c | 54 struct snd_kcontrol slave; /* the copy of original control entry */ member 57 static int slave_update(struct link_slave *slave) in slave_update() argument 65 uctl->id = slave->slave.id; in slave_update() 66 err = slave->slave.get(&slave->slave, uctl); in slave_update() 69 for (ch = 0; ch < slave->info.count; ch++) in slave_update() 70 slave->vals[ch] = uctl->value.integer.value[ch]; in slave_update() 77 static int slave_init(struct link_slave *slave) in slave_init() argument 82 if (slave->info.count) { in slave_init() 84 if (slave->flags & SND_CTL_SLAVE_NEED_UPDATE) in slave_init() 85 return slave_update(slave); in slave_init() [all …]
|
/Linux-v5.4/include/net/ |
D | bonding.h | 152 struct slave { struct 186 struct slave *arr[0]; argument 200 struct slave __rcu *curr_active_slave; 201 struct slave __rcu *current_arp_slave; 202 struct slave __rcu *primary_slave; 207 struct slave *); 244 ((struct slave *) rcu_dereference(dev->rx_handler_data)) 247 ((struct slave *) rtnl_dereference(dev->rx_handler_data)) 249 void bond_queue_slave_event(struct slave *slave); 250 void bond_lower_state_changed(struct slave *slave); [all …]
|
D | bond_alb.h | 12 struct slave; 15 #define SLAVE_TLB_INFO(slave) ((slave)->tlb_info) argument 56 struct slave *tx_slave; /* A pointer to slave used for transmiting 111 struct slave *slave; /* the slave assigned to this client */ member 138 struct slave *rx_slave;/* last slave to xmit from */ 155 int bond_alb_init_slave(struct bonding *bond, struct slave *slave); 156 void bond_alb_deinit_slave(struct bonding *bond, struct slave *slave); 157 void bond_alb_handle_link_change(struct bonding *bond, struct slave *slave, char link); 158 void bond_alb_handle_active_change(struct bonding *bond, struct slave *new_slave);
|
/Linux-v5.4/drivers/net/bonding/ |
D | bond_sysfs_slave.c | 15 ssize_t (*show)(struct slave *, char *); 27 static ssize_t state_show(struct slave *slave, char *buf) in state_show() argument 29 switch (bond_slave_state(slave)) { in state_show() 40 static ssize_t mii_status_show(struct slave *slave, char *buf) in mii_status_show() argument 42 return sprintf(buf, "%s\n", bond_slave_link_status(slave->link)); in mii_status_show() 46 static ssize_t link_failure_count_show(struct slave *slave, char *buf) in link_failure_count_show() argument 48 return sprintf(buf, "%d\n", slave->link_failure_count); in link_failure_count_show() 52 static ssize_t perm_hwaddr_show(struct slave *slave, char *buf) in perm_hwaddr_show() argument 55 slave->dev->addr_len, in perm_hwaddr_show() 56 slave->perm_hwaddr); in perm_hwaddr_show() [all …]
|
D | bond_main.c | 283 struct slave *slave, *rollback_slave; in bond_vlan_rx_add_vid() local 287 bond_for_each_slave(bond, slave, iter) { in bond_vlan_rx_add_vid() 288 res = vlan_vid_add(slave->dev, proto, vid); in bond_vlan_rx_add_vid() 298 if (rollback_slave == slave) in bond_vlan_rx_add_vid() 317 struct slave *slave; in bond_vlan_rx_kill_vid() local 319 bond_for_each_slave(bond, slave, iter) in bond_vlan_rx_kill_vid() 320 vlan_vid_del(slave->dev, proto, vid); in bond_vlan_rx_kill_vid() 339 struct slave *slave; in bond_set_carrier() local 347 bond_for_each_slave(bond, slave, iter) { in bond_set_carrier() 348 if (slave->link == BOND_LINK_UP) { in bond_set_carrier() [all …]
|
D | bond_alb.c | 59 static void alb_send_learning_packets(struct slave *slave, u8 mac_addr[], 92 static inline void tlb_init_slave(struct slave *slave) in tlb_init_slave() argument 94 SLAVE_TLB_INFO(slave).load = 0; in tlb_init_slave() 95 SLAVE_TLB_INFO(slave).head = TLB_NULL_INDEX; in tlb_init_slave() 98 static void __tlb_clear_slave(struct bonding *bond, struct slave *slave, in __tlb_clear_slave() argument 109 index = SLAVE_TLB_INFO(slave).head; in __tlb_clear_slave() 117 tlb_init_slave(slave); in __tlb_clear_slave() 120 static void tlb_clear_slave(struct bonding *bond, struct slave *slave, in tlb_clear_slave() argument 124 __tlb_clear_slave(bond, slave, save_load); in tlb_clear_slave() 165 static long long compute_gap(struct slave *slave) in compute_gap() argument [all …]
|
D | bond_3ad.c | 135 if (port->slave == NULL) in __get_bond_by_port() 138 return bond_get_bond_by_slave(port->slave); in __get_bond_by_port() 152 struct slave *first_slave; in __get_first_agg() 185 bond_set_slave_inactive_flags(port->slave, BOND_SLAVE_NOTIFY_LATER); in __disable_port() 194 struct slave *slave = port->slave; in __enable_port() local 196 if ((slave->link == BOND_LINK_UP) && bond_slave_is_up(slave)) in __enable_port() 197 bond_set_slave_active_flags(slave, BOND_SLAVE_NOTIFY_LATER); in __enable_port() 206 return bond_is_active_slave(port->slave); in __port_is_enabled() 261 struct slave *slave = port->slave; in __get_link_speed() local 269 if (slave->link != BOND_LINK_UP) in __get_link_speed() [all …]
|
/Linux-v5.4/drivers/soundwire/ |
D | bus.c | 113 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_delete_slave() local 114 struct sdw_bus *bus = slave->bus; in sdw_delete_slave() 116 sdw_slave_debugfs_exit(slave); in sdw_delete_slave() 120 if (slave->dev_num) /* clear dev_num if assigned */ in sdw_delete_slave() 121 clear_bit(slave->dev_num, bus->assigned); in sdw_delete_slave() 123 list_del_init(&slave->node); in sdw_delete_slave() 274 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave, in sdw_fill_msg() argument 292 if (slave && !slave->prop.paging_support) in sdw_fill_msg() 303 if (!slave) { in sdw_fill_msg() 306 } else if (!slave->prop.paging_support) { in sdw_fill_msg() [all …]
|
D | bus_type.c | 20 sdw_get_device_id(struct sdw_slave *slave, struct sdw_driver *drv) in sdw_get_device_id() argument 25 if (slave->id.mfg_id == id->mfg_id && in sdw_get_device_id() 26 slave->id.part_id == id->part_id) in sdw_get_device_id() 36 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_bus_match() local 39 return !!sdw_get_device_id(slave, drv); in sdw_bus_match() 42 int sdw_slave_modalias(const struct sdw_slave *slave, char *buf, size_t size) in sdw_slave_modalias() argument 47 slave->id.mfg_id, slave->id.part_id); in sdw_slave_modalias() 52 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_uevent() local 55 sdw_slave_modalias(slave, modalias, sizeof(modalias)); in sdw_uevent() 72 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_drv_probe() local [all …]
|
D | slave.c | 12 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_slave_release() local 14 kfree(slave); in sdw_slave_release() 20 struct sdw_slave *slave; in sdw_slave_add() local 23 slave = kzalloc(sizeof(*slave), GFP_KERNEL); in sdw_slave_add() 24 if (!slave) in sdw_slave_add() 28 memcpy(&slave->id, id, sizeof(*id)); in sdw_slave_add() 29 slave->dev.parent = bus->dev; in sdw_slave_add() 30 slave->dev.fwnode = fwnode; in sdw_slave_add() 33 dev_set_name(&slave->dev, "sdw:%x:%x:%x:%x:%x", in sdw_slave_add() 37 slave->dev.release = sdw_slave_release; in sdw_slave_add() [all …]
|
D | debugfs.c | 33 static ssize_t sdw_sprintf(struct sdw_slave *slave, in sdw_sprintf() argument 38 value = sdw_read(slave, reg); in sdw_sprintf() 49 struct sdw_slave *slave = s_file->private; in sdw_slave_reg_show() local 63 ret += sdw_sprintf(slave, buf, ret, i); in sdw_slave_reg_show() 67 ret += sdw_sprintf(slave, buf, ret, SDW_DP0_CHANNELEN); in sdw_slave_reg_show() 69 ret += sdw_sprintf(slave, buf, ret, i); in sdw_slave_reg_show() 73 ret += sdw_sprintf(slave, buf, ret, in sdw_slave_reg_show() 77 ret += sdw_sprintf(slave, buf, ret, i); in sdw_slave_reg_show() 82 ret += sdw_sprintf(slave, buf, ret, i); in sdw_slave_reg_show() 84 ret += sdw_sprintf(slave, buf, ret, i); in sdw_slave_reg_show() [all …]
|
D | stream.c | 59 struct sdw_slave *slave, in _sdw_program_slave_port_params() argument 80 ret = sdw_write(slave, addr1, t_params->offset2); in _sdw_program_slave_port_params() 87 ret = sdw_write(slave, addr2, t_params->blk_pkg_mode); in _sdw_program_slave_port_params() 106 ret = sdw_write(slave, addr3, wbuf); in _sdw_program_slave_port_params() 117 ret = sdw_write(slave, addr4, wbuf); in _sdw_program_slave_port_params() 130 struct sdw_slave_prop *slave_prop = &s_rt->slave->prop; in sdw_program_slave_port_params() 136 dpn_prop = sdw_get_slave_dpn_prop(s_rt->slave, in sdw_program_slave_port_params() 162 ret = sdw_update(s_rt->slave, addr1, 0xF, wbuf); in sdw_program_slave_port_params() 164 dev_err(&s_rt->slave->dev, in sdw_program_slave_port_params() 171 ret = sdw_write(s_rt->slave, addr2, (p_params->bps - 1)); in sdw_program_slave_port_params() [all …]
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | omap_hwmod_33xx_43xx_interconnect_data.c | 24 .slave = &am33xx_l3_main_hwmod, 32 .slave = &am33xx_l3_s_hwmod, 40 .slave = &am33xx_l4_ls_hwmod, 48 .slave = &am33xx_l4_wkup_hwmod, 56 .slave = &am33xx_l3_instr_hwmod, 64 .slave = &am33xx_prcm_hwmod, 72 .slave = &am33xx_l3_main_hwmod, 80 .slave = &am33xx_l3_main_hwmod, 88 .slave = &am33xx_l3_main_hwmod, 96 .slave = &am33xx_gfx_hwmod, [all …]
|
D | omap_hwmod_2xxx_interconnect_data.c | 27 .slave = &omap2xxx_l4_core_hwmod, 34 .slave = &omap2xxx_l3_main_hwmod, 41 .slave = &omap2xxx_l3_main_hwmod, 54 .slave = &omap2xxx_l4_wkup_hwmod, 61 .slave = &omap2xxx_uart1_hwmod, 69 .slave = &omap2xxx_uart2_hwmod, 77 .slave = &omap2xxx_uart3_hwmod, 85 .slave = &omap2xxx_mcspi1_hwmod, 93 .slave = &omap2xxx_mcspi2_hwmod, 101 .slave = &omap2xxx_timer2_hwmod, [all …]
|
D | omap_hwmod_44xx_data.c | 922 .slave = &omap44xx_aes1_hwmod, 943 .slave = &omap44xx_aes2_hwmod, 979 .slave = &omap44xx_des_hwmod, 1545 .slave = &omap44xx_mmu_ipu_hwmod, 1577 .slave = &omap44xx_mmu_dsp_hwmod, 2384 .slave = &omap44xx_dmm_hwmod, 2392 .slave = &omap44xx_dmm_hwmod, 2400 .slave = &omap44xx_l3_instr_hwmod, 2408 .slave = &omap44xx_l3_instr_hwmod, 2416 .slave = &omap44xx_l3_instr_hwmod, [all …]
|
D | omap_hwmod_43xx_data.c | 539 .slave = &am43xx_emif_hwmod, 546 .slave = &am43xx_l4_hs_hwmod, 553 .slave = &am33xx_l4_wkup_hwmod, 560 .slave = &am43xx_wkup_m3_hwmod, 567 .slave = &am33xx_pruss_hwmod, 574 .slave = &am33xx_smartreflex0_hwmod, 581 .slave = &am33xx_smartreflex1_hwmod, 588 .slave = &am43xx_control_hwmod, 595 .slave = &am43xx_adc_tsc_hwmod, 602 .slave = &am33xx_timer1_hwmod, [all …]
|
/Linux-v5.4/drivers/mtd/ |
D | mtdpart.c | 326 struct mtd_part *slave; in allocate_partition() local 332 slave = kzalloc(sizeof(*slave), GFP_KERNEL); in allocate_partition() 334 if (!name || !slave) { in allocate_partition() 338 kfree(slave); in allocate_partition() 343 slave->mtd.type = parent->type; in allocate_partition() 344 slave->mtd.flags = parent->orig_flags & ~part->mask_flags; in allocate_partition() 345 slave->mtd.orig_flags = slave->mtd.flags; in allocate_partition() 346 slave->mtd.size = part->size; in allocate_partition() 347 slave->mtd.writesize = parent->writesize; in allocate_partition() 348 slave->mtd.writebufsize = parent->writebufsize; in allocate_partition() [all …]
|
/Linux-v5.4/drivers/fsi/ |
D | fsi-core.c | 134 return fsi_slave_read(dev->slave, dev->addr + addr, val, size); in fsi_device_read() 144 return fsi_slave_write(dev->slave, dev->addr + addr, val, size); in fsi_device_write() 152 return fsi_slave_read(dev->slave, addr, val, sizeof(uint32_t)); in fsi_device_peek() 163 static struct fsi_device *fsi_create_device(struct fsi_slave *slave) in fsi_create_device() argument 171 dev->dev.parent = &slave->dev; in fsi_create_device() 179 static int fsi_slave_calc_addr(struct fsi_slave *slave, uint32_t *addrp, in fsi_slave_calc_addr() argument 185 if (addr > slave->size) in fsi_slave_calc_addr() 192 if (slave->id != 0) in fsi_slave_calc_addr() 203 static int fsi_slave_report_and_clear_errors(struct fsi_slave *slave) in fsi_slave_report_and_clear_errors() argument 205 struct fsi_master *master = slave->master; in fsi_slave_report_and_clear_errors() [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 306 static void rem_slave_vlans(struct mlx4_dev *dev, int slave); 307 static inline int mlx4_grant_resource(struct mlx4_dev *dev, int slave, in mlx4_grant_resource() argument 318 if (slave > dev->persist->num_vfs) in mlx4_grant_resource() 324 (dev->persist->num_vfs + 1) + slave] : in mlx4_grant_resource() 325 res_alloc->allocated[slave]; in mlx4_grant_resource() 330 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource() 332 if (allocated + count > res_alloc->quota[slave]) { in mlx4_grant_resource() 334 slave, port, resource_str(res_type), count, in mlx4_grant_resource() 335 allocated, res_alloc->quota[slave]); in mlx4_grant_resource() 355 slave, port, resource_str(res_type), free, in mlx4_grant_resource() [all …]
|
D | cmd.c | 136 static int mlx4_master_process_vhcr(struct mlx4_dev *dev, int slave, 813 int slave, u64 slave_addr, in mlx4_ACCESS_MEM() argument 820 (slave & ~0x7f) | (size & 0xff)) { in mlx4_ACCESS_MEM() 822 slave_addr, master_addr, slave, size); in mlx4_ACCESS_MEM() 827 in_param = (u64) slave | slave_addr; in mlx4_ACCESS_MEM() 831 out_param = (u64) slave | slave_addr; in mlx4_ACCESS_MEM() 891 static int mlx4_MAD_IFC_wrapper(struct mlx4_dev *dev, int slave, in mlx4_MAD_IFC_wrapper() argument 912 port = mlx4_slave_convert_port(dev, slave, slave_port); in mlx4_MAD_IFC_wrapper() 938 pidx = priv->virt2phys_pkey[slave][port - 1][vidx]; in mlx4_MAD_IFC_wrapper() 953 if (!err && slave != mlx4_master_func_num(dev)) { in mlx4_MAD_IFC_wrapper() [all …]
|
/Linux-v5.4/drivers/net/ |
D | eql.c | 140 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave); 150 slave_t *slave = list_entry(this, slave_t, list); in eql_timer() local 152 if ((slave->dev->flags & IFF_UP) == IFF_UP) { in eql_timer() 153 slave->bytes_queued -= slave->priority_Bps; in eql_timer() 154 if (slave->bytes_queued < 0) in eql_timer() 155 slave->bytes_queued = 0; in eql_timer() 157 eql_kill_one_slave(&eql->queue, slave); in eql_timer() 221 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave) in eql_kill_one_slave() argument 223 list_del(&slave->list); in eql_kill_one_slave() 225 slave->dev->flags &= ~IFF_SLAVE; in eql_kill_one_slave() [all …]
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-at91-slave.c | 28 i2c_slave_event(dev->slave, in atmel_twi_interrupt_slave() 34 i2c_slave_event(dev->slave, in atmel_twi_interrupt_slave() 44 i2c_slave_event(dev->slave, I2C_SLAVE_READ_PROCESSED, &value); in atmel_twi_interrupt_slave() 51 i2c_slave_event(dev->slave, I2C_SLAVE_WRITE_RECEIVED, &value); in atmel_twi_interrupt_slave() 59 i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &value); in atmel_twi_interrupt_slave() 65 static int at91_reg_slave(struct i2c_client *slave) in at91_reg_slave() argument 67 struct at91_twi_dev *dev = i2c_get_adapdata(slave->adapter); in at91_reg_slave() 69 if (dev->slave) in at91_reg_slave() 72 if (slave->flags & I2C_CLIENT_TEN) in at91_reg_slave() 78 dev->slave = slave; in at91_reg_slave() [all …]
|
/Linux-v5.4/drivers/net/ethernet/ti/ |
D | cpsw-common.c | 16 int slave, u8 *mac_addr) in davinci_emac_3517_get_macid() argument 29 regmap_read(syscon, CTRL_MAC_LO_REG(offset, slave), &macid_lsb); in davinci_emac_3517_get_macid() 30 regmap_read(syscon, CTRL_MAC_HI_REG(offset, slave), &macid_msb); in davinci_emac_3517_get_macid() 42 static int cpsw_am33xx_cm_get_macid(struct device *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid() argument 56 regmap_read(syscon, CTRL_MAC_LO_REG(offset, slave), &macid_lo); in cpsw_am33xx_cm_get_macid() 57 regmap_read(syscon, CTRL_MAC_HI_REG(offset, slave), &macid_hi); in cpsw_am33xx_cm_get_macid() 69 int ti_cm_get_macid(struct device *dev, int slave, u8 *mac_addr) in ti_cm_get_macid() argument 72 return cpsw_am33xx_cm_get_macid(dev, 0x630, slave, mac_addr); in ti_cm_get_macid() 75 return cpsw_am33xx_cm_get_macid(dev, 0x630, slave, mac_addr); in ti_cm_get_macid() 78 return davinci_emac_3517_get_macid(dev, 0x110, slave, mac_addr); in ti_cm_get_macid() [all …]
|
D | netcp_ethss.c | 767 struct gbe_slave *slave; member 1731 #define for_each_sec_slave(slave, priv) \ argument 1732 list_for_each_entry((slave), &(priv)->secondary_slaves, slave_list) 1947 if (!gbe_intf->slave) in keystone_get_link_ksettings() 1951 cmd->base.port = gbe_intf->slave->phy_port_t; in keystone_get_link_ksettings() 1979 if (!gbe_intf->slave) in keystone_set_link_ksettings() 1982 if (port != gbe_intf->slave->phy_port_t) { in keystone_set_link_ksettings() 1999 gbe_intf->slave->phy_port_t = port; in keystone_set_link_ksettings() 2059 static void gbe_set_slave_mac(struct gbe_slave *slave, in gbe_set_slave_mac() argument 2064 writel(mac_hi(ndev->dev_addr), GBE_REG_ADDR(slave, port_regs, sa_hi)); in gbe_set_slave_mac() [all …]
|
/Linux-v5.4/drivers/net/wan/ |
D | dlci.c | 193 netdev_start_xmit(skb, dlp->slave, txq, false); in dlci_transmit() 207 flp = netdev_priv(dlp->slave); in dlci_config() 219 err = (*flp->dlci_conf)(dlp->slave, dev, get); in dlci_config() 247 strncpy(ifr->ifr_slave, dlp->slave->name, sizeof(ifr->ifr_slave)); in dlci_dev_ioctl() 267 return dev_set_mtu(dlp->slave, new_mtu); in dlci_change_mtu() 281 if (!netif_running(dlp->slave)) in dlci_open() 284 flp = netdev_priv(dlp->slave); in dlci_open() 285 err = (*flp->activate)(dlp->slave, dev); in dlci_open() 304 flp = netdev_priv(dlp->slave); in dlci_close() 305 err = (*flp->deactivate)(dlp->slave, dev); in dlci_close() [all …]
|