Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/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-latest/drivers/ethernet/
Ddsa_ksz8xxx.c47 static void dsa_ksz8xxx_write_reg(const struct ksz8xxx_data *pdev, in dsa_ksz8xxx_write_reg()
70 static void dsa_ksz8xxx_read_reg(const struct ksz8xxx_data *pdev, in dsa_ksz8xxx_read_reg()
107 static bool dsa_ksz8xxx_port_link_status(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_port_link_status()
123 static void dsa_ksz8xxx_soft_reset(struct ksz8xxx_data *pdev) in dsa_ksz8xxx_soft_reset()
133 static int dsa_ksz8xxx_probe(struct ksz8xxx_data *pdev) in dsa_ksz8xxx_probe()
172 static int dsa_ksz8xxx_write_static_mac_table(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_write_static_mac_table()
202 static int dsa_ksz8xxx_set_static_mac_table(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_set_static_mac_table()
230 static int dsa_ksz8xxx_read_static_mac_table(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_read_static_mac_table()
264 static int dsa_ksz8xxx_switch_setup(const struct ksz8xxx_data *pdev) in dsa_ksz8xxx_switch_setup()
303 static int dsa_ksz8xxx_switch_setup(struct ksz8xxx_data *pdev) in dsa_ksz8xxx_switch_setup()
[all …]
Deth_nxp_imx_netc_psi.c25 static void netc_eth_phylink_callback(const struct device *pdev, struct phy_link_state *state, in netc_eth_phylink_callback()
Deth_nxp_s32_netc_psi.c59 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()
Deth_renesas_ra.c162 static void phy_link_state_changed(const struct device *pdev, struct phy_link_state *state, in phy_link_state_changed()
Deth_nxp_s32_gmac.c103 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()
Deth_sam_gmac.c1764 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()