Home
last modified time | relevance | path

Searched defs:pdev (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/drivers/sensor/vl53l1x/
Dvl53l1_platform.c23 VL53L1_Error VL53L1_WriteMulti(VL53L1_Dev_t *pdev, uint16_t reg, in VL53L1_WriteMulti()
46 VL53L1_Error VL53L1_ReadMulti(VL53L1_Dev_t *pdev, uint16_t reg, in VL53L1_ReadMulti()
65 VL53L1_Error VL53L1_WrByte(VL53L1_Dev_t *pdev, uint16_t reg, uint8_t data) in VL53L1_WrByte()
74 VL53L1_Error VL53L1_WrWord(VL53L1_Dev_t *pdev, uint16_t reg, uint16_t data) in VL53L1_WrWord()
85 VL53L1_Error VL53L1_WrDWord(VL53L1_Dev_t *pdev, uint16_t reg, uint32_t data) in VL53L1_WrDWord()
96 VL53L1_Error VL53L1_RdByte(VL53L1_Dev_t *pdev, uint16_t reg, uint8_t *pdata) in VL53L1_RdByte()
105 VL53L1_Error VL53L1_RdWord(VL53L1_Dev_t *pdev, uint16_t reg, uint16_t *pdata) in VL53L1_RdWord()
115 VL53L1_Error VL53L1_RdDWord(VL53L1_Dev_t *pdev, uint16_t reg, uint32_t *pdata) in VL53L1_RdDWord()
125 VL53L1_Error VL53L1_WaitUs(VL53L1_Dev_t *pdev, int32_t wait_us) in VL53L1_WaitUs()
131 VL53L1_Error VL53L1_WaitMs(VL53L1_Dev_t *pdev, int32_t wait_ms) in VL53L1_WaitMs()
/Zephyr-Core-3.5.0/drivers/ethernet/
Ddsa_ksz8xxx.c46 static void dsa_ksz8xxx_write_reg(const struct ksz8xxx_data *pdev, in dsa_ksz8xxx_write_reg()
69 static void dsa_ksz8xxx_read_reg(const struct ksz8xxx_data *pdev, in dsa_ksz8xxx_read_reg()
106 static bool dsa_ksz8xxx_port_link_status(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_port_link_status()
122 static void dsa_ksz8xxx_soft_reset(struct ksz8xxx_data *pdev) in dsa_ksz8xxx_soft_reset()
132 static int dsa_ksz8xxx_probe(struct ksz8xxx_data *pdev) in dsa_ksz8xxx_probe()
171 static int dsa_ksz8xxx_write_static_mac_table(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_write_static_mac_table()
201 static int dsa_ksz8xxx_set_static_mac_table(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_set_static_mac_table()
229 static int dsa_ksz8xxx_read_static_mac_table(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_read_static_mac_table()
263 static int dsa_ksz8xxx_switch_setup(const struct ksz8xxx_data *pdev) in dsa_ksz8xxx_switch_setup()
302 static int dsa_ksz8xxx_switch_setup(struct ksz8xxx_data *pdev) in dsa_ksz8xxx_switch_setup()
[all …]
Deth_nxp_s32_netc_psi.c60 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()
Deth_sam_gmac.c1831 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()