Home
last modified time | relevance | path

Searched defs:slave (Results 1 – 131 of 131) sorted by relevance

/linux-4.1.27/include/net/
Dbonding.h152 struct slave { struct
162 u8 backup:1, /* indicates backup slave. Value corresponds with argument
164 inactive:1, /* indicates inactive slave */ argument
172 struct ad_slave_info *ad_info; argument
173 struct tlb_slave_info tlb_info; argument
178 struct rtnl_link_stats64 slave_stats; argument
184 struct slave *arr[0]; argument
263 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
310 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up()
315 static inline void bond_set_active_slave(struct slave *slave) in bond_set_active_slave()
[all …]
Dbond_alb.h31 #define SLAVE_TLB_INFO(slave) ((slave)->tlb_info) argument
127 struct slave *slave; /* the slave assigned to this client */ member
Dbond_3ad.h197 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ member
245 struct slave *slave; /* pointer to the bond slave that this port belongs to */ member
264 #define SLAVE_AD_INFO(slave) ((slave)->ad_info) argument
Dax25.h208 char slave; /* slave_mode? */ member
/linux-4.1.27/drivers/net/bonding/
Dbond_sysfs_slave.c31 static ssize_t state_show(struct slave *slave, char *buf) in state_show()
44 static ssize_t mii_status_show(struct slave *slave, char *buf) in mii_status_show()
50 static ssize_t link_failure_count_show(struct slave *slave, char *buf) in link_failure_count_show()
56 static ssize_t perm_hwaddr_show(struct slave *slave, char *buf) in perm_hwaddr_show()
62 static ssize_t queue_id_show(struct slave *slave, char *buf) in queue_id_show()
68 static ssize_t ad_aggregator_id_show(struct slave *slave, char *buf) in ad_aggregator_id_show()
100 struct slave *slave = to_slave(kobj); in slave_show() local
115 int bond_sysfs_slave_add(struct slave *slave) in bond_sysfs_slave_add()
136 void bond_sysfs_slave_del(struct slave *slave) in bond_sysfs_slave_del()
Dbond_main.c289 struct slave *slave, *rollback_slave; in bond_vlan_rx_add_vid() local
323 struct slave *slave; in bond_vlan_rx_kill_vid() local
345 struct slave *slave; in bond_set_carrier() local
376 static void bond_update_speed_duplex(struct slave *slave) in bond_update_speed_duplex()
505 struct slave *slave; in bond_set_promiscuity() local
528 struct slave *slave; in bond_set_allmulti() local
633 struct slave *slave; in bond_get_old_active() local
740 struct slave *slave, *bestslave = NULL, *primary; in bond_find_best_slave() local
764 struct slave *slave; in bond_should_notify_peers() local
923 static inline int slave_enable_netpoll(struct slave *slave) in slave_enable_netpoll()
[all …]
Dbond_3ad.c201 struct slave *slave = port->slave; in __enable_port() local
263 struct slave *slave = port->slave; in __get_link_speed() local
329 struct slave *slave = port->slave; in __get_duplex() local
702 struct slave *slave; in __get_active_agg() local
770 struct slave *slave = port->slave; in ad_lacpdu_send() local
811 struct slave *slave = port->slave; in ad_marker_send() local
1313 struct slave *slave; in ad_port_selection_logic() local
1584 struct slave *slave; in ad_agg_selection_logic() local
1932 void bond_3ad_bind_slave(struct slave *slave) in bond_3ad_bind_slave()
1990 void bond_3ad_unbind_slave(struct slave *slave) in bond_3ad_unbind_slave()
[all …]
Dbond_alb.c116 static inline void tlb_init_slave(struct slave *slave) in tlb_init_slave()
122 static void __tlb_clear_slave(struct bonding *bond, struct slave *slave, in __tlb_clear_slave()
144 static void tlb_clear_slave(struct bonding *bond, struct slave *slave, in tlb_clear_slave()
189 static long long compute_gap(struct slave *slave) in compute_gap()
197 struct slave *slave, *least_loaded; in tlb_get_least_loaded_slave() local
301 struct slave *slave) in rlb_arp_recv()
337 struct slave *before = NULL, *rx_slave = NULL, *slave; in __rlb_next_rx_slave() local
408 static void rlb_clear_slave(struct bonding *bond, struct slave *slave) in rlb_clear_slave()
515 static void rlb_req_update_slave_clients(struct bonding *bond, struct slave *slave) in rlb_req_update_slave_clients()
924 static void alb_send_lp_vid(struct slave *slave, u8 mac_addr[], in alb_send_lp_vid()
[all …]
Dbond_procfs.c14 struct slave *slave; in bond_info_seq_start() local
33 struct slave *slave; in bond_info_seq_next() local
160 const struct slave *slave) in bond_info_show_slave()
Dbond_options.c693 struct slave *slave) in __bond_option_active_slave_get()
700 struct slave *slave = rcu_dereference(bond->curr_active_slave); in bond_option_active_slave_get_rcu() local
912 struct slave *slave; in _bond_options_arp_ip_target_set() local
960 struct slave *slave; in bond_option_arp_ip_target_rem() local
1061 struct slave *slave; in bond_option_primary_set() local
1161 struct slave *slave; in bond_option_all_slaves_active_set() local
1239 struct slave *slave, *update_slave; in bond_option_queue_id_set() local
Dbond_netlink.c38 struct slave *slave = bond_slave_get_rtnl(slave_dev); in bond_fill_slave_info() local
434 const struct net_device *slave; in bond_option_active_slave_get_ifindex() local
Dbond_sysfs.c182 struct slave *slave; in bonding_show_slaves() local
609 struct slave *slave; in bonding_show_queue_id() local
/linux-4.1.27/include/linux/
Dif_eql.h26 typedef struct slave { struct
33 } slave_t; argument
Dsudmac.h38 const struct sudmac_slave_config *slave; member
Dif_frad.h58 struct net_device *slave; member
Dsh_dma.h75 const struct sh_dmae_slave_config *slave; member
Dpm_domain.h93 struct generic_pm_domain *slave; member
Disdn.h212 struct net_device *slave; /* Ptr to Slave device for masters */ member
Dnetdevice.h2113 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument
3557 ifslave slave; member
/linux-4.1.27/sound/core/
Dvmaster.c58 struct snd_kcontrol slave; /* the copy of original control entry */ member
61 static int slave_update(struct link_slave *slave) in slave_update()
78 static int slave_init(struct link_slave *slave) in slave_init()
118 struct link_slave *slave; in master_init() local
138 static int slave_get_val(struct link_slave *slave, in slave_get_val()
151 static int slave_put_val(struct link_slave *slave, in slave_put_val()
188 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_info() local
195 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_get() local
202 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_put() local
226 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_tlv_cmd() local
[all …]
Dtimer.c181 static void snd_timer_check_slave(struct snd_timer_instance *slave) in snd_timer_check_slave()
211 struct snd_timer_instance *slave, *tmp; in snd_timer_check_master() local
316 struct snd_timer_instance *slave, *tmp; in snd_timer_close() local
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c296 static inline int mlx4_grant_resource(struct mlx4_dev *dev, int slave, in mlx4_grant_resource()
367 static inline void mlx4_release_resource(struct mlx4_dev *dev, int slave, in mlx4_release_resource()
648 static void update_pkey_index(struct mlx4_dev *dev, int slave, in update_pkey_index()
664 u8 slave) in update_gid()
705 u8 slave, u32 qpn) in update_vport_qp_param()
792 static int get_res(struct mlx4_dev *dev, int slave, u64 res_id, in get_res()
829 u64 res_id, int *slave) in mlx4_get_slave_from_resource_id()
850 static void put_res(struct mlx4_dev *dev, int slave, u64 res_id, in put_res()
997 static struct res_common *alloc_tr(u64 id, enum mlx4_resource type, int slave, in alloc_tr()
1042 static int add_res_range(struct mlx4_dev *dev, int slave, u64 base, int count, in add_res_range()
[all …]
Dcmd.c799 int slave, u64 slave_addr, in mlx4_ACCESS_MEM()
877 static int mlx4_MAD_IFC_wrapper(struct mlx4_dev *dev, int slave, in mlx4_MAD_IFC_wrapper()
1009 static int mlx4_CMD_EPERM_wrapper(struct mlx4_dev *dev, int slave, in mlx4_CMD_EPERM_wrapper()
1018 int mlx4_DMA_wrapper(struct mlx4_dev *dev, int slave, in mlx4_DMA_wrapper()
1645 static int mlx4_master_process_vhcr(struct mlx4_dev *dev, int slave, in mlx4_master_process_vhcr()
1818 int slave, int port) in mlx4_master_immediate_activate_vlan_qos()
1968 static int mlx4_master_activate_admin_state(struct mlx4_priv *priv, int slave) in mlx4_master_activate_admin_state()
2021 static void mlx4_master_deactivate_admin_state(struct mlx4_priv *priv, int slave) in mlx4_master_deactivate_admin_state()
2052 static void mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd, in mlx4_master_do_cmd()
2204 int i, j, slave; in mlx4_master_comm_channel() local
[all …]
Deq.c147 u8 slave; in mlx4_gen_slave_eqe() local
171 static void slave_event(struct mlx4_dev *dev, u8 slave, struct mlx4_eqe *eqe) in slave_event()
200 static void mlx4_slave_event(struct mlx4_dev *dev, int slave, in mlx4_slave_event()
213 int mlx4_gen_pkey_eqe(struct mlx4_dev *dev, int slave, u8 port) in mlx4_gen_pkey_eqe()
233 int mlx4_gen_guid_change_eqe(struct mlx4_dev *dev, int slave, u8 port) in mlx4_gen_guid_change_eqe()
250 int mlx4_gen_port_state_change_eqe(struct mlx4_dev *dev, int slave, u8 port, in mlx4_gen_port_state_change_eqe()
270 enum slave_port_state mlx4_get_slave_port_state(struct mlx4_dev *dev, int slave, u8 port) in mlx4_get_slave_port_state()
286 static int mlx4_set_slave_port_state(struct mlx4_dev *dev, int slave, u8 port, in mlx4_set_slave_port_state()
325 int set_and_calc_slave_port_state(struct mlx4_dev *dev, int slave, in set_and_calc_slave_port_state()
461 int slave = 0; in mlx4_eq_int() local
[all …]
Dport.c534 int mlx4_get_slave_num_gids(struct mlx4_dev *dev, int slave, int port) in mlx4_get_slave_num_gids()
570 int mlx4_get_base_gid_ix(struct mlx4_dev *dev, int slave, int port) in mlx4_get_base_gid_ix()
611 static int mlx4_reset_roce_port_gids(struct mlx4_dev *dev, int slave, in mlx4_reset_roce_port_gids()
646 void mlx4_reset_roce_gids(struct mlx4_dev *dev, int slave) in mlx4_reset_roce_gids()
689 static int mlx4_common_set_port(struct mlx4_dev *dev, int slave, u32 in_mod, in mlx4_common_set_port()
905 int mlx4_SET_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_PORT_wrapper()
1127 int mlx4_SET_MCAST_FLTR_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_MCAST_FLTR_wrapper()
1147 int mlx4_SET_VLAN_FLTR_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_VLAN_FLTR_wrapper()
1158 int mlx4_common_dump_eth_stats(struct mlx4_dev *dev, int slave, in mlx4_common_dump_eth_stats()
1166 int mlx4_DUMP_ETH_STATS_wrapper(struct mlx4_dev *dev, int slave, in mlx4_DUMP_ETH_STATS_wrapper()
Dfw.c191 int mlx4_QUERY_FUNC(struct mlx4_dev *dev, struct mlx4_func *func, int slave) in mlx4_QUERY_FUNC()
246 int mlx4_QUERY_FUNC_CAP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_FUNC_CAP_wrapper()
1118 int mlx4_QUERY_DEV_CAP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_DEV_CAP_wrapper()
1236 int mlx4_QUERY_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_PORT_wrapper()
1564 int mlx4_QUERY_FW_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_FW_wrapper()
2044 int mlx4_INIT_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_INIT_PORT_wrapper()
2142 int mlx4_CLOSE_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_CLOSE_PORT_wrapper()
2734 int mlx4_ACCESS_REG_wrapper(struct mlx4_dev *dev, int slave, in mlx4_ACCESS_REG_wrapper()
Dmain.c684 void mlx4_sync_pkey_table(struct mlx4_dev *dev, int slave, int port, int i, int val) in mlx4_sync_pkey_table()
695 void mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid) in mlx4_put_slave_node_guid()
706 __be64 mlx4_get_slave_node_guid(struct mlx4_dev *dev, int slave) in mlx4_get_slave_node_guid()
717 int mlx4_is_slave_active(struct mlx4_dev *dev, int slave) in mlx4_is_slave_active()
Dmcg.c1543 int mlx4_PROMISC_wrapper(struct mlx4_dev *dev, int slave, in mlx4_PROMISC_wrapper()
Dmlx4.h636 int slave; member
/linux-4.1.27/drivers/net/
Deql.c150 slave_t *slave = list_entry(this, slave_t, list); in eql_timer() local
223 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave) in eql_kill_one_slave()
309 slave_t *slave = list_entry(this, slave_t, list); in __eql_schedule_slaves() local
336 slave_t *slave; in eql_slave_xmit() local
370 slave_t *slave = list_entry(this, slave_t, list); in __eql_find_slave_dev() local
389 static int __eql_insert_slave(slave_queue_t *queue, slave_t *slave) in __eql_insert_slave()
468 slave_t *slave = __eql_find_slave_dev(&eql->queue, slave_dev); in eql_emancipate() local
482 slave_t *slave; in eql_g_slave_cfg() local
514 slave_t *slave; in eql_s_slave_cfg() local
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_slave.c23 struct drm_encoder_slave *slave = to_encoder_slave(enc); in armada_drm_slave_get_modes() local
33 struct drm_encoder_slave *slave = to_encoder_slave(enc); in armada_drm_slave_destroy() local
70 struct drm_encoder_slave *slave; in armada_drm_conn_slave_create() local
Darmada_output.c99 struct drm_encoder_slave *slave = to_encoder_slave(encoder); in armada_drm_slave_encoder_mode_valid() local
113 struct drm_encoder_slave *slave = to_encoder_slave(encoder); in armada_drm_slave_encoder_set_property() local
/linux-4.1.27/arch/cris/include/asm/
Detraxi2c.h16 #define I2C_WRITEARG(slave, reg, value) (((slave) << 16) | ((reg) << 8) | (value)) argument
17 #define I2C_READARG(slave, reg) (((slave) << 16) | ((reg) << 8)) argument
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpsw-phy-sel.c44 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_am3352()
87 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_dra7xx()
143 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel()
Dcpsw-common.c25 int cpsw_am33xx_cm_get_macid(struct device *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid()
Dcpsw.c367 static inline u32 slave_read(struct cpsw_slave *slave, u32 offset) in slave_read()
372 static inline void slave_write(struct cpsw_slave *slave, u32 val, u32 offset) in slave_write()
716 struct cpsw_slave *slave = priv->slaves; in cpsw_rx_handler() local
847 static void cpsw_set_slave_mac(struct cpsw_slave *slave, in cpsw_set_slave_mac()
854 static void _cpsw_adjust_link(struct cpsw_slave *slave, in _cpsw_adjust_link()
1092 struct cpsw_priv *priv, struct cpsw_slave *slave, in cpsw_add_dual_emac_def_ale_entries()
1109 static void soft_reset_slave(struct cpsw_slave *slave) in soft_reset_slave()
1117 static void cpsw_slave_open(struct cpsw_slave *slave, struct cpsw_priv *priv) in cpsw_slave_open()
1229 static void cpsw_slave_stop(struct cpsw_slave *slave, struct cpsw_priv *priv) in cpsw_slave_stop()
1418 struct cpsw_slave *slave = &priv->slaves[priv->data.active_slave]; in cpsw_hwtstamp_v1() local
[all …]
Dnetcp_ethss.c689 struct gbe_slave *slave; member
1482 #define for_each_sec_slave(slave, priv) \ argument
1726 static void gbe_set_slave_mac(struct gbe_slave *slave, in gbe_set_slave_mac()
1745 struct gbe_slave *slave, in netcp_ethss_link_state_action()
1788 static bool gbe_phy_link_status(struct gbe_slave *slave) in gbe_phy_link_status()
1794 struct gbe_slave *slave, in netcp_ethss_update_link_state()
1850 struct gbe_slave *slave; in gbe_adjust_link_sec_slaves() local
1859 static int gbe_port_reset(struct gbe_slave *slave) in gbe_port_reset()
1878 static void gbe_port_config(struct gbe_priv *gbe_dev, struct gbe_slave *slave, in gbe_port_config()
1907 struct gbe_slave *slave = intf->slave; in gbe_slave_stop() local
[all …]
Ddavinci_emac.c1886 int slave, u8 *mac_addr) in davinci_emac_3517_get_macid()
/linux-4.1.27/arch/um/os-Linux/
Dsigio.c398 int slave; member
411 static int async_pty(int master, int slave) in async_pty()
433 int master, slave, err; in check_one_sigio() local
491 static void tty_output(int master, int slave) in tty_output()
517 static void tty_close(int master, int slave) in tty_close()
/linux-4.1.27/drivers/parport/
Dshare.c377 struct parport *slave = port->slaves[i-1]; in parport_announce_port() local
386 struct parport *slave = port->slaves[i-1]; in parport_announce_port() local
425 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local
437 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local
448 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmad.c313 int i, ix, slave, err; in __propagate_pkey_ev() local
391 static int mlx4_ib_demux_sa_handler(struct ib_device *ibdev, int port, int slave, in mlx4_ib_demux_sa_handler()
420 static int find_slave_port_pkey_ix(struct mlx4_ib_dev *dev, int slave, in find_slave_port_pkey_ix()
461 int mlx4_ib_send_to_slave(struct mlx4_ib_dev *dev, int slave, u8 port, in mlx4_ib_send_to_slave()
615 int slave; in mlx4_ib_demux_mad() local
1143 int slave, struct ib_sa_mad *sa_mad) in mlx4_ib_multiplex_sa_handler()
1158 static int is_proxy_qp0(struct mlx4_ib_dev *dev, int qpn, int slave) in is_proxy_qp0()
1166 int mlx4_ib_send_to_wire(struct mlx4_ib_dev *dev, int slave, u8 port, in mlx4_ib_send_to_wire()
1265 static int get_slave_base_gid_ix(struct mlx4_ib_dev *dev, int slave, int port) in get_slave_base_gid_ix()
1272 static void fill_in_real_sgid_index(struct mlx4_ib_dev *dev, int slave, int port, in fill_in_real_sgid_index()
[all …]
Dmcg.c224 static int send_mad_to_slave(int slave, struct mlx4_ib_demux_ctx *ctx, in send_mad_to_slave()
314 static int send_reply_to_slave(int slave, struct mcast_group *group, in send_reply_to_slave()
491 static int join_group(struct mcast_group *group, int slave, u8 join_mask) in join_group()
507 static int leave_group(struct mcast_group *group, int slave, u8 leave_state) in leave_group()
520 static int check_leave(struct mcast_group *group, int slave, u8 leave_mask) in check_leave()
882 int mlx4_ib_mcg_demux_handler(struct ib_device *ibdev, int port, int slave, in mlx4_ib_mcg_demux_handler()
932 int slave, struct ib_sa_mad *sa_mad) in mlx4_ib_mcg_multiplex_handler()
1195 static int push_deleteing_req(struct mcast_group *group, int slave) in push_deleteing_req()
1226 void clean_vf_mcast(struct mlx4_ib_demux_ctx *ctx, int slave) in clean_vf_mcast()
Dsysfs.c374 int slave; member
638 static int add_port(struct mlx4_ib_dev *dev, int port_num, int slave) in add_port()
707 static int register_one_pkey_tree(struct mlx4_ib_dev *dev, int slave) in register_one_pkey_tree()
786 int slave; in unregister_pkey_tree() local
Dcm.c358 int mlx4_ib_demux_cm_handler(struct ib_device *ibdev, int port, int *slave, in mlx4_ib_demux_cm_handler()
413 void mlx4_ib_cm_paravirt_clean(struct mlx4_ib_dev *dev, int slave) in mlx4_ib_cm_paravirt_clean()
Dalias_GUID.c126 void mlx4_ib_slave_alias_guid_event(struct mlx4_ib_dev *dev, int slave, in mlx4_ib_slave_alias_guid_event()
Dmlx4_ib.h381 int slave; member
411 int slave; member
553 int slave; member
Dmain.c2012 int slave; in init_pkeys() local
2575 static void do_slave_init(struct mlx4_ib_dev *ibdev, int slave, int do_init) in do_slave_init()
/linux-4.1.27/sound/soc/spear/
Dspear_pcm.c42 bool (*filter)(struct dma_chan *chan, void *slave)) in devm_spear_pcm_platform_register()
/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pci.c133 struct dw_dma_slave *slave = c->tx_param; in pxa2xx_spi_pci_probe() local
141 struct dw_dma_slave *slave = c->rx_param; in pxa2xx_spi_pci_probe() local
Dspi-topcliff-pch.c841 static bool pch_spi_filter(struct dma_chan *chan, void *slave) in pch_spi_filter()
/linux-4.1.27/drivers/dma/dw/
Dplatform.c35 struct dw_dma_slave slave = { in dw_dma_of_xlate() local
65 struct dw_dma_slave slave = { in dw_dma_acpi_filter() local
/linux-4.1.27/drivers/mfd/
Dpalmas.c432 int ret, slave; in palmas_power_off() local
500 int slave; in palmas_i2c_probe() local
Dssbi.c75 struct device *slave; member
Ddb8500-prcmu.c215 #define PRCMU_I2C_WRITE(slave) (((slave) << 1) | BIT(6)) argument
216 #define PRCMU_I2C_READ(slave) (((slave) << 1) | BIT(0) | BIT(6)) argument
2162 int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read()
2212 int prcmu_abb_write_masked(u8 slave, u8 reg, u8 *value, u8 *mask, u8 size) in prcmu_abb_write_masked()
2256 int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write()
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_stream.c209 struct amdtp_stream *master, *slave; in snd_efw_stream_start_duplex() local
293 struct amdtp_stream *master, *slave; in snd_efw_stream_stop_duplex() local
/linux-4.1.27/arch/um/drivers/
Dslip.h11 int slave; member
Dslirp.h23 int slave; member
/linux-4.1.27/include/linux/platform_data/
Ddma-rcar-audmapp.h30 struct audmapp_slave_config *slave; member
/linux-4.1.27/drivers/net/wan/
Dsdla.c512 static int sdla_activate(struct net_device *slave, struct net_device *master) in sdla_activate()
534 static int sdla_deactivate(struct net_device *slave, struct net_device *master) in sdla_deactivate()
556 static int sdla_assoc(struct net_device *slave, struct net_device *master) in sdla_assoc()
592 static int sdla_deassoc(struct net_device *slave, struct net_device *master) in sdla_deassoc()
620 static int sdla_dlci_conf(struct net_device *slave, struct net_device *master, int get) in sdla_dlci_conf()
Ddlci.c316 struct net_device *master, *slave; in dlci_add() local
381 struct net_device *master, *slave; in dlci_del() local
/linux-4.1.27/include/linux/i2c/
Dpxa-i2c.h66 struct i2c_slave_client *slave; member
/linux-4.1.27/drivers/mtd/
Dmtdpart.c333 struct mtd_part *slave, *next; in del_mtd_partitions() local
356 struct mtd_part *slave; in allocate_partition() local
623 struct mtd_part *slave, *next; in mtd_del_partition() local
659 struct mtd_part *slave; in add_mtd_partitions() local
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_encoder.h33 struct drm_encoder_slave slave; member
/linux-4.1.27/sound/usb/usx2y/
Dus122l.h15 struct file *slave; member
/linux-4.1.27/drivers/i2c/busses/
Di2c-rcar.c121 struct i2c_client *slave; member
567 static int rcar_reg_slave(struct i2c_client *slave) in rcar_reg_slave()
588 static int rcar_unreg_slave(struct i2c_client *slave) in rcar_unreg_slave()
Di2c-pxa.c139 struct i2c_slave_client *slave; member
/linux-4.1.27/drivers/ide/
Dide-acpi.c42 struct ide_acpi_drive_link slave; member
480 struct ide_acpi_drive_link *slave = &hwif->acpidata->slave; in ide_acpi_push_timing() local
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h71 struct drm_encoder_slave *slave = to_encoder_slave(enc); in nouveau_encoder() local
Dnouveau_bo.c1475 bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG); in nouveau_ttm_tt_populate() local
1548 bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG); in nouveau_ttm_tt_unpopulate() local
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dpic.c301 struct device_node *slave = NULL; in pmac_pic_probe_oldstyle() local
484 struct device_node *np, *master = NULL, *slave = NULL; in pmac_pic_probe_mpic() local
/linux-4.1.27/net/sched/
Dsch_teql.c298 struct net_device *slave = qdisc_dev(q); in teql_master_xmit() local
370 struct net_device *slave = qdisc_dev(q); in teql_master_open() local
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Dmarb_bp_defs.h116 unsigned int slave : 1; member
163 unsigned int slave : 1; member
183 unsigned int slave : 1; member
Dmarb_defs.h171 unsigned int slave : 1; member
192 unsigned int slave : 1; member
212 unsigned int slave : 1; member
386 unsigned int slave : 1; member
433 unsigned int slave : 1; member
453 unsigned int slave : 1; member
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dmarb_bp_defs.h116 unsigned int slave : 1; member
163 unsigned int slave : 1; member
183 unsigned int slave : 1; member
Dmarb_defs.h171 unsigned int slave : 1; member
192 unsigned int slave : 1; member
212 unsigned int slave : 1; member
386 unsigned int slave : 1; member
433 unsigned int slave : 1; member
453 unsigned int slave : 1; member
/linux-4.1.27/drivers/ata/
Dpata_pcmcia.c59 struct ata_device *slave = &link->device[1]; in pcmcia_set_mode() local
Dpata_cs5520.c72 int slave = adev->devno; in cs5520_set_timings() local
Dlibata-core.c5273 struct ata_link *slave = link->ap->slave_link; in ata_link_online() local
5299 struct ata_link *slave = link->ap->slave_link; in ata_link_offline() local
Dlibata-eh.c2634 struct ata_link *slave = ap->slave_link; in ata_eh_reset() local
/linux-4.1.27/include/sound/
Dcontrol.h217 snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave) in snd_ctl_add_slave()
240 struct snd_kcontrol *slave) in snd_ctl_add_slave_uncached()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c496 struct amdtp_stream *master, *slave; in snd_bebob_stream_start_duplex() local
662 struct amdtp_stream *master, *slave; in snd_bebob_stream_stop_duplex() local
/linux-4.1.27/sound/firewire/dice/
Ddice-stream.c191 struct amdtp_stream *master, *slave; in snd_dice_stream_start_duplex() local
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c405 struct pnv_ioda_pe *slave; in pnv_ioda_freeze_pe() local
444 struct pnv_ioda_pe *pe, *slave; in pnv_ioda_unfreeze_pe() local
484 struct pnv_ioda_pe *slave, *pe; in pnv_ioda_get_pe_state() local
570 struct pnv_ioda_pe *slave; in pnv_ioda_set_one_peltv() local
603 struct pnv_ioda_pe *slave; in pnv_ioda_set_peltv() local
/linux-4.1.27/include/linux/mfd/
Ddbx500-prcmu.h436 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read()
441 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write()
446 static inline int prcmu_abb_write_masked(u8 slave, u8 reg, u8 *value, u8 *mask, in prcmu_abb_write_masked()
Ddb8500-prcmu.h647 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read()
652 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write()
/linux-4.1.27/drivers/dma/
Ds3c24xx-dma.c226 bool slave; member
243 struct dma_device slave; member
1094 struct dma_device *dmadev, unsigned int channels, bool slave) in s3c24xx_dma_init_virtual_channels()
Damba-pl08x.c241 bool slave; member
262 struct dma_device slave; member
1884 struct dma_device *dmadev, unsigned int channels, bool slave) in pl08x_dma_init_virtual_channels()
Dk3dma.c96 struct dma_device slave; member
Dsun6i-dma.c152 struct dma_device slave; member
Dsa11x0-dma.c122 struct dma_device slave; member
Dat_hdmac.c1453 static bool at_dma_filter(struct dma_chan *chan, void *slave) in at_dma_filter()
Dqcom_bam_dma.c358 struct dma_slave_config slave; member
/linux-4.1.27/drivers/input/misc/
Dapanel.c292 unsigned char method, slave, chip; in apanel_init() local
/linux-4.1.27/net/batman-adv/
Dhard-interface.c353 static int batadv_master_del_slave(struct batadv_hard_iface *slave, in batadv_master_del_slave()
/linux-4.1.27/sound/i2c/
Di2c.c50 struct snd_i2c_bus *slave; in snd_i2c_bus_free() local
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_ttm.c718 bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG); in radeon_ttm_tt_populate() local
780 bool slave = !!(ttm->page_flags & TTM_PAGE_FLAG_SG); in radeon_ttm_tt_unpopulate() local
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_vtg.c94 struct sti_vtg *slave; member
/linux-4.1.27/sound/firewire/
Damdtp.h264 struct amdtp_stream *slave) in amdtp_stream_set_sync()
/linux-4.1.27/drivers/tty/serial/8250/
Dserial_cs.c84 int slave; member
/linux-4.1.27/include/net/caif/
Dcaif_spi.h124 bool slave; member
/linux-4.1.27/include/uapi/linux/
Disdn.h111 char slave[10]; /* Name of Slave for Bundling */ member
/linux-4.1.27/arch/m68k/include/asm/
Dmvme147hw.h53 volatile u_char slave; member
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c156 struct drm_encoder *slave; in get_tmds_slave() local
/linux-4.1.27/sound/soc/sh/
Dsiu_pcm.c329 static bool filter(struct dma_chan *chan, void *slave) in filter()
/linux-4.1.27/sound/pci/ice1712/
Djuli.c441 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves() local
Dquartet.c805 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves() local
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_file_ops.c197 unsigned slave = subport_fp(fp) - 1; in ipath_get_base_info() local
1313 unsigned slave = subport_fp(fp) - 1; in ipath_mmap() local
/linux-4.1.27/sound/atmel/
Dabdac.c339 static bool filter(struct dma_chan *chan, void *slave) in filter()
Dac97c.c878 static bool filter(struct dma_chan *chan, void *slave) in filter()
/linux-4.1.27/drivers/staging/vme/devices/
Dvme_user.c458 struct vme_slave slave; in vme_user_ioctl() local
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_file_ops.c206 unsigned slave = subctxt_fp(fp) - 1; in qib_get_base_info() local
1058 unsigned slave = subctxt_fp(fp) - 1; in qib_mmapf() local
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c3356 struct net_device *master, *slave; in netxen_config_master() local
3391 struct net_device *slave; in netxen_netdev_event() local
3432 struct net_device *dev, *slave; in netxen_inetaddr_event() local
/linux-4.1.27/drivers/dma/sh/
Dshdma-base.c212 struct shdma_slave *slave = chan->private; in shdma_alloc_chan_resources() local
/linux-4.1.27/sound/soc/intel/common/
Dsst-firmware.c220 struct dma_slave_config slave; in sst_dsp_dma_get_channel() local
/linux-4.1.27/sound/pci/ca0106/
Dca0106_mixer.c782 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves() local
/linux-4.1.27/drivers/mtd/nand/
Dfsmc_nand.c864 static bool filter(struct dma_chan *chan, void *slave) in filter()
/linux-4.1.27/drivers/hsi/clients/
Dssi_protocol.c336 struct hsi_client *ssip_slave_get_master(struct hsi_client *slave) in ssip_slave_get_master()
/linux-4.1.27/drivers/media/usb/gspca/
Dov519.c2562 static int init_ov_sensor(struct sd *sd, u8 slave) in init_ov_sensor()
2601 u8 slave) in ov51x_set_slave_ids()
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c1986 void *data, struct snd_kcontrol *slave) in init_slave_0dB()
1996 void *data, struct snd_kcontrol *slave) in init_slave_unmute()
2002 void *data, struct snd_kcontrol *slave) in add_slave()
/linux-4.1.27/drivers/crypto/
Datmel-tdes.c708 static bool atmel_tdes_filter(struct dma_chan *chan, void *slave) in atmel_tdes_filter()
Datmel-sha.c1221 static bool atmel_sha_filter(struct dma_chan *chan, void *slave) in atmel_sha_filter()
Datmel-aes.c754 static bool atmel_aes_filter(struct dma_chan *chan, void *slave) in atmel_aes_filter()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddsi.c83 struct tegra_dsi *slave; member
/linux-4.1.27/drivers/spmi/
Dspmi-pmic-arb.c590 unsigned slave:4; member
/linux-4.1.27/arch/arm/mach-omap2/
Domap_hwmod.h306 struct omap_hwmod *slave; member
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dfifo.c1198 struct sh_dmae_slave *slave = param; in usbhsf_dma_filter() local
/linux-4.1.27/arch/avr32/mach-at32ap/
Dat32ap700x.c1350 struct mci_dma_data *slave; in at32_add_device_mci() local
/linux-4.1.27/drivers/acpi/
Dscan.c51 acpi_handle slave; member
/linux-4.1.27/drivers/tty/serial/
Dsh-sci.c1630 static bool filter(struct dma_chan *chan, void *slave) in filter()
Dpch_uart.c715 static bool filter(struct dma_chan *chan, void *slave) in filter()
/linux-4.1.27/include/linux/mlx4/
Ddevice.h987 static inline int mlx4_is_guest_proxy(struct mlx4_dev *dev, int slave, u32 qpn) in mlx4_is_guest_proxy()