Searched defs:pdev (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/drivers/sensor/st/vl53l1x/ |
D | vl53l1_platform.c | 23 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/ |
D | dsa_ksz8xxx.c | 50 static void dsa_ksz8xxx_write_reg(const struct ksz8xxx_data *pdev, in dsa_ksz8xxx_write_reg() 79 static void dsa_ksz8xxx_read_reg(const struct ksz8xxx_data *pdev, in dsa_ksz8xxx_read_reg() 122 static bool dsa_ksz8xxx_port_link_status(struct ksz8xxx_data *pdev, in dsa_ksz8xxx_port_link_status() 138 static void dsa_ksz8xxx_soft_reset(struct ksz8xxx_data *pdev) in dsa_ksz8xxx_soft_reset() 148 static int dsa_ksz8xxx_probe(struct ksz8xxx_data *pdev) 192 static int dsa_ksz8xxx_write_static_mac_table(struct ksz8xxx_data *pdev, 222 static int dsa_ksz8xxx_set_static_mac_table(struct ksz8xxx_data *pdev, 250 static int dsa_ksz8xxx_read_static_mac_table(struct ksz8xxx_data *pdev, 284 static int dsa_ksz8xxx_port_isolate(const struct ksz8xxx_data *pdev) 306 static int dsa_ksz8xxx_switch_setup(struct ksz8xxx_data *pdev) [all …]
|
D | eth_nxp_s32_netc_psi.c | 59 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()
|
D | eth_renesas_ra.c | 164 static void phy_link_state_changed(const struct device *pdev, struct phy_link_state *state, in phy_link_state_changed()
|
D | eth_sensry_sy1xx_mac.c | 240 static void phy_link_state_changed(const struct device *pdev, struct phy_link_state *state, in phy_link_state_changed()
|
D | eth_nxp_s32_gmac.c | 103 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()
|
D | eth_sam_gmac.c | 1764 static void phy_link_state_changed(const struct device *pdev, in phy_link_state_changed()
|
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/ |
D | eth_nxp_imx_netc_psi.c | 25 static void netc_eth_phylink_callback(const struct device *pdev, struct phy_link_state *state, in netc_eth_phylink_callback()
|