| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | sh_spi.c | 44 static void clear_fifo(struct sh_spi *ss) in clear_fifo() 50 static int recvbuf_wait(struct sh_spi *ss) in recvbuf_wait() 60 static int write_fifo_empty_wait(struct sh_spi *ss) in write_fifo_empty_wait() 74 static void sh_spi_set_cs(struct sh_spi *ss, unsigned int cs) in sh_spi_set_cs() 90 struct sh_spi *ss; in spi_setup_slave() local 132 struct sh_spi *ss = to_sh_spi(slave); in spi_release_bus() local 138 static int sh_spi_send(struct sh_spi *ss, const unsigned char *tx_data, in sh_spi_send() 183 static int sh_spi_receive(struct sh_spi *ss, unsigned char *rx_data, in sh_spi_receive() 210 struct sh_spi *ss = to_sh_spi(slave); in spi_xfer() local
|
| H A D | soft_spi_legacy.c | 50 struct soft_spi_slave *ss; in spi_setup_slave() local 68 struct soft_spi_slave *ss = to_soft_spi(slave); in spi_free_slave() local 78 struct soft_spi_slave *ss = to_soft_spi(slave); in spi_claim_bus() local 115 struct soft_spi_slave *ss = to_soft_spi(slave); in spi_xfer() local
|
| H A D | sh_qspi.c | 80 static void sh_qspi_init(struct sh_qspi_slave *ss) in sh_qspi_init() 130 struct sh_qspi_slave *ss = to_sh_qspi(slave); in spi_cs_activate() local 153 struct sh_qspi_slave *ss = to_sh_qspi(slave); in spi_cs_deactivate() local 167 struct sh_qspi_slave *ss; in spi_setup_slave() local 205 struct sh_qspi_slave *ss = to_sh_qspi(slave); in spi_xfer() local
|
| H A D | mxc_spi.c | 53 struct gpio_desc ss; member
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_storage.c | 976 static int usb_inquiry(struct scsi_cmd *srb, struct us_data *ss) in usb_inquiry() 1000 static int usb_request_sense(struct scsi_cmd *srb, struct us_data *ss) in usb_request_sense() 1020 static int usb_test_unit_ready(struct scsi_cmd *srb, struct us_data *ss) in usb_test_unit_ready() 1051 static int usb_read_capacity(struct scsi_cmd *srb, struct us_data *ss) in usb_read_capacity() 1069 static int usb_read_10(struct scsi_cmd *srb, struct us_data *ss, in usb_read_10() 1086 static int usb_write_10(struct scsi_cmd *srb, struct us_data *ss, in usb_write_10() 1139 struct us_data *ss; in usb_stor_read() local 1221 struct us_data *ss; in usb_stor_write() local 1297 struct us_data *ss) in usb_storage_probe() 1418 int usb_stor_get_info(struct usb_device *dev, struct us_data *ss, in usb_stor_get_info()
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_sys.h | 37 const uint32_t *ss = s; in word_copy() local 52 const uint32_t *ss = (const uint32_t *)s; in u64_to_le32_copy() local 72 const uint32_t *ss = s; in u64_from_le32_copy() local
|
| /rk3399_rockchip-uboot/board/ronetix/pm9263/ |
| H A D | pm9263.c | 374 char *ss; in checkboard() local
|
| /rk3399_rockchip-uboot/net/ |
| H A D | cdp.c | 242 const ushort *ss; in cdp_receive() local
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | asix.c | 626 struct ueth_data *ss) in asix_eth_probe() 711 int asix_eth_get_info(struct usb_device *dev, struct ueth_data *ss, in asix_eth_get_info() 839 struct ueth_data *ss = &priv->ueth; in asix_eth_probe() local
|
| H A D | mcs7830.c | 720 struct ueth_data *ss) in mcs7830_eth_probe() 818 int mcs7830_eth_get_info(struct usb_device *dev, struct ueth_data *ss, in mcs7830_eth_get_info()
|
| H A D | smsc95xx.c | 840 struct ueth_data *ss) in smsc95xx_eth_probe() 914 int smsc95xx_eth_get_info(struct usb_device *dev, struct ueth_data *ss, in smsc95xx_eth_get_info()
|
| H A D | asix88179.c | 633 struct ueth_data *ss) in ax88179_eth_probe() 720 int ax88179_eth_get_info(struct usb_device *dev, struct ueth_data *ss, in ax88179_eth_get_info()
|
| H A D | r8152.c | 1350 struct ueth_data *ss) in r8152_eth_probe() 1453 int r8152_eth_get_info(struct usb_device *dev, struct ueth_data *ss, in r8152_eth_get_info()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 790 int ss = (sib >> 6) & 0x03; in decode_sib_address() local
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.c | 106 const char *ss, *se; in util_is_printable_string() local
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib_blocksort.c | 799 Int32 i, j, k, ss, sb; in mainSort() local
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/ |
| H A D | biosemu.h | 272 u16 ss; member
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fdtgrep.c | 154 const char *ss, *se; in util_is_printable_string() local
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | storage_common.c | 575 struct usb_endpoint_descriptor *ss, in fsg_ep_desc()
|
| H A D | f_fastboot.c | 188 struct usb_endpoint_descriptor *ss, in fb_ep_desc()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pcie_dw_rockchip.c | 984 #define RAS_DES_EVENT(ss, v) \ argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb.h | 576 } __attribute__ ((packed)) ss; member
|