Searched refs:set (Results 326 - 350 of 2146) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/mtd/nand/raw/
H A Ds3c2410.c109 * @set: The platform information supplied for this set of NAND chips.
114 struct s3c2410_nand_set *set; member in struct:s3c2410_nand_mtd
219 * @new_state: State to which clock should be set.
278 * Given the information supplied by the platform, calculate and set
288 unsigned long set, cfg, mask; local
321 set = S3C2410_NFCONF_EN;
322 set |= S3C2410_NFCONF_TACLS(tacls - 1);
323 set |= S3C2410_NFCONF_TWRPH0(twrph0 - 1);
324 set |
737 s3c2410_nand_add_partition(struct s3c2410_nand_info *info, struct s3c2410_nand_mtd *mtd, struct s3c2410_nand_set *set) argument
787 s3c2410_nand_init_chip(struct s3c2410_nand_info *info, struct s3c2410_nand_mtd *nmtd, struct s3c2410_nand_set *set) argument
[all...]
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dradix.h25 /* Bits to set in a RPMD/RPUD/RPGD */
155 unsigned long set)
166 : "r" (ptep), "r" (cpu_to_be64(set)), "r" (cpu_to_be64(clr))
175 unsigned long set,
180 old_pte = __radix_pte_update(ptep, clr, set);
229 * than set_pte_at (which is used to set ptes unrelated to faults).
287 unsigned long set);
290 unsigned long set);
154 __radix_pte_update(pte_t *ptep, unsigned long clr, unsigned long set) argument
172 radix__pte_update(struct mm_struct *mm, unsigned long addr, pte_t *ptep, unsigned long clr, unsigned long set, int huge) argument
/linux-master/arch/arm/mm/
H A Dproc-arm740.S83 mcr p15, 0, r0, c6, c0 @ set area 0, default
92 orr r0, r0, #1 @ set enable bit
93 mcr p15, 0, r0, c6, c1 @ set area 1, RAM
105 orr r0, r0, #1 @ set enable bit
106 2: mcr p15, 0, r0, c6, c2 @ set area 2, ROM/FLASH
122 bic r0, r0, #0x3F000000 @ set to standard caching mode
/linux-master/drivers/gpu/drm/amd/display/dc/irq/dce110/
H A Dirq_service_dce110.c65 .set = NULL,
70 .set = NULL,
75 .set = NULL,
80 .set = dce110_vblank_set,
85 .set = NULL,
233 .set = dal_irq_service_dummy_set,
/linux-master/arch/mips/include/asm/
H A Dasm.h103 .set push; \
104 .set reorder; \
108 .set pop; \
116 .set push; \
117 .set reorder; \
120 .set pop; \
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S64 | ;set dtag to norm
77 bfclr DTAG(%a6){#0:#4} |set tag to normalized, FPTE15 = 0
78 bsetb #4,DTAG(%a6) |set FPTE15
115 st CU_ONLY(%a6) |set cu-only inst flag
125 | Inst is ftst. Check the source operand and set the cc's accordingly.
133 orl #neg_mask,USER_FPSR(%a6) |set N
145 movel ETEMP_EX(%a6),FPTEMP_EX(%a6) |set up fptemp sign for
178 | If bit 2 is set, round is forced to double. If it is clear,
179 | and bit 6 is set, round is forced to single. If both are clear,
206 movel #2,%d0 |set u
[all...]
/linux-master/lib/
H A Dassoc_array.c464 edit->set[0].ptr = &edit->array->root;
465 edit->set[0].to = assoc_array_node_to_ptr(new_n0);
606 * We need to expel at least two leaves out of a set consisting of the
613 edit->set[0].to = assoc_array_node_to_ptr(new_n0);
704 edit->set[0].ptr = &edit->array->root;
706 edit->set[0].ptr = &assoc_array_ptr_to_node(ptr)->slots[node->parent_slot];
708 edit->set[0].ptr = &assoc_array_ptr_to_shortcut(ptr)->next_node;
749 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0);
824 edit->set[0].ptr = &edit->array->root;
827 edit->set[
[all...]
/linux-master/arch/sh/kernel/
H A Dsignal_32.c159 sigset_t set; local
168 if (__get_user(set.sig[0], &frame->sc.oldmask)
170 && __copy_from_user(&set.sig[1], &frame->extramask,
174 set_current_blocked(&set);
189 sigset_t set; local
198 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
201 set_current_blocked(&set);
269 static int setup_frame(struct ksignal *ksig, sigset_t *set, argument
280 err |= setup_sigcontext(&frame->sc, regs, set
335 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dsignal32.c49 static inline int put_sigset_t(compat_sigset_t __user *uset, sigset_t *set) argument
53 cset.sig[0] = set->sig[0] & 0xffffffffull;
54 cset.sig[1] = set->sig[0] >> 32;
59 static inline int get_sigset_t(sigset_t *set, argument
67 set->sig[0] = s32.sig[0] | (((long)s32.sig[1]) << 32);
186 sigset_t set; local
190 err = get_sigset_t(&set, &sf->uc.uc_sigmask);
192 set_current_blocked(&set);
358 struct pt_regs *regs, sigset_t *set)
383 /* set th
357 compat_setup_sigframe(struct compat_sigframe __user *sf, struct pt_regs *regs, sigset_t *set) argument
403 compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
432 compat_setup_frame(int usig, struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
[all...]
/linux-master/drivers/net/phy/
H A Dbcm54140.c397 u16 mask, set; local
400 set = BCM54140_RDB_MON_CTRL_V_MODE;
404 set |= FIELD_PREP(BCM54140_RDB_MON_CTRL_SEL_MASK,
410 return bcm_phy_modify_rdb(phydev, BCM54140_RDB_MON_CTRL, mask, set);
747 u16 mask, set; local
762 set = BCM54140_RDB_SPARE2_WS_RTRY_DIS;
766 set = FIELD_PREP(BCM54140_RDB_SPARE2_WS_RTRY_LIMIT, cnt - 2);
769 mask, set);
807 u16 mask, set; local
811 set
[all...]
/linux-master/arch/x86/kernel/
H A Dsignal_32.c129 sigset_t set; local
133 if (__get_user(set.sig[0], &frame->sc.oldmask)
134 || __get_user(((__u32 *)&set)[1], &frame->extramask[0]))
137 set_current_blocked(&set);
152 sigset_t set; local
158 if (__get_user(*(__u64 *)&set, (__u64 __user *)&frame->uc.uc_sigmask))
161 set_current_blocked(&set);
225 #define unsafe_put_sigcontext32(sc, fp, regs, set, label) \
227 if (__unsafe_setup_sigcontext32(sc, fp, regs, set->sig[0])) \
233 sigset32_t *set local
304 sigset32_t *set = (sigset32_t *) sigmask_to_save(); local
[all...]
/linux-master/include/linux/
H A Dblk-mq.h162 * only be used if RQF_SPECIAL_PAYLOAD is set, and those cannot be
385 * @tags: Tags owned by the block driver. A tag at this set is only
402 * @nr_active: Number of active requests. Only used when a tag set is
439 * set of hardware queues.
463 * struct blk_mq_tag_set - tag set that can be shared between request queues
475 * @reserved_tags: Number of tags to set aside for BLK_MQ_REQ_RESERVED tag
483 * tag set.
484 * @tags: Tag sets. One tag set per hardware queue. Has @nr_hw_queues
487 * Shared set of tags. Has @nr_hw_queues elements. If set,
[all...]
/linux-master/arch/mips/kvm/
H A Dmsa.S16 .set noreorder
17 .set noat
94 .set push
95 .set noat
110 .set pop
156 * ignored since the set cause bits must remain there for the guest.
/linux-master/drivers/pnp/
H A Dquirks.c34 dev_err(&dev->dev, "couldn't add ioport region to option set "
44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n",
53 unsigned int set = ~0; local
57 * one given) to every dependent option set.
61 pnp_option_set(option) != set) {
62 set = pnp_option_set(option);
85 dev_info(&dev->dev, "set possible IRQs in "
86 "option set %d to 5, 7, 10\n",
94 "DMA channel mask in option set %d "
139 unsigned int set)
138 pnp_clone_dependent_set(struct pnp_dev *dev, unsigned int set) argument
183 unsigned int num_sets, i, set; local
[all...]
/linux-master/arch/s390/kernel/
H A Dcompat_signal.c182 sigset_t set; local
184 if (get_compat_sigset(&set, (compat_sigset_t __user *)frame->sc.oldmask))
186 set_current_blocked(&set);
203 sigset_t set; local
205 if (get_compat_sigset(&set, &frame->uc.uc_sigmask))
207 set_current_blocked(&set);
251 static int setup_frame32(struct ksignal *ksig, sigset_t *set, argument
278 set, sizeof(compat_sigset_t)))
323 /* set extra registers only for synchronous signals */
332 static int setup_rt_frame32(struct ksignal *ksig, sigset_t *set, argument
[all...]
H A Dperf_cpum_cf.c59 static inline int ctr_stcctm(enum cpumf_ctr_set set, u64 range, u64 *dest) argument
61 switch (set) {
86 unsigned char start[PAGE_SIZE]; /* Counter set at event add */
87 unsigned char stop[PAGE_SIZE]; /* Counter set at event delete */
88 unsigned char data[PAGE_SIZE]; /* Counter set at /dev/hwctr */
89 unsigned int sets; /* # Counter set saved in memory */
319 #define CF_DIAG_CTRSET_DEF 0xfeef /* Counter set header mark */
324 * Each counter set starts with an eight byte header consisting of:
326 * - a one byte counter set number
327 * - a two byte counter set siz
348 unsigned int set:16; /* 16-31 Counter set identifier */ member in struct:cf_ctrset_entry
589 int set = CPUMF_CTR_SET_MAX; local
605 validate_ctr_version(const u64 config, enum cpumf_ctr_set set) argument
740 enum cpumf_ctr_set set; local
1526 int set, set_size; local
[all...]
/linux-master/drivers/power/supply/
H A Dtest_power.c528 .set = param_set_ac_online,
533 .set = param_set_usb_online,
538 .set = param_set_battery_status,
543 .set = param_set_battery_present,
548 .set = param_set_battery_technology,
553 .set = param_set_battery_health,
558 .set = param_set_battery_capacity,
563 .set = param_set_battery_voltage,
568 .set = param_set_battery_charge_counter,
573 .set
[all...]
/linux-master/drivers/md/bcache/
H A Dbset.c21 void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned int set) argument
28 pr_err("block %u key %u/%u: ", set,
49 bch_dump_bset(b, b->set[i].data,
50 bset_sector_offset(b, b->set[i].data));
294 struct bset_tree *t = b->set;
319 struct bset_tree *t = b->set;
359 * b->set[0].data is allocated in bch_btree_keys_alloc(), so we
360 * don't have to initiate b->set[].size and b->set[].data here
510 * in one cacheline in t->set (BSET_CACHELIN
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c118 if (asyw->set.ntfy) {
131 .mask = asyw->clr.mask & ~(flush ? 0 : asyw->set.mask),
151 if (asyw->set.sema ) wndw->func->sema_set (wndw, asyw);
152 if (asyw->set.ntfy ) wndw->func->ntfy_set (wndw, asyw);
153 if (asyw->set.image) wndw->func->image_set(wndw, asyw);
155 if (asyw->set.xlut ) {
164 if (asyw->set.csc ) wndw->func->csc_set (wndw, asyw);
165 if (asyw->set.scale) wndw->func->scale_set(wndw, asyw);
166 if (asyw->set.blend) wndw->func->blend_set(wndw, asyw);
167 if (asyw->set
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c47 * When we have signals to deliver, we set up on the user stack,
109 #define unsafe_setup_sigcontext(sc, tsk, signr, set, handler, ctx_has_vsx_region, label)\
111 if (__unsafe_setup_sigcontext(sc, tsk, signr, set, handler, ctx_has_vsx_region))\
115 struct task_struct *tsk, int signr, sigset_t *set,
118 /* When CONFIG_ALTIVEC is set, we _always_ setup v_regs even if the
121 * don't lose the VRSAVE content that may have been set prior to
144 /* set MSR_VEC in the MSR value in the frame to indicate that sc->v_reg)
161 * to this context, except in the specific case below where we set it.
173 /* set MSR_VSX in the MSR value in the frame to
185 if (set !
114 __unsafe_setup_sigcontext(struct sigcontext __user *sc, struct task_struct *tsk, int signr, sigset_t *set, unsigned long handler, int ctx_has_vsx_region) argument
206 setup_tm_sigcontexts(struct sigcontext __user *sc, struct sigcontext __user *tm_sc, struct task_struct *tsk, int signr, sigset_t *set, unsigned long handler, unsigned long msr) argument
337 __unsafe_restore_sigcontext(struct task_struct *tsk, sigset_t *set, int sig, struct sigcontext __user *sc) argument
660 sigset_t set; local
748 sigset_t set; local
857 handle_rt_signal64(struct ksignal *ksig, sigset_t *set, struct task_struct *tsk) argument
[all...]
/linux-master/drivers/usb/dwc3/
H A Dep0.c104 * In that case, we will set DWC3_EP_PENDING_REQUEST. When that
105 * flag is set, it's telling us that as soon as Gadget queues the
161 * the wire, with the TRB's status set to "SETUP_PENDING". Such status
354 * LTM will be set once we know how to set this in HW.
404 int set)
413 if (set && dwc->dis_u1_entry_quirk)
417 if (set)
427 int set)
437 if (set
403 dwc3_ep0_handle_u1(struct dwc3 *dwc, enum usb_device_state state, int set) argument
426 dwc3_ep0_handle_u2(struct dwc3 *dwc, enum usb_device_state state, int set) argument
450 dwc3_ep0_handle_test(struct dwc3 *dwc, enum usb_device_state state, u32 wIndex, int set) argument
474 dwc3_ep0_handle_device(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) argument
516 dwc3_ep0_handle_intf(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) argument
535 dwc3_ep0_handle_endpoint(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) argument
569 dwc3_ep0_handle_feature(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) argument
[all...]
/linux-master/fs/proc/
H A Dproc_sysctl.c78 .set = &sysctl_table_root.default_set,
186 struct ctl_table_root *root, struct ctl_table_set *set,
197 head->set = set;
336 struct ctl_table_set *set = &root->default_set; local
338 set = root->lookup(root);
339 return set;
892 struct ctl_table_set *set = p->set; local
897 else if (!set
185 init_header(struct ctl_table_header *head, struct ctl_table_root *root, struct ctl_table_set *set, struct ctl_node *node, struct ctl_table *table, size_t table_size) argument
945 new_dir(struct ctl_table_set *set, const char *name, int namelen) argument
985 struct ctl_table_set *set = dir->header.set; local
1032 xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) argument
1050 struct ctl_table_set *set; local
1348 __register_sysctl_table( struct ctl_table_set *set, const char *path, struct ctl_table *table, size_t table_size) argument
1525 setup_sysctl_set(struct ctl_table_set *set, struct ctl_table_root *root, int (*is_seen)(struct ctl_table_set *)) argument
1534 retire_sysctl_set(struct ctl_table_set *set) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S91 mov r0, #25 @ set service ID for PPA
93 mov r1, #0 @ set task id for ROM code in r1
94 mov r2, #4 @ set some flags in r2, r6
121 * - only the minimum set of functions gets copied to internal SRAM at boot
412 mov r0, #40 @ set service ID for PPA
414 mov r1, #0 @ set task id for ROM code in r1
415 mov r2, #4 @ set some flags in r2, r6
420 /* Write to Aux control register to set some bits */
421 mov r0, #42 @ set service ID for PPA
423 mov r1, #0 @ set tas
[all...]
/linux-master/arch/alpha/kernel/
H A Dsignal.c201 a given sigcontext. This because it's impossible to set *all*
208 sigset_t set; local
213 if (__get_user(set.sig[0], &sc->sc_mask))
216 set_current_blocked(&set);
236 sigset_t set; local
241 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
244 set_current_blocked(&set);
329 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
339 err |= setup_sigcontext(&frame->sc, regs, set
374 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_sched_wakeup.c102 static int wakeup_display_graph(struct trace_array *tr, int set) argument
104 if (!(is_graph(tr) ^ set))
107 stop_func_tracer(tr, !set);
112 return start_func_tracer(tr, set);
232 static int register_wakeup_function(struct trace_array *tr, int graph, int set) argument
236 /* 'set' is set if TRACE_ITER_FUNCTION is about to be set */
237 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION)))
264 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) argument
276 register_wakeup_function(struct trace_array *tr, int graph, int set) argument
281 wakeup_function_set(struct trace_array *tr, u32 mask, int set) argument
313 wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) argument
[all...]

Completed in 583 milliseconds

<<11121314151617181920>>