/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | r8168_n.c | 592 static inline struct device *tp_to_dev(struct rtl8168_private *tp) in tp_to_dev() 937 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_driver_variable() local 1035 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_tally_counter() local 1093 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_registers() local 1120 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_pcie_phy() local 1146 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_eth_phy() local 1174 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_extended_registers() local 1209 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_pci_registers() local 1244 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_driver_variable() local 1434 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_tally_counter() local [all …]
|
D | rtl_eeprom.c | 54 void rtl8168_eeprom_type(struct rtl8168_private *tp) in rtl8168_eeprom_type() 83 void rtl8168_eeprom_cleanup(struct rtl8168_private *tp) in rtl8168_eeprom_cleanup() 96 int rtl8168_eeprom_cmd_done(struct rtl8168_private *tp) in rtl8168_eeprom_cmd_done() 120 u16 rtl8168_eeprom_read_sc(struct rtl8168_private *tp, u16 reg) in rtl8168_eeprom_read_sc() 154 void rtl8168_eeprom_write_sc(struct rtl8168_private *tp, u16 reg, u16 data) in rtl8168_eeprom_write_sc() 201 void rtl8168_raise_clock(struct rtl8168_private *tp, u8 *x) in rtl8168_raise_clock() 208 void rtl8168_lower_clock(struct rtl8168_private *tp, u8 *x) in rtl8168_lower_clock() 216 void rtl8168_shift_out_bits(struct rtl8168_private *tp, int data, int count) in rtl8168_shift_out_bits() 242 u16 rtl8168_shift_in_bits(struct rtl8168_private *tp) in rtl8168_shift_in_bits() 268 void rtl8168_stand_by(struct rtl8168_private *tp) in rtl8168_stand_by() [all …]
|
D | r8168_asf.c | 60 struct rtl8168_private *tp = netdev_priv(dev); in rtl8168_asf_ioctl() local 207 void rtl8168_asf_hbperiod(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_hbperiod() 217 void rtl8168_asf_wd16rst(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_wd16rst() 222 void rtl8168_asf_console_mac(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_console_mac() 240 void rtl8168_asf_ip_address(struct rtl8168_private *tp, int arg, int offset, unsigned int *data) in rtl8168_asf_ip_address() 264 void rtl8168_asf_config_regs(struct rtl8168_private *tp, int arg, int offset, unsigned int *data) in rtl8168_asf_config_regs() 282 void rtl8168_asf_capability_masks(struct rtl8168_private *tp, int arg, int offset, unsigned int *da… in rtl8168_asf_capability_masks() 311 void rtl8168_asf_community_string(struct rtl8168_private *tp, int arg, char *string) in rtl8168_asf_community_string() 324 void rtl8168_asf_community_string_len(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_community_string_len() 332 void rtl8168_asf_time_period(struct rtl8168_private *tp, int arg, int offset, unsigned int *data) in rtl8168_asf_time_period() [all …]
|
D | r8168_dash.h | 242 #define RTL_CMAC_W8(tp, reg, val8) writeb ((val8), tp->cmac_ioaddr + (reg)) argument 243 #define RTL_CMAC_W16(tp, reg, val16) writew ((val16), tp->cmac_ioaddr + (reg)) argument 244 #define RTL_CMAC_W32(tp, reg, val32) writel ((val32), tp->cmac_ioaddr + (reg)) argument 245 #define RTL_CMAC_R8(tp, reg) readb (tp->cmac_ioaddr + (reg)) argument 246 #define RTL_CMAC_R16(tp, reg) readw (tp->cmac_ioaddr + (reg)) argument 247 #define RTL_CMAC_R32(tp, reg) ((unsigned long) readl (tp->cmac_ioaddr + (reg))) argument
|
D | rtltool.c | 47 int rtl8168_tool_ioctl(struct rtl8168_private *tp, struct ifreq *ifr) in rtl8168_tool_ioctl()
|
D | r8168.h | 133 #define RTL_ALLOC_SKB_INTR(tp, length) dev_alloc_skb(length) argument 137 #define RTL_ALLOC_SKB_INTR(tp, length) napi_alloc_skb(&tp->napi, length) argument 447 #define RTL_W8(tp, reg, val8) writeb((val8), tp->mmio_addr + (reg)) argument 448 #define RTL_W16(tp, reg, val16) writew((val16), tp->mmio_addr + (reg)) argument 449 #define RTL_W32(tp, reg, val32) writel((val32), tp->mmio_addr + (reg)) argument 450 #define RTL_R8(tp, reg) readb(tp->mmio_addr + (reg)) argument 451 #define RTL_R16(tp, reg) readw(tp->mmio_addr + (reg)) argument 452 #define RTL_R32(tp, reg) ((unsigned long) readl(tp->mmio_addr + (reg))) argument
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
D | hi_time.c | 50 struct timespec tp; in hi_get_seconds() local 61 struct timespec tp; in hi_get_us() local 72 struct timespec tp; in hi_get_real_time() local 83 struct timespec tp; in hi_set_real_time() local
|
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/ |
D | tp_suspend.h | 30 struct tp_device *tp; in fb_notifier_callback() local 74 struct tp_device *tp; in ebc_notifier_callback() local 90 static inline int tp_register_fb(struct tp_device *tp) in tp_register_fb() 104 static inline void tp_unregister_fb(struct tp_device *tp) in tp_unregister_fb()
|
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
D | xfs_inode.c | 782 static int xfs_ialloc(xfs_trans_t *tp, xfs_inode_t *pip, umode_t mode, xfs_nlink_t nlink, dev_t rde… in xfs_ialloc() 935 xfs_trans_t *tp; in xfs_dir_ialloc() local 1052 static int xfs_droplink(xfs_trans_t *tp, xfs_inode_t *ip) in xfs_droplink() 1069 static void xfs_bumplink(xfs_trans_t *tp, xfs_inode_t *ip) in xfs_bumplink() 1082 struct xfs_trans *tp = NULL; in xfs_create() local 1236 struct xfs_trans *tp = NULL; in xfs_create_tmpfile() local 1329 xfs_trans_t *tp; in xfs_link() local 1463 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents_flags() local 1626 struct xfs_trans *tp; in xfs_inactive_truncate() local 1675 struct xfs_trans *tp; in xfs_inactive_ifree() local [all …]
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
D | time.c | 57 STATIC INLINE BOOL ValidTimeSpec(const struct timespec *tp) in ValidTimeSpec() 72 STATIC INLINE UINT32 OsTimeSpec2Tick(const struct timespec *tp) in OsTimeSpec2Tick() 85 STATIC INLINE VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/txbf/ |
D | phydm_hal_txbf_api.h | 55 #define phydm_get_beamforming_sounding_info(dm, tp, bfee_num, rate) 0 argument 57 #define phydm_get_mu_bfee_snding_decision(dm, tp) argument
|
/device/soc/esp/esp32/components/newlib/ |
D | time.c | 226 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime() 251 int clock_gettime (clockid_t clock_id, struct timespec *tp) in clock_gettime()
|
/device/soc/hisilicon/common/platform/mipi_dsi/ |
D | mipi_tx_hi35xx.c | 259 static void MipiTxDrvGetPhyTimingParam(MipiTxPhyTimingParamTag *tp) in MipiTxDrvGetPhyTimingParam() 291 static void MipiTxDrvSetPhyTimingParam(const MipiTxPhyTimingParamTag *tp) in MipiTxDrvSetPhyTimingParam() 351 static void MipiTxDrvSetPhyHsLpSwitchTime(const MipiTxPhyTimingParamTag *tp) in MipiTxDrvSetPhyHsLpSwitchTime() 367 MipiTxPhyTimingParamTag tp = {0}; in MipiTxDrvSetPhyCfg() local
|
/device/soc/esp/esp32/components/pthread/ |
D | pthread.c | 1370 static bool ValidTimeSpec(const struct timespec *tp) in ValidTimeSpec() 1425 static UINT32 OsTimeSpec2Tick(const struct timespec *tp) in OsTimeSpec2Tick() 1438 static VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec() 1582 struct timespec tp; in OsGetTickTimeFromNow() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/ |
D | mipi_tx_hal.c | 322 static void mipi_tx_drv_get_phy_timing_parameters(mipi_tx_phy_timing_parameters *tp) in mipi_tx_drv_get_phy_timing_parameters() 361 static void mipi_tx_drv_set_phy_timing_parameters(const mipi_tx_phy_timing_parameters *tp) in mipi_tx_drv_set_phy_timing_parameters() 434 static void mipi_tx_drv_set_phy_hs_lp_switch_time(const mipi_tx_phy_timing_parameters *tp) in mipi_tx_drv_set_phy_hs_lp_switch_time() 460 mipi_tx_phy_timing_parameters tp = {0}; in mipi_tx_drv_set_phy_cfg() local
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
D | hi_task.h | 49 hi_u32 tp; /* *< Task current tp.CNcomment:当前tp.CNend */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
D | hi_task.h | 48 hi_u32 tp; /**< Task current tp.CNcomment:当前tp.CNend */ member
|
D | hi_crash.h | 125 hi_u32 tp; member
|
/device/soc/esp/esp32/components/osal/port/xtensa/ |
D | port.c | 115 StackType_t *sp, *tp; in pxPortInitialiseStack() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
D | los_task.h | 455 UINT32 tp; /**< Task current tp */ member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
D | mali_kbase_mem.c | 1889 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper() local 2060 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper_locked() local 2231 static void free_partial(struct kbase_context *kctx, int group_id, struct tagged_addr tp) in free_partial() 2330 …free_partial_locked(struct kbase_context *kctx, struct kbase_mem_pool *pool, struct tagged_addr tp) in free_partial_locked()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_kbase_mem.c | 2210 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper() local 2404 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper_locked() local 2595 tagged_addr tp) in free_partial() 2719 struct kbase_mem_pool *pool, struct tagged_addr tp) in free_partial_locked()
|
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/ |
D | gt9xx.h | 124 struct tp_device tp; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/ |
D | tracepoint.h | 162 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
D | hcc_host.h | 298 hi_u32 tp; member
|