/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestCompositeGrammars.java | 52 String slave = in testDelegatorInvokesDelegateRule() local 72 String slave = in testDelegatorInvokesDelegateRuleWithArgs() local 92 String slave = in testDelegatorInvokesDelegateRuleWithReturnStruct() local 109 String slave = in testDelegatorAccessesDelegateMembers() local 128 String slave = in testDelegatorInvokesFirstVersionOfDelegateRule() local 150 String slave = in testDelegatesSeeSameTokenType() local 190 String slave = in testDelegatesSeeSameTokenType2() local 236 String slave = in testCombinedImportsCombined() local 265 String slave = in testSameStringTwoNames() local 318 String slave = in testSameNameTwoStrings() local [all …]
|
/external/u-boot/drivers/spi/ |
D | soft_spi_legacy.c | 26 struct spi_slave slave; member 30 static inline struct soft_spi_slave *to_soft_spi(struct spi_slave *slave) in to_soft_spi() 65 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 72 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 91 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 108 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
|
D | mpc8xxx_spi.c | 26 struct spi_slave *slave; in spi_setup_slave() local 43 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 64 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 69 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 74 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
|
D | mxs_spi.c | 31 struct spi_slave slave; member 37 static inline struct mxs_spi_slave *to_mxs_slave(struct spi_slave *slave) in to_mxs_slave() 83 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 89 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 113 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 129 static int mxs_spi_xfer_pio(struct mxs_spi_slave *slave, in mxs_spi_xfer_pio() 188 static int mxs_spi_xfer_dma(struct mxs_spi_slave *slave, in mxs_spi_xfer_dma() 309 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
|
D | lpc32xx_ssp.c | 40 struct spi_slave slave; member 45 struct spi_slave *slave) in to_lpc32xx_spi_slave() 104 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 112 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 118 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer() 140 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
|
D | kirkwood_spi.c | 108 struct spi_slave *slave; in spi_setup_slave() local 146 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 158 __attribute__((weak)) int board_spi_claim_bus(struct spi_slave *slave) in board_spi_claim_bus() 163 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 196 __attribute__((weak)) void board_spi_release_bus(struct spi_slave *slave) in board_spi_release_bus() 200 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 225 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 230 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate() 235 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
|
D | cf_spi.c | 17 struct spi_slave slave; member 41 static inline struct cf_spi_slave *to_cf_spi_slave(struct spi_slave *slave) in to_cf_spi_slave() 102 static int cfspi_xfer(struct spi_slave *slave, uint bitlen, const void *dout, in cfspi_xfer() 313 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 320 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 325 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 330 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
|
D | sh_spi.c | 117 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 124 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 129 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 206 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer() 245 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 250 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
D | spi-uclass.c | 50 struct spi_slave *slave = dev_get_parent_priv(dev); in dm_spi_claim_bus() local 93 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 98 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 103 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer() 153 struct spi_slave *slave = dev_get_parent_priv(dev); in spi_child_pre_probe() local 313 struct spi_slave *slave; in spi_get_bus_and_cs() local 352 struct spi_slave *slave; in spi_setup_slave() local 364 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
|
D | spi.c | 11 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen() 30 struct spi_slave *slave; in spi_do_alloc_slave() local
|
D | sh_qspi.c | 70 struct spi_slave slave; member 74 static inline struct sh_qspi_slave *to_sh_qspi(struct spi_slave *slave) in to_sh_qspi() 127 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 150 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate() 185 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 192 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 197 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 201 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
|
D | ti_qspi.c | 102 struct spi_slave slave; member 321 static inline struct ti_qspi_priv *to_ti_qspi_priv(struct spi_slave *slave) in to_ti_qspi_priv() 331 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 337 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate() 353 struct spi_slave *slave = &priv->slave; in ti_spi_setup_spi_register() local 405 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 411 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 419 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 427 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer() 440 struct spi_slave *slave, in __ti_qspi_setup_memorymap() [all …]
|
D | fsl_espi.c | 16 struct spi_slave slave; member 115 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 126 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 177 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 244 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *data_out, in spi_xfer() 367 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 380 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
D | davinci_spi.c | 122 struct spi_slave slave; member 347 static inline struct davinci_spi_slave *to_davinci_spi(struct spi_slave *slave) in to_davinci_spi() 380 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 385 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate() 431 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 438 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer() 448 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 460 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 518 struct dm_spi_slave_platdata *slave = in davinci_spi_xfer() local
|
D | atmel_spi.c | 28 static int spi_has_wdrbt(struct atmel_spi_slave *slave) in spi_has_wdrbt() 106 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 113 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 129 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 137 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
|
D | mxc_spi.c | 42 struct spi_slave slave; member 55 static inline struct mxc_spi_slave *to_mxc_spi_slave(struct spi_slave *slave) in to_mxc_spi_slave() 395 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer() 473 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 480 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 487 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
|
/external/u-boot/examples/standalone/ |
D | atmel_df_pow2.c | 17 static int flash_cmd(struct spi_slave *slave, uchar cmd, uchar *buf, int len) in flash_cmd() 23 static int flash_status(struct spi_slave *slave) in flash_status() 31 static int flash_set_pow2(struct spi_slave *slave) in flash_set_pow2() 54 static int flash_check(struct spi_slave *slave) in flash_check() 132 struct spi_slave *slave; in atmel_df_pow2() local
|
/external/libnl/lib/route/link/ |
D | bonding.c | 108 int slave) in rtnl_link_bond_enslave_ifindex() 164 struct rtnl_link *slave) in rtnl_link_bond_enslave() 183 int rtnl_link_bond_release_ifindex(struct nl_sock *sock, int slave) in rtnl_link_bond_release_ifindex() 207 int rtnl_link_bond_release(struct nl_sock *sock, struct rtnl_link *slave) in rtnl_link_bond_release()
|
/external/u-boot/drivers/net/ |
D | cpsw-common.c | 20 int slave, u8 *mac_addr) in davinci_emac_3517_get_macid() 59 static int cpsw_am33xx_cm_get_macid(struct udevice *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid() 99 int ti_cm_get_macid(struct udevice *dev, int slave, u8 *mac_addr) in ti_cm_get_macid()
|
/external/u-boot/test/dm/ |
D | spi.c | 22 struct spi_slave *slave; in dm_test_spi_find() local 99 struct spi_slave *slave; in dm_test_spi_xfer() local
|
/external/u-boot/board/l+g/vinco/ |
D | vinco.c | 42 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 47 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
/external/u-boot/drivers/misc/ |
D | cros_ec_spi.c | 24 struct spi_slave *slave = dev_get_parent_priv(dev->dev); in cros_ec_spi_packet() local 84 struct spi_slave *slave = dev_get_parent_priv(dev->dev); in cros_ec_spi_command() local
|
/external/python/cpython2/Tools/scripts/ |
D | treesync.py | 63 def process(slave, master): argument 109 def compare(slave, master): argument
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsSlave.java | 30 public String slave; field in ArgsSlave
|
/external/u-boot/board/gdsys/common/ |
D | mclink.c | 60 int mclink_send(u8 slave, u16 addr, u16 data) in mclink_send() 95 int mclink_receive(u8 slave, u16 addr, u16 *data) in mclink_receive()
|