| /components/drivers/spi/ |
| A D | dev_spi_bit_ops.c | 22 #define TOG_SCLK(ops) ops->tog_sclk(ops->data) argument 42 #define SCLK_H(ops) SET_SCLK(ops, 1) argument 43 #define SCLK_L(ops) SET_SCLK(ops, 0) argument 44 #define MOSI_H(ops) SET_MOSI(ops, 1) argument 45 #define MOSI_L(ops) SET_MOSI(ops, 0) argument 46 #define MOSI_IN(ops) DIR_MOSI(ops, 1) argument 47 #define MOSI_OUT(ops) DIR_MOSI(ops, 0) argument 48 #define MISO_IN(ops) DIR_MISO(ops, 1) argument 49 #define MISO_OUT(ops) DIR_MISO(ops, 0) argument 430 struct rt_spi_bit_ops *ops = obj->ops; in spi_bit_configure() local [all …]
|
| A D | dev_spi_core.c | 31 const struct rt_spi_ops *ops) in spi_bus_register() 80 const struct rt_spi_ops *ops) in rt_spi_bus_register()
|
| A D | dev_qspi_core.c | 72 …_err_t rt_qspi_bus_register(struct rt_spi_bus *bus, const char *name, const struct rt_spi_ops *ops) in rt_qspi_bus_register()
|
| /components/drivers/i2c/ |
| A D | dev_i2c_bit_ops.c | 23 #define GET_SDA(ops) ops->get_sda(ops->data) argument 24 #define GET_SCL(ops) ops->get_scl(ops->data) argument 26 rt_inline void i2c_delay(struct rt_i2c_bit_ops *ops) in i2c_delay() 31 rt_inline void i2c_delay2(struct rt_i2c_bit_ops *ops) in i2c_delay2() 36 #define SDA_L(ops) SET_SDA(ops, 0) argument 37 #define SDA_H(ops) SET_SDA(ops, 1) argument 38 #define SCL_L(ops) SET_SCL(ops, 0) argument 43 static rt_err_t SCL_H(struct rt_i2c_bit_ops *ops) in SCL_H() 73 static void i2c_start(struct rt_i2c_bit_ops *ops) in i2c_start() 90 static void i2c_restart(struct rt_i2c_bit_ops *ops) in i2c_restart() [all …]
|
| /components/drivers/dma/ |
| A D | dma_pool.c | 177 const struct rt_dma_map_ops *ops = RT_NULL; in ofw_device_dma_ops() local 239 const struct rt_dma_map_ops *ops = dev->dma_ops; in device_dma_ops() local 415 const struct rt_dma_map_ops *ops; in rt_dma_alloc() local 449 const struct rt_dma_map_ops *ops; in rt_dma_free() local 473 const struct rt_dma_map_ops *ops; in rt_dma_sync_out_data() local 495 const struct rt_dma_map_ops *ops; in rt_dma_sync_in_data() local
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_fs.c | 31 int dfs_register(const struct dfs_filesystem_ops *ops) in dfs_register() 220 const struct dfs_filesystem_ops **ops; in dfs_mount() local 463 const struct dfs_filesystem_ops *ops = filesystem_operation_table[index]; in dfs_mkfs() local
|
| /components/drivers/hwcrypto/ |
| A D | hw_rng.h | 33 …const struct hwcrypto_rng_ops *ops; /**< !! Hardware initializes this value when creating cont… member
|
| A D | hw_hash.h | 36 …const struct hwcrypto_hash_ops *ops; /**< !! Hardware initializes this value when creating … member
|
| A D | hw_gcm.h | 37 …const struct hwcrypto_gcm_ops *ops; /**< !! Hardware initializes this value when creating cont… member
|
| A D | hw_bignum.h | 62 …const struct hwcrypto_bignum_ops *ops; /**< !! Hardware initializes this value when creating … member
|
| /components/drivers/include/drivers/ |
| A D | dev_watchdog.h | 27 const struct rt_watchdog_ops *ops; member
|
| A D | dac.h | 85 const struct rt_dac_ops *ops; member
|
| A D | mtd_nor.h | 28 const struct rt_mtd_nor_driver_ops* ops; member
|
| A D | pulse_encoder.h | 47 const struct rt_pulse_encoder_ops *ops; member
|
| A D | adc.h | 87 const struct rt_adc_ops *ops; member
|
| A D | rt_inputcapture.h | 34 const struct rt_inputcapture_ops *ops; member
|
| A D | led.h | 33 const struct rt_led_ops *ops; member
|
| A D | ofw_raw.h | 35 #define fdt_prop_cells_ops(ops, fdt, nodeoffset, prop, ...) \ argument
|
| /components/drivers/cputime/ |
| A D | cputime.c | 106 int clock_cpu_setops(const struct rt_clock_cputime_ops *ops) in clock_cpu_setops()
|
| /components/drivers/pci/ |
| A D | ecam.c | 21 const struct pci_ecam_ops *ops) in pci_ecam_create()
|
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci-platform.h | 22 const struct rt_sdhci_ops *ops; member
|
| /components/drivers/wlan/ |
| A D | dev_wlan_prot.h | 52 const struct rt_wlan_prot_ops *ops; member
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | auth_none.c | 65 static struct auth_ops ops = { variable
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc.h | 39 const struct proc_ops *ops; member
|
| /components/drivers/nvme/ |
| A D | nvme-pci.c | 18 const struct rt_nvme_ops *ops; member
|