/openbmc/linux/net/l2tp/ |
H A D | l2tp_ip6.c | 263 struct sockaddr_l2tpip6 *addr = (struct sockaddr_l2tpip6 *)uaddr; in l2tp_ip6_bind() local
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.c | 273 uint32_t addr; in create_udp_flow() local
|
/openbmc/linux/net/sched/ |
H A D | sch_choke.c | 330 static void choke_free(void *addr) in choke_free()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | process.c | 500 unsigned long addr; in frame_info_init() local
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-ibm_iic.c | 520 u16 addr = msg->addr; in iic_address() local
|
H A D | i2c-designware-master.c | 460 u32 addr = msgs[dev->msg_write_idx].addr; in i2c_dw_xfer_msg() local
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | pble.h | 33 u64 *addr; member
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r300.c | 105 uint64_t rv370_pcie_gart_get_page_entry(uint64_t addr, uint32_t flags) in rv370_pcie_gart_get_page_entry()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | discontig.c | 55 #define NODEDATA_ALIGN(addr, node) \ argument
|
/openbmc/linux/drivers/iio/common/st_sensors/ |
H A D | st_sensors_core.c | 398 u8 addr, mask; in st_sensors_init_sensor() local
|
/openbmc/linux/drivers/hwmon/ |
H A D | sch5627.c | 75 unsigned short addr; member
|
H A D | sch5636.c | 56 unsigned short addr; member
|
/openbmc/linux/tools/perf/util/ |
H A D | thread.c | 410 void thread__find_cpumode_addr_location(struct thread *thread, u64 addr, in thread__find_cpumode_addr_location()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_vidi.c | 116 dma_addr_t addr; in vidi_update_plane() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | jpeg_v2_0.c | 482 void jpeg_v2_0_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq, in jpeg_v2_0_dec_ring_emit_fence()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-backend.c | 108 struct vhost_vring_addr *addr) in vhost_kernel_set_vring_addr()
|
/openbmc/qemu/net/ |
H A D | af-xdp.c | 104 uint64_t *addr; in af_xdp_complete_tx() local
|
/openbmc/qemu/tcg/ |
H A D | perf.c | 154 uint64_t addr; member
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 372 __u64 addr; member 458 __u64 addr; member 592 __u64 addr; /* legal pio/mmio address */ member 1070 __u64 addr; member 1085 __u64 addr; member 1103 __u64 addr; /* userspace address of attr data */ member 1332 __u64 addr; member
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_ca0132.c | 1911 unsigned int addr, unsigned int data) in chipio_8051_write_direct() 1964 unsigned int addr, unsigned int data) in chipio_8051_write_exram() 1977 unsigned int addr, unsigned int data) in chipio_8051_write_exram_no_mutex() 1985 unsigned int addr, unsigned int *data) in chipio_8051_read_exram() 1992 unsigned int addr, unsigned int data) in chipio_8051_write_pll_pmu() 2005 unsigned int addr, unsigned int data) in chipio_8051_write_pll_pmu_no_mutex() 8082 static const unsigned int addr[] = { in ae7_post_dsp_pll_setup() local 9197 static const unsigned int addr[] = { 0x43, 0x40, 0x41, 0x42, 0x45 }; in zxr_pre_dsp_setup() local 9272 const unsigned int *addr, *data; in ca0132_mmio_init_sbz() local 9321 const unsigned int *addr, *data; in ca0132_mmio_init_ae5() local [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pch_udc.c | 691 static inline void pch_udc_ep_set_subptr(struct pch_udc_ep *ep, u32 addr) in pch_udc_ep_set_subptr() 701 static inline void pch_udc_ep_set_ddptr(struct pch_udc_ep *ep, u32 addr) in pch_udc_ep_set_ddptr() 1480 dma_addr_t addr = (dma_addr_t)td->next; in pch_udc_free_dma_chain() local 2098 dma_addr_t addr; in pch_udc_complete_receiver() local
|
/openbmc/linux/drivers/net/ethernet/cortina/ |
H A D | gemini.h | 53 #define GET_WPTR(addr) readw((addr) + 2) argument 54 #define GET_RPTR(addr) readw((addr)) argument 55 #define SET_WPTR(addr, data) writew((data), (addr) + 2) argument 56 #define SET_RPTR(addr, data) writew((data), (addr)) argument
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci.h | 747 #define readl_be(addr) __raw_readl((__force unsigned *)addr) argument 748 #define writel_be(val, addr) __raw_writel(val, (__force unsigned *)addr) argument 765 volatile __u32 __iomem *addr) in imx28_ehci_writel() 771 volatile __u32 __iomem *addr) in imx28_ehci_writel()
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 1135 bpf_address_lookup(unsigned long addr, unsigned long *size, in bpf_address_lookup() 1183 __bpf_address_lookup(unsigned long addr, unsigned long *size, in __bpf_address_lookup() 1189 static inline bool is_bpf_text_address(unsigned long addr) in is_bpf_text_address() 1201 bpf_address_lookup(unsigned long addr, unsigned long *size, in bpf_address_lookup()
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | qlge_main.c | 324 static int qlge_set_mac_addr_reg(struct qlge_adapter *qdev, const u8 *addr, in qlge_set_mac_addr_reg() 429 char *addr; in qlge_set_mac_addr() local 1465 void *addr; in qlge_process_mac_rx_page() local 4208 struct sockaddr *addr = p; in qlge_set_mac_address() local
|