| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_dwc.c | 194 #define msleep(a) udelay(a * 1000) argument 195 #define ssleep(a) msleep(a * 1000) argument 284 struct ata_link *link; in init_sata() local 978 struct ata_link *link = dev->link; in ata_exec_internal() local 1106 struct ata_link *link = qc->dev->link; in ata_qc_issue() local 1620 struct ata_link *link = qc->dev->link; in __ata_qc_complete() local
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | topology.c | 271 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32() 2823 struct snd_soc_dai_link *link, in sof_set_dai_config() 2880 struct snd_soc_dai_link *link, in sof_link_ssp_load() 2945 struct snd_soc_dai_link *link, in sof_link_sai_load() 3003 struct snd_soc_dai_link *link, in sof_link_esai_load() 3060 struct snd_soc_dai_link *link, in sof_link_dmic_load() 3144 struct snd_soc_dai_link *link, in sof_link_hda_load() 3190 struct snd_soc_dai_link *link, in sof_link_alh_load() 3223 struct snd_soc_dai_link *link, in sof_link_load() 3353 struct snd_soc_dai_link *link) in sof_link_hda_unload() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | mtk_iommu.c | 105 #define F_MMU_INT_ID_COMM_ID(a) (((a) >> 9) & 0x7) argument 106 #define F_MMU_INT_ID_SUB_COMM_ID(a) (((a) >> 7) & 0x3) argument 107 #define F_MMU_INT_ID_LARB_ID(a) (((a) >> 7) & 0x7) argument 108 #define F_MMU_INT_ID_PORT_ID(a) (((a) >> 2) & 0x1f) argument 785 struct device_link *link; in mtk_iommu_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-etm-perf.c | 259 static bool sinks_compatible(struct coresight_device *a, in sinks_compatible() 625 int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_ctrl.c | 74 struct dp_link *link; member 91 struct dp_link_info *link) in dp_aux_link_configure() 263 static int _tu_param_compare(s64 a, s64 b) in _tu_param_compare() 1002 struct dp_link *link = ctrl->link; in dp_ctrl_update_vx_px() local 1863 struct dp_ctrl *dp_ctrl_get(struct device *dev, struct dp_link *link, in dp_ctrl_get()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | natsemi.c | 183 u32 link; member 249 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument 250 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
|
| H A D | ns8382x.c | 163 u32 link; member 270 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument 271 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | cm.c | 606 static int be32_lt(__be32 a, __be32 b) in be32_lt() 611 static int be32_gt(__be32 a, __be32 b) in be32_gt() 616 static int be64_lt(__be64 a, __be64 b) in be64_lt() 621 static int be64_gt(__be64 a, __be64 b) in be64_gt() 634 struct rb_node **link = &cm.listen_service_table.rb_node; in cm_insert_listen() local 714 struct rb_node **link = &cm.remote_id_table.rb_node; in cm_insert_remote_id() local 773 struct rb_node **link = &cm.remote_qp_table.rb_node; in cm_insert_remote_qpn() local 803 struct rb_node **link = &cm.remote_sidr_table.rb_node; in cm_insert_remote_sidr() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence.h | 55 #define CDNS_PCIE_LM_EP_FUNC_BAR_CFG_BAR_APERTURE(b, a) \ argument 68 #define CDNS_PCIE_LM_RC_BAR_CFG_BAR0_APERTURE(a) \ argument 74 #define CDNS_PCIE_LM_RC_BAR_CFG_BAR1_APERTURE(a) \ argument 285 struct device_link **link; member
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | pmb.c | 51 struct pmb_entry *link; member 130 static inline bool pmb_can_merge(struct pmb_entry *a, struct pmb_entry *b) in pmb_can_merge()
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | zatm.c | 64 #define EVENT(s,a,b) argument 94 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() 175 u32 link; /* buffer descriptor link pointer (for SAR) */ member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi.h | 89 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 279 u32 link; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_ddc.c | 151 #define DDC_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 282 struct dc_link *link = ddc->link; in defer_delay_converter_wa() local
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/ |
| H A D | em28xx-video.c | 911 struct media_link *link, *found_link = NULL; in em28xx_enable_analog_tuner() local 1716 struct v4l2_audio *a, in em28xx_fill_audio_input() 1769 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio() 1779 static int vidioc_g_audio(struct file *file, void *priv, struct v4l2_audio *a) in vidioc_g_audio() 1793 const struct v4l2_audio *a) in vidioc_s_audio()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/intel/ipu3/ |
| H A D | ipu3-cio2.c | 267 static s32 cio2_rx_timing(s32 a, s32 b, s64 freq, int def) in cio2_rx_timing() 1324 static int cio2_video_link_validate(struct media_link *link) in cio2_video_link_validate() 1884 #define CHUNK_SIZE(a) ((a)->end - (a)->begin + 1) in arrange() argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/ |
| H A D | vi.c | 349 struct v4l2_streamparm *a) in tegra_channel_g_parm() 359 struct v4l2_streamparm *a) in tegra_channel_s_parm() 1321 struct v4l2_fwnode_link link; in tegra_vi_graph_build() local
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 33 struct section *link; member 988 const uint32_t *a, *b; in cmp_relocs() local
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup-v1.c | 99 struct cgrp_cset_link *link; in cgroup_transfer_tasks() local 274 static int cmppid(const void *a, const void *b) in cmppid()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | mm.c | 44 static unsigned long make_page_sizes(unsigned long a, unsigned long b) in make_page_sizes() 377 struct list_head link; member
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | ahci_imx.c | 334 int m1, m2, a; in sata_ahci_read_temperature() local 778 static int ahci_imx_softreset(struct ata_link *link, unsigned int *class, in ahci_imx_softreset()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | synclink.c | 141 u32 link; /* 32-bit flat link to next buffer entry */ member 515 #define usc_UnlatchRxstatusBits(a,b) usc_OutReg( (a), RCSR, (u16)((b) & RXSTATUS_ALL) ) argument 553 #define usc_UnlatchTxstatusBits(a,b) usc_OutReg( (a), TCSR, (u16)((a)->tcsr_value + ((b) & 0x00FF))… argument 573 #define usc_UnlatchIostatusBits(a,b) usc_OutReg((a),MISR,(u16)((b) & 0xaaa0)) argument 574 #define usc_UnlatchMiscstatusBits(a,b) usc_OutReg((a),MISR,(u16)((b) & 0x000f)) argument 605 #define usc_EnableInterrupts( a, b ) \ argument 608 #define usc_DisableInterrupts( a, b ) \ argument 611 #define usc_EnableMasterIrqBit(a) \ argument 614 #define usc_DisableMasterIrqBit(a) \ argument 617 #define usc_ClearIrqPendingBits( a, b ) usc_OutReg( (a), DCCR, 0x40 + (b) ) argument [all …]
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 8917 bool netdev_port_same_parent_id(struct net_device *a, struct net_device *b) in netdev_port_same_parent_id() 8995 struct bpf_link link; member 9033 struct bpf_xdp_link *link = dev_xdp_link(dev, mode); in dev_xdp_prog() local 9059 struct bpf_xdp_link *link) in dev_xdp_set_link() 9108 struct bpf_xdp_link *link; in dev_xdp_uninstall() local 9138 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach() 9248 struct bpf_xdp_link *link) in dev_xdp_attach_link() 9255 struct bpf_xdp_link *link) in dev_xdp_detach_link() 9272 static void bpf_xdp_link_release(struct bpf_link *link) in bpf_xdp_link_release() 9289 static int bpf_xdp_link_detach(struct bpf_link *link) in bpf_xdp_link_detach() [all …]
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.c | 49 struct rb_node **link = &tree->rb_node; in rb_add() local 97 static int symbol_to_offset(struct rb_node *a, const struct rb_node *b) in symbol_to_offset()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | mad.c | 56 #define MLX4_TUN_SET_WRID_QPN(a) (((u64) ((a) & 0x3)) << MLX4_TUN_QPN_SHIFT) argument 58 #define MLX4_TUN_IS_RECV(a) (((a) >> MLX4_TUN_SEND_WRID_SHIFT) & 0x1) argument 59 #define MLX4_TUN_WRID_QPN(a) (((a) >> MLX4_TUN_QPN_SHIFT) & 0x3) argument 988 enum rdma_link_layer link = rdma_port_get_link_layer(ibdev, port_num); in mlx4_ib_process_mad() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | intel-iommu.h | 131 #define dmar_readq(a) readq(a) argument 132 #define dmar_writeq(a,v) writeq(v,a) argument 133 #define dmar_readl(a) readl(a) argument 134 #define dmar_writel(a, v) writel(v, a) argument 385 #define QI_DEV_EIOTLB_ADDR(a) ((u64)(a) & VTD_PAGE_MASK) argument 618 struct list_head link; /* link to domain siblings */ member
|