Searched refs:user (Results 376 - 400 of 697) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mach-omap2/
H A Dclockdomain.c544 int clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user), argument
545 void *user)
554 ret = (*fn)(clkdm, user);
/linux-master/drivers/xen/
H A Devtchn.c85 struct per_user_data *user; member in struct:user_evtchn
165 struct per_user_data *u = evtchn->user;
173 "Interrupt for port %u, but apparently not enabled; per-user %p\n",
393 evtchn->user = u;
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c128 * @c: component to get state and set user
130 * @user: direct user, the binding user
131 * @crtc: the CRTC user, the big boss :)
134 * - The direct user: can be plane/crtc/wb_connector depends on component
136 * CRTC is the big boss (the final user), because all component resources
145 * So when set a user to komeda_component, need first to check the status of
148 * component is free, the component still cannot be assigned to the direct user.
153 void *user,
151 komeda_component_get_state_and_set_user(struct komeda_component *c, struct drm_atomic_state *state, void *user, struct drm_crtc *crtc) argument
504 komeda_scaler_validate(void *user, struct komeda_crtc_state *kcrtc_st, struct komeda_data_flow_cfg *dflow) argument
611 komeda_merger_validate(struct komeda_merger *merger, void *user, struct komeda_crtc_state *kcrtc_st, struct komeda_data_flow_cfg *left_input, struct komeda_data_flow_cfg *right_input, struct komeda_data_flow_cfg *output) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dkernel_ex.S293 fmovel %d1,%fpcr |restore user's rmode/prec
319 fmovel %d1,%fpcr |restore user's rmode/prec
338 fmovel %d1,%fpcr |restore user's rmode/prec
354 fmovel %d1,%fpcr |restore user's rmode/prec
381 | the user perceives no difference between what the 040 provides vs.
H A Dx_unfl.S17 | operand needs to made available to the user with a bias of $6000
161 | the user's precision for the round routine.
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h405 | get the absolute short address from user space
411 | get the absolute long address from user space
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.h55 epas->user.addr = paddr_user;
63 epas->user.addr = 0;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmac.c480 key.user = cpu_to_le16(id);
495 key.user = cpu_to_le16(id);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c83 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) argument
85 __be64 *tmp = user ? tbl->it_userspace : (__be64 *) tbl->it_base;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfirmware.c17 * but not necessarily something a user would ever need to use.
1357 u8 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); local
1359 if (user == mask) {
1370 user = (u8)read_csr(dd, ASIC_CFG_MUTEX);
1371 if (user == mask)
1381 (u32)user, (u32)mask, (try == 0) ? "retrying" : "giving up");
1396 u8 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); local
1398 if (user != mask)
1401 (u32)user, (u32)mask);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dg94.c347 .user = 0,
364 .user = {
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c185 struct nouveau_cli *cli = (void *)chan->user.client;
212 ret = nvif_event_ctor(&chan->user, "fenceNonStallIntr", (chan->runlist << 16) | chan->chid,
/linux-master/arch/x86/mm/
H A Ddump_pagetables.c413 bool user)
417 if (user && boot_cpu_has(X86_FEATURE_PTI))
433 pr_info("x86/mm: Checking user space page tables\n");
412 ptdump_walk_pgd_level_debugfs(struct seq_file *m, struct mm_struct *mm, bool user) argument
/linux-master/drivers/clk/ti/
H A Dapll.c128 static void __init omap_clk_register_apll(void *user, argument
131 struct clk_hw *hw = user;
/linux-master/fs/
H A Deventpoll.c57 * user space) we could end up sleeping due a copy_to_user(), so
213 /* The user that created the eventpoll descriptor */
214 struct user_struct *user; member in struct:eventpoll
253 /* Maximum number of epoll watched descriptors, per user */
790 free_uid(ep->user);
855 percpu_counter_dec(&ep->user->epoll_watches);
1132 ep->user = get_current_user();
1341 * (because we're accessing user memory, and because of linux f_op->poll()
1632 if (unlikely(percpu_counter_compare(&ep->user->epoll_watches,
1635 percpu_counter_inc(&ep->user
[all...]
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-leds.c359 if (dp->user)
360 return &dp->user->dev;
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd.h225 void *user; member in struct:cxd2880_tnrdmd
/linux-master/arch/sparc/kernel/
H A Dwuf.S45 * where if any user windows are active, at least one bit will
46 * be set in to mask. If no user windows are active, the bitmask
164 rd %psr, %g3 /* Read %psr in live user window */
185 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
222 * we only need to check whether the user can read from
229 * if the area at %sp is user readable and the window still
232 * user stack) the routine shall branch to the label called
/linux-master/include/linux/
H A Datmel-ssc.h21 int user; member in struct:ssc_device
/linux-master/lib/
H A Ddigsig.c24 #include <keys/user-type.h>
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c149 ahc_format_transinfo(m, &tinfo->user);
H A Daic79xx_proc.c169 ahd_format_transinfo(m, &tinfo->user);
/linux-master/arch/s390/include/asm/
H A Delf.h164 #include <asm/user.h>
234 /* This yields a mask that user programs can use to figure out what
/linux-master/security/keys/
H A Dkeyctl_pkey.c14 #include <keys/user-type.h>
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.h245 const struct drm_i915_gem_context_param_sseu *user,

Completed in 698 milliseconds

<<11121314151617181920>>