| /include/net/ |
| A D | bonding.h | 277 void bond_queue_slave_event(struct slave *slave); 278 void bond_lower_state_changed(struct slave *slave); 362 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up() argument 430 static inline int bond_slave_state(struct slave *slave) in bond_slave_state() argument 448 struct slave *slave; in bond_is_active_slave_dev() local 495 struct slave *slave) in slave_do_arp_validate() argument 523 struct slave *slave) in slave_oldest_target_arp_rx() argument 536 struct slave *slave) in slave_last_rx() argument 621 slave->link = slave->link_new_state; in bond_commit_link_state() 685 int bond_sysfs_slave_add(struct slave *slave); [all …]
|
| A 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 transmitting 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); 161 struct slave *bond_xmit_alb_slave_get(struct bonding *bond, [all …]
|
| A D | bond_3ad.h | 157 struct slave; 193 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ member 244 struct slave *slave; /* pointer to the bond slave that this port belongs to */ member 263 #define SLAVE_AD_INFO(slave) ((slave)->ad_info) argument 297 void bond_3ad_bind_slave(struct slave *slave); 298 void bond_3ad_unbind_slave(struct slave *slave); 301 void bond_3ad_adapter_speed_duplex_changed(struct slave *slave); 302 void bond_3ad_handle_link_change(struct slave *slave, char link); 307 struct slave *slave);
|
| A D | bond_options.h | 165 void bond_slave_ns_maddrs_add(struct bonding *bond, struct slave *slave); 166 void bond_slave_ns_maddrs_del(struct bonding *bond, struct slave *slave);
|
| A D | ax25.h | 213 char slave; /* slave_mode? */ member
|
| /include/sound/ |
| A D | sdca.h | 53 void sdca_lookup_functions(struct sdw_slave *slave); 54 void sdca_lookup_interface_revision(struct sdw_slave *slave); 55 bool sdca_device_quirk_match(struct sdw_slave *slave, enum sdca_quirk quirk); 59 static inline void sdca_lookup_functions(struct sdw_slave *slave) {} in sdca_lookup_functions() argument 60 static inline void sdca_lookup_interface_revision(struct sdw_slave *slave) {} in sdca_lookup_interface_revision() argument 61 static inline bool sdca_device_quirk_match(struct sdw_slave *slave, enum sdca_quirk quirk) in sdca_device_quirk_match() argument
|
| A D | designware_i2s.h | 45 bool (*filter)(struct dma_chan *chan, void *slave); 55 bool (*filter)(struct dma_chan *chan, void *slave);
|
| A D | spear_spdif.h | 12 bool (*filter)(struct dma_chan *chan, void *slave);
|
| /include/linux/soundwire/ |
| A D | sdw.h | 460 int sdw_slave_read_prop(struct sdw_slave *slave); 617 int (*interrupt_callback)(struct sdw_slave *slave, 619 int (*update_status)(struct sdw_slave *slave, 621 int (*bus_config)(struct sdw_slave *slave, 623 int (*port_prep)(struct sdw_slave *slave, 626 int (*clk_stop)(struct sdw_slave *slave, 873 struct sdw_slave *slave, 1081 int sdw_stream_add_slave(struct sdw_slave *slave, 1086 int sdw_stream_remove_slave(struct sdw_slave *slave, 1092 int sdw_read(struct sdw_slave *slave, u32 addr); [all …]
|
| A D | sdw_intel.h | 445 int (*bpt_send_async)(struct sdw_intel *sdw, struct sdw_slave *slave, 447 int (*bpt_wait)(struct sdw_intel *sdw, struct sdw_slave *slave, struct sdw_bpt_msg *msg);
|
| /include/linux/ |
| A D | fsi.h | 17 struct fsi_slave *slave; member 62 extern int fsi_slave_claim_range(struct fsi_slave *slave, 64 extern void fsi_slave_release_range(struct fsi_slave *slave, 66 extern int fsi_slave_read(struct fsi_slave *slave, uint32_t addr, 68 extern int fsi_slave_write(struct fsi_slave *slave, uint32_t addr,
|
| A D | if_eql.h | 27 typedef struct slave { struct
|
| A D | sh_dma.h | 72 const struct sh_dmae_slave_config *slave; member
|
| A D | dmaengine.h | 340 struct device *slave; member 769 const char *slave; member
|
| A D | netdevice.h | 3289 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument 3290 for_each_netdev_rcu(dev_net_rcu(bond), slave) \ 3291 if (netdev_master_upper_dev_get_rcu(slave) == (bond)) 5126 ifslave slave; member
|
| /include/trace/events/ |
| A D | fsi.h | 157 TP_PROTO(const struct fsi_slave *slave), 158 TP_ARGS(slave), 169 __entry->master_idx = slave->master->idx; 170 __entry->master_n_links = slave->master->n_links; 171 __entry->idx = slave->cdev_idx; 172 __entry->link = slave->link; 173 __entry->chip_id = slave->chip_id; 174 __entry->cfam_id = slave->cfam_id; 175 __entry->size = slave->size; 224 __entry->master_idx = dev->slave->master->idx; [all …]
|
| /include/linux/mfd/ |
| A D | dbx500-prcmu.h | 258 int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size); 259 int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size); 260 int prcmu_abb_write_masked(u8 slave, u8 reg, u8 *value, u8 *mask, u8 size); 408 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read() argument 413 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write() argument 418 static inline int prcmu_abb_write_masked(u8 slave, u8 reg, u8 *value, u8 *mask, in prcmu_abb_write_masked() argument
|
| A D | db8500-prcmu.h | 509 int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size); 510 int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size); 638 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read() argument 643 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write() argument
|
| /include/linux/hsi/ |
| A D | ssi_protocol.h | 21 struct hsi_client *ssip_slave_get_master(struct hsi_client *slave);
|
| /include/linux/mlx4/ |
| A D | device.h | 1062 int guest_proxy_base = dev->phys_caps.base_proxy_sqpn + slave * 8; in mlx4_is_guest_proxy() 1461 void mlx4_sync_pkey_table(struct mlx4_dev *dev, int slave, int port, 1466 int mlx4_is_slave_active(struct mlx4_dev *dev, int slave); 1467 int mlx4_gen_pkey_eqe(struct mlx4_dev *dev, int slave, u8 port); 1468 int mlx4_gen_guid_change_eqe(struct mlx4_dev *dev, int slave, u8 port); 1475 __be64 mlx4_get_slave_node_guid(struct mlx4_dev *dev, int slave); 1496 int mlx4_slave_convert_port(struct mlx4_dev *dev, int slave, int port); 1512 int mlx4_phys_to_slave_port(struct mlx4_dev *dev, int slave, int port); 1514 int mlx4_get_base_gid_ix(struct mlx4_dev *dev, int slave, int port); 1520 int mlx4_vf_smi_enabled(struct mlx4_dev *dev, int slave, int port); [all …]
|
| A D | cmd.h | 328 bool mlx4_get_slave_default_vlan(struct mlx4_dev *dev, int port, int slave,
|
| /include/drm/bridge/ |
| A D | dw_mipi_dsi.h | 85 void dw_mipi_dsi_set_slave(struct dw_mipi_dsi *dsi, struct dw_mipi_dsi *slave);
|
| /include/linux/spi/ |
| A D | spi.h | 617 bool slave; member
|
| /include/linux/mlx5/ |
| A D | driver.h | 1145 struct net_device *slave);
|