Home
last modified time | relevance | path

Searched defs:ds (Results 51 – 75 of 297) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c860 rtl8365mb_get_tag_protocol(struct dsa_switch *ds, int port, in rtl8365mb_get_tag_protocol()
1028 static void rtl8365mb_phylink_get_caps(struct dsa_switch *ds, int port, in rtl8365mb_phylink_get_caps()
1140 static int rtl8365mb_port_change_mtu(struct dsa_switch *ds, int port, in rtl8365mb_port_change_mtu()
1164 static int rtl8365mb_port_max_mtu(struct dsa_switch *ds, int port) in rtl8365mb_port_max_mtu()
1319 static void rtl8365mb_get_phy_stats(struct dsa_switch *ds, int port, in rtl8365mb_get_phy_stats()
1335 static void rtl8365mb_get_mac_stats(struct dsa_switch *ds, int port, in rtl8365mb_get_mac_stats()
1420 static void rtl8365mb_get_ctrl_stats(struct dsa_switch *ds, int port, in rtl8365mb_get_ctrl_stats()
1527 static void rtl8365mb_get_stats64(struct dsa_switch *ds, int port, in rtl8365mb_get_stats64()
1865 static int rtl8365mb_change_tag_protocol(struct dsa_switch *ds, in rtl8365mb_change_tag_protocol()
1942 static int rtl8365mb_setup(struct dsa_switch *ds) in rtl8365mb_setup()
[all …]
/openbmc/linux/crypto/
H A Dhmac.c45 int ds = crypto_shash_digestsize(parent); in hmac_setkey() local
120 int ds = crypto_shash_digestsize(parent); in hmac_final() local
135 int ds = crypto_shash_digestsize(parent); in hmac_finup() local
192 int ds; in hmac_create() local
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c846 static int bcm_sf2_cfp_rule_insert(struct dsa_switch *ds, int port, in bcm_sf2_cfp_rule_insert()
926 static int bcm_sf2_cfp_rule_set(struct dsa_switch *ds, int port, in bcm_sf2_cfp_rule_set()
1102 int bcm_sf2_get_rxnfc(struct dsa_switch *ds, int port, in bcm_sf2_get_rxnfc()
1145 int bcm_sf2_set_rxnfc(struct dsa_switch *ds, int port, in bcm_sf2_set_rxnfc()
1212 void bcm_sf2_cfp_exit(struct dsa_switch *ds) in bcm_sf2_cfp_exit()
1224 int bcm_sf2_cfp_resume(struct dsa_switch *ds) in bcm_sf2_cfp_resume()
1282 void bcm_sf2_cfp_get_strings(struct dsa_switch *ds, int port, in bcm_sf2_cfp_get_strings()
1305 void bcm_sf2_cfp_get_ethtool_stats(struct dsa_switch *ds, int port, in bcm_sf2_cfp_get_ethtool_stats()
1337 int bcm_sf2_cfp_get_sset_count(struct dsa_switch *ds, int port, int sset) in bcm_sf2_cfp_get_sset_count()
H A Dvitesse-vsc73xx-core.c519 static int vsc73xx_phy_read(struct dsa_switch *ds, int phy, int regnum) in vsc73xx_phy_read()
556 static int vsc73xx_phy_write(struct dsa_switch *ds, int phy, int regnum, in vsc73xx_phy_write()
588 static enum dsa_tag_protocol vsc73xx_get_tag_protocol(struct dsa_switch *ds, in vsc73xx_get_tag_protocol()
604 static int vsc73xx_setup(struct dsa_switch *ds) in vsc73xx_setup()
801 static void vsc73xx_adjust_link(struct dsa_switch *ds, int port, in vsc73xx_adjust_link()
920 static int vsc73xx_port_enable(struct dsa_switch *ds, int port, in vsc73xx_port_enable()
931 static void vsc73xx_port_disable(struct dsa_switch *ds, int port) in vsc73xx_port_disable()
1027 static int vsc73xx_get_sset_count(struct dsa_switch *ds, int port, int sset) in vsc73xx_get_sset_count()
1036 static void vsc73xx_get_ethtool_stats(struct dsa_switch *ds, int port, in vsc73xx_get_ethtool_stats()
1065 static int vsc73xx_change_mtu(struct dsa_switch *ds, int port, int new_mtu) in vsc73xx_change_mtu()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-bio-prison-v1.c322 struct dm_deferred_set *ds; member
337 struct dm_deferred_set *ds; in dm_deferred_set_create() local
356 void dm_deferred_set_destroy(struct dm_deferred_set *ds) in dm_deferred_set_destroy()
362 struct dm_deferred_entry *dm_deferred_entry_inc(struct dm_deferred_set *ds) in dm_deferred_entry_inc()
381 static void __sweep(struct dm_deferred_set *ds, struct list_head *head) in __sweep()
408 int dm_deferred_set_add_work(struct dm_deferred_set *ds, struct list_head *work) in dm_deferred_set_add_work()
/openbmc/linux/drivers/net/dsa/qca/
H A Dar9331.c240 struct dsa_switch ds; member
392 static int ar9331_sw_setup_port(struct dsa_switch *ds, int port) in ar9331_sw_setup_port()
440 static int ar9331_sw_setup(struct dsa_switch *ds) in ar9331_sw_setup()
485 static void ar9331_sw_port_disable(struct dsa_switch *ds, int port) in ar9331_sw_port_disable()
503 static void ar9331_sw_phylink_get_caps(struct dsa_switch *ds, int port, in ar9331_sw_phylink_get_caps()
526 static void ar9331_sw_phylink_mac_config(struct dsa_switch *ds, int port, in ar9331_sw_phylink_mac_config()
541 static void ar9331_sw_phylink_mac_link_down(struct dsa_switch *ds, int port, in ar9331_sw_phylink_mac_link_down()
558 static void ar9331_sw_phylink_mac_link_up(struct dsa_switch *ds, int port, in ar9331_sw_phylink_mac_link_up()
665 static void ar9331_get_stats64(struct dsa_switch *ds, int port, in ar9331_get_stats64()
676 static void ar9331_get_pause_stats(struct dsa_switch *ds, int port, in ar9331_get_pause_stats()
[all …]
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c407 PnvPhb4DMASpace *ds; in pnv_phb4_rtc_invalidate() local
415 static void pnv_phb4_update_msi_regions(PnvPhb4DMASpace *ds) in pnv_phb4_update_msi_regions()
446 PnvPhb4DMASpace *ds; in pnv_phb4_update_all_msi_regions() local
1180 static bool pnv_phb4_resolve_pe(PnvPhb4DMASpace *ds) in pnv_phb4_resolve_pe()
1222 static void pnv_phb4_translate_tve(PnvPhb4DMASpace *ds, hwaddr addr, in pnv_phb4_translate_tve()
1318 PnvPhb4DMASpace *ds = container_of(iommu, PnvPhb4DMASpace, dma_mr); in pnv_phb4_translate_iommu() local
1402 PnvPhb4DMASpace *ds = opaque; in pnv_phb4_msi_write() local
1428 PnvPhb4DMASpace *ds = opaque; in pnv_phb4_msi_read() local
1442 PnvPhb4DMASpace *ds; in pnv_phb4_dma_find() local
1455 PnvPhb4DMASpace *ds; in pnv_phb4_dma_iommu() local
/openbmc/linux/net/dsa/
H A Dtag_sja1105.c72 sja1105_tagger_private(struct dsa_switch *ds) in sja1105_tagger_private()
176 struct dsa_switch *ds = dp->ds; in sja1105_xmit_tpid() local
388 struct dsa_switch *ds = dp->ds; in sja1105_rcv_meta_state_machine() local
422 struct dsa_switch *ds = dp->ds; in sja1105_rcv_meta_state_machine() local
578 struct dsa_switch *ds; in sja1110_rcv_meta() local
737 static void sja1105_disconnect(struct dsa_switch *ds) in sja1105_disconnect()
746 static int sja1105_connect(struct dsa_switch *ds) in sja1105_connect()
H A Dtag_ocelot_8021q.c95 static void ocelot_disconnect(struct dsa_switch *ds) in ocelot_disconnect()
104 static int ocelot_connect(struct dsa_switch *ds) in ocelot_connect()
H A Dtag_ksz.c34 ksz_tagger_private(struct dsa_switch *ds) in ksz_tagger_private()
39 static void ksz_hwtstamp_set_state(struct dsa_switch *ds, bool on) in ksz_hwtstamp_set_state()
49 static void ksz_disconnect(struct dsa_switch *ds) in ksz_disconnect()
58 static int ksz_connect(struct dsa_switch *ds) in ksz_connect()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h38 static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, in ath9k_hw_set_desc_link()
57 static inline void ath9k_hw_set_txdesc(struct ath_hw *ah, void *ds, in ath9k_hw_set_txdesc()
63 static inline int ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, in ath9k_hw_txprocdesc()
69 static inline int ath9k_hw_get_duration(struct ath_hw *ah, const void *ds, in ath9k_hw_get_duration()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c176 static int sja1105et_reset_cmd(struct dsa_switch *ds) in sja1105et_reset_cmd()
186 static int sja1105pqrs_reset_cmd(struct dsa_switch *ds) in sja1105pqrs_reset_cmd()
196 static int sja1110_reset_cmd(struct dsa_switch *ds) in sja1110_reset_cmd()
320 struct dsa_switch *ds = priv->ds; in sja1105_static_config_upload() local
H A Dsja1105_mdio.c371 struct dsa_switch *ds = priv->ds; in sja1105_mdiobus_pcs_register() local
442 struct dsa_switch *ds = priv->ds; in sja1105_mdiobus_pcs_unregister() local
461 int sja1105_mdiobus_register(struct dsa_switch *ds) in sja1105_mdiobus_register()
506 void sja1105_mdiobus_unregister(struct dsa_switch *ds) in sja1105_mdiobus_unregister()
H A Dsja1105_ethtool.c561 void sja1105_get_ethtool_stats(struct dsa_switch *ds, int port, u64 *data) in sja1105_get_ethtool_stats()
584 void sja1105_get_strings(struct dsa_switch *ds, int port, in sja1105_get_strings()
606 int sja1105_get_sset_count(struct dsa_switch *ds, int port, int sset) in sja1105_get_sset_count()
/openbmc/linux/fs/befs/
H A Ddatastream.c49 befs_read_datastream(struct super_block *sb, const befs_data_stream *ds, in befs_read_datastream()
130 befs_read_lsymlink(struct super_block *sb, const befs_data_stream *ds, in befs_read_lsymlink()
172 befs_count_blocks(struct super_block *sb, const befs_data_stream *ds) in befs_count_blocks()
/openbmc/linux/include/net/
H A Ddsa.h256 struct dsa_switch *ds; member
529 static inline bool dsa_is_unused_port(struct dsa_switch *ds, int p) in dsa_is_unused_port()
534 static inline bool dsa_is_cpu_port(struct dsa_switch *ds, int p) in dsa_is_cpu_port()
539 static inline bool dsa_is_dsa_port(struct dsa_switch *ds, int p) in dsa_is_dsa_port()
544 static inline bool dsa_is_user_port(struct dsa_switch *ds, int p) in dsa_is_user_port()
589 static inline u32 dsa_user_ports(struct dsa_switch *ds) in dsa_user_ports()
600 static inline u32 dsa_cpu_ports(struct dsa_switch *ds) in dsa_cpu_ports()
692 const struct dsa_switch *ds = dp->ds; in dsa_port_is_vlan_filtering() local
1275 struct dsa_switch *ds; member
1355 static inline int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend()
[all …]
/openbmc/linux/drivers/dma/
H A Dk3dma.c280 struct k3_dma_desc_sw *ds = in k3_dma_start_txd() local
403 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status() local
447 static void k3_dma_fill_desc(struct k3_dma_desc_sw *ds, dma_addr_t dst, in k3_dma_fill_desc()
465 struct k3_dma_desc_sw *ds; in k3_dma_alloc_desc_resource() local
494 struct k3_dma_desc_sw *ds; in k3_dma_prep_memcpy() local
536 struct k3_dma_desc_sw *ds; in k3_dma_prep_slave_sg() local
594 struct k3_dma_desc_sw *ds; in k3_dma_prep_dma_cyclic() local
712 struct k3_dma_desc_sw *ds = in k3_dma_free_desc() local
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl9097.h32 __u32 ds[4]; member
42 __u32 ds; member
H A Dpush.h126 #define PUSH_1(X,f,ds,n,o,p,s,mA,dA) do { \ argument
130 #define PUSH_2(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
135 #define PUSH_3(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
140 #define PUSH_4(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
145 #define PUSH_5(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
150 #define PUSH_6(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
155 #define PUSH_7(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
160 #define PUSH_8(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \ argument
242 #define PUSH_1P(X,o,p,s,mA,dp,ds) \ argument
244 #define PUSH_2P(X,o,p,s,mA,dA,mB,dp,ds) \ argument
[all …]
/openbmc/linux/fs/nfs/filelayout/
H A Dfilelayoutdev.c47 struct nfs4_pnfs_ds *ds; in nfs4_fl_free_deviceid() local
263 struct nfs4_pnfs_ds *ds = dsaddr->ds_list[ds_idx]; in nfs4_fl_prepare_ds() local
/openbmc/linux/arch/powerpc/sysdev/
H A Ddcr.c118 unsigned int ds; in dcr_resource_start() local
130 unsigned int ds; in dcr_resource_len() local
/openbmc/qemu/block/
H A Ddmg.c217 static int dmg_read_mish_block(BDRVDMGState *s, DmgHeaderState *ds, in dmg_read_mish_block()
327 dmg_read_resource_fork(BlockDriverState *bs, DmgHeaderState *ds, in dmg_read_resource_fork()
395 dmg_read_plist_xml(BlockDriverState *bs, DmgHeaderState *ds, in dmg_read_plist_xml()
453 DmgHeaderState ds; in dmg_open() local
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c305 struct xchk_da_btree *ds, in xchk_xattr_entry()
365 struct xchk_da_btree *ds, in xchk_xattr_block()
453 struct xchk_da_btree *ds, in xchk_xattr_rec()
/openbmc/linux/fs/9p/
H A Dfid.c152 struct dentry *ds; in build_path_from_dentry() local
173 struct dentry *ds; in v9fs_fid_lookup_with_uid() local
/openbmc/linux/drivers/hid/
H A Dhid-playstation.c945 static int dualsense_get_calibration_data(struct dualsense *ds) in dualsense_get_calibration_data()
1071 static int dualsense_get_firmware_info(struct dualsense *ds) in dualsense_get_firmware_info()
1104 static int dualsense_get_mac_address(struct dualsense *ds) in dualsense_get_mac_address()
1146 struct dualsense *ds = hid_get_drvdata(hdev); in dualsense_player_led_get_brightness() local
1154 struct dualsense *ds = hid_get_drvdata(hdev); in dualsense_player_led_set_brightness() local
1213 static inline void dualsense_schedule_work(struct dualsense *ds) in dualsense_schedule_work()
1227 static void dualsense_send_output_report(struct dualsense *ds, in dualsense_send_output_report()
1488 struct dualsense *ds = hid_get_drvdata(hdev); in dualsense_play_effect() local
1516 static int dualsense_reset_leds(struct dualsense *ds) in dualsense_reset_leds()
1555 static void dualsense_set_player_leds(struct dualsense *ds) in dualsense_set_player_leds()
[all …]

12345678910>>...12