Home
last modified time | relevance | path

Searched defs:inst (Results 301 – 325 of 366) sorted by relevance

1...<<1112131415

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c1613 uint32_t inst, in hubp2_construct()
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dfeature-fixups.c548 struct ppc_inst inst, *src, *dest, *end; in do_final_fixups() local
/OK3568_Linux_fs/kernel/arch/arm/net/
H A Dbpf_jit_32.c231 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit()
245 static inline void emit(u32 inst, struct jit_ctx *ctx) in emit()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunsab.c1020 static int inst; in sab_probe() local
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-axi-spi-engine.c62 #define SPI_ENGINE_CMD(inst, arg1, arg2) \ argument
H A Datmel-quadspi.c96 #define QSPI_ICR_INST(inst) (((inst) << 0) & QSPI_ICR_INST_MASK) argument
/OK3568_Linux_fs/kernel/include/sound/
H A Dopl3.h256 struct fm_instrument inst; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c24507 s32 inst; local
24591 s32 inst; local
24619 s32 inst; local
24660 s32 inst; local
24680 wl_wps_handle_sta_linkdown(struct net_device *ndev, u16 inst)
24715 wl_wps_handle_peersta_linkdown(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24771 wl_wps_handle_sta_linkup(struct net_device *ndev, u16 inst)
24800 wl_wps_handle_peersta_linkup(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24834 wl_wps_handle_authorize(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24874 wl_wps_handle_reauth(struct net_device *ndev, u16 inst, const u8 *peer_mac)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c24505 s32 inst; local
24589 s32 inst; local
24617 s32 inst; local
24658 s32 inst; local
24678 wl_wps_handle_sta_linkdown(struct net_device *ndev, u16 inst)
24713 wl_wps_handle_peersta_linkdown(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24769 wl_wps_handle_sta_linkup(struct net_device *ndev, u16 inst)
24798 wl_wps_handle_peersta_linkup(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24832 wl_wps_handle_authorize(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24872 wl_wps_handle_reauth(struct net_device *ndev, u16 inst, const u8 *peer_mac)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c24242 s32 inst; local
24326 s32 inst; local
24354 s32 inst; local
24395 s32 inst; local
24415 wl_wps_handle_sta_linkdown(struct net_device *ndev, u16 inst)
24450 wl_wps_handle_peersta_linkdown(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24506 wl_wps_handle_sta_linkup(struct net_device *ndev, u16 inst)
24535 wl_wps_handle_peersta_linkup(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24569 wl_wps_handle_authorize(struct net_device *ndev, u16 inst, const u8 *peer_mac)
24609 wl_wps_handle_reauth(struct net_device *ndev, u16 inst, const u8 *peer_mac)
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c1783 nvkm_vmm_part(struct nvkm_vmm *vmm, struct nvkm_memory *inst) in nvkm_vmm_part()
1793 nvkm_vmm_join(struct nvkm_vmm *vmm, struct nvkm_memory *inst) in nvkm_vmm_join()
H A Dvmm.h158 struct nvkm_memory *inst; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c1389 uint32_t inst, in dpp3_construct()
H A Ddcn30_dwb.h45 #define DWBC_COMMON_REG_LIST_DCN30(inst) \ argument
/OK3568_Linux_fs/kernel/arch/sh/math-emu/
H A Dmath.c492 int do_fpu_inst(unsigned short inst, struct pt_regs *regs) in do_fpu_inst()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dsocket.c993 u32 type, inst, scope; in tipc_send_group_anycast() local
1147 u32 type, inst, scope, exclude; in tipc_send_group_mcast() local
1411 u32 type = 0, inst = 0; in __tipc_sendmsg() local
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_server.cpp564 static MppDevServer inst; in get_inst() local
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s.c455 enum instruction_fetch_type type, u32 *inst) in kvmppc_load_last_inst()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmips.c1210 u32 inst; in kvm_mips_handle_exit() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h141 int inst; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmon_client.c71 struct ceph_entity_inst *inst = &m->mon_inst[i]; in ceph_monmap_decode() local
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cluster.cpp605 static MppClusterServer inst; in single() local
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpdouble.c1127 u32 vfp_double_cpdo(u32 inst, u32 fpscr) in vfp_double_cpdo()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dmessenger.h61 struct ceph_entity_inst inst; /* my name+address */ member
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dcm1_7xx.h25 #define DRA7XX_CM_CORE_AON_REGADDR(inst, reg) \ argument

1...<<1112131415