Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 104) sorted by relevance

12345

/components/drivers/spi/
A Ddev_spi_bit_ops.c22 #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 Ddev_spi_core.c31 const struct rt_spi_ops *ops) in spi_bus_register()
80 const struct rt_spi_ops *ops) in rt_spi_bus_register()
A Ddev_qspi_core.c72 …_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 Ddev_i2c_bit_ops.c23 #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 Ddma_pool.c177 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 Ddfs_fs.c31 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 Dhw_rng.h33 …const struct hwcrypto_rng_ops *ops; /**< !! Hardware initializes this value when creating cont… member
A Dhw_hash.h36 …const struct hwcrypto_hash_ops *ops; /**< !! Hardware initializes this value when creating … member
A Dhw_gcm.h37 …const struct hwcrypto_gcm_ops *ops; /**< !! Hardware initializes this value when creating cont… member
A Dhw_bignum.h62 …const struct hwcrypto_bignum_ops *ops; /**< !! Hardware initializes this value when creating … member
/components/drivers/include/drivers/
A Ddev_watchdog.h27 const struct rt_watchdog_ops *ops; member
A Ddac.h85 const struct rt_dac_ops *ops; member
A Dmtd_nor.h28 const struct rt_mtd_nor_driver_ops* ops; member
A Dpulse_encoder.h47 const struct rt_pulse_encoder_ops *ops; member
A Dadc.h87 const struct rt_adc_ops *ops; member
A Drt_inputcapture.h34 const struct rt_inputcapture_ops *ops; member
A Dled.h33 const struct rt_led_ops *ops; member
A Dofw_raw.h35 #define fdt_prop_cells_ops(ops, fdt, nodeoffset, prop, ...) \ argument
/components/drivers/cputime/
A Dcputime.c106 int clock_cpu_setops(const struct rt_clock_cputime_ops *ops) in clock_cpu_setops()
/components/drivers/pci/
A Decam.c21 const struct pci_ecam_ops *ops) in pci_ecam_create()
/components/drivers/sdio/sdhci/include/
A Dsdhci-platform.h22 const struct rt_sdhci_ops *ops; member
/components/drivers/wlan/
A Ddev_wlan_prot.h52 const struct rt_wlan_prot_ops *ops; member
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dauth_none.c65 static struct auth_ops ops = { variable
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.h39 const struct proc_ops *ops; member
/components/drivers/nvme/
A Dnvme-pci.c18 const struct rt_nvme_ops *ops; member

Completed in 29 milliseconds

12345