Searched refs:set (Results 451 - 475 of 2145) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vip.c146 * format are set to the given media bus format. The new format size is stored
160 * xvip_clr_or_set - Clear or set the register with a bitmask
163 * @mask: bitmask to be set or cleared
164 * @set: boolean flag indicating whether to set or clear
166 * Clear or set the register at address @addr with a bitmask @mask depending on
167 * the boolean flag @set. When the flag @set is true, the bitmask is set in
169 * when the flag @set i
176 xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set) argument
196 xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set) argument
[all...]
/linux-master/drivers/ufs/core/
H A Dufs-fault-injection.c15 .set = ufs_fault_set,
/linux-master/tools/tracing/rtla/src/
H A Dutils.h61 int parse_cpu_set(char *cpu_list, cpu_set_t *set);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal2_scratch.c49 * @set: is bit set?
53 int *set)
64 *set = !!(mask & val);
70 * mv88e6xxx_g2_scratch_set_bit - set (or clear) a bit
74 * @set: should this bit be set?
80 int set)
91 if (set)
122 * mv88e6352_g2_scratch_gpio_set_data - set dat
51 mv88e6xxx_g2_scratch_get_bit(struct mv88e6xxx_chip *chip, int base_reg, unsigned int offset, int *set) argument
78 mv88e6xxx_g2_scratch_set_bit(struct mv88e6xxx_chip *chip, int base_reg, unsigned int offset, int set) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_interface_bpf.c103 .set = &xfrm_ifc_kfunc_set,
/linux-master/net/netfilter/
H A Dnf_nat_bpf.c63 .set = &nf_nat_kfunc_set,
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.h15 int parse_num_list(const char *s, bool **set, int *set_len);
/linux-master/arch/x86/boot/compressed/
H A Dident_map_64.c4 * demand by building up a new set of page tables (or appending to the
155 * New page-table is set up - map the kernel image, boot_params and the
257 pteval_t set, pteval_t clr)
299 if ((set | clr) & _PAGE_ENC) {
312 pte = pte_set_flags(pte, set);
317 * If the encryption attribute is being set, then change the page state to
321 if (set & _PAGE_ENC)
376 * - Reserved bits set
255 set_clr_page_flags(struct x86_mapping_info *info, unsigned long address, pteval_t set, pteval_t clr) argument
/linux-master/arch/arm64/include/asm/
H A Dfpsimd.h36 unsigned long set = CPACR_EL1_FPEN_EL1EN | CPACR_EL1_ZEN_EL1EN; local
38 write_sysreg(old | set, cpacr_el1);
46 unsigned long set = CPACR_EL1_FPEN_EL1EN | CPACR_EL1_SMEN_EL1EN; local
48 write_sysreg(old | set, cpacr_el1);
/linux-master/lib/
H A Ddhry_run.c20 .set = dhry_run_set,
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S29 .set noat
33 .set at
111 sd t0, PT_R7(sp) # set error flag
163 li t0, 1 # set error flag
/linux-master/net/ipv4/
H A Dfou_bpf.c38 * dst ports. If sport is set to 0 the kernel will auto-assign a
110 .set = &fou_kfunc_set,
/linux-master/fs/efivarfs/
H A Dinternal.h51 unsigned long *size, void *data, bool *set);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_mmio.h30 u32 xe_mmio_rmw32(struct xe_gt *gt, struct xe_reg reg, u32 clr, u32 set);
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-queue.c207 struct ipu6_fw_isys_frame_buff_set_abi *set)
211 set->output_pins[aq->fw_output].addr =
213 set->output_pins[aq->fw_output].out_buf_id = vb->index + 1;
217 * Convert a buffer list to a isys fw ABI framebuffer set. The
222 ipu6_isys_buf_to_fw_frame_buf(struct ipu6_fw_isys_frame_buff_set_abi *set, argument
230 set->send_irq_sof = 1;
231 set->send_resp_sof = 1;
232 set->send_irq_eof = 0;
233 set->send_resp_eof = 0;
236 set
206 ipu6_isys_buf_to_fw_frame_buf_pin(struct vb2_buffer *vb, struct ipu6_fw_isys_frame_buff_set_abi *set) argument
[all...]
H A Dipu6-isys-queue.h68 ipu6_isys_buf_to_fw_frame_buf(struct ipu6_fw_isys_frame_buff_set_abi *set,
/linux-master/arch/powerpc/include/asm/
H A Dio.h59 /* Boolean set by platform if PIO accesses are suppored while _IO_BASE
60 * is not set or addresses cannot be translated to MMIO. This is typically
61 * set when the platform supports "special" PIO accesses via a non memory
265 * or CONFIG_PPC_INDIRECT_PIO are set allowing the platform to provide its
282 * When CONFIG_PPC_INDIRECT_MMIO is set, the platform can provide hooks
299 * CONFIG_PPC_INDIRECT_MMIO is set, thus be careful when you use that
911 * When CONFIG_PPC_INDIRECT_PIO is set, we use the generic iomap implementation
1020 /* Clear and set bits in one shot. These macros can be used to clear and
1021 * set multiple bits in a register using a single read-modify-write. These
1022 * macros can also be used to set
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_de.h91 u32 clear, u32 set)
93 return intel_uncore_rmw(__to_uncore(display), reg, clear, set);
99 u32 set)
105 val = __intel_de_rmw_nowl(display, reg, clear, set);
90 ____intel_de_rmw_nowl(struct intel_display *display, i915_reg_t reg, u32 clear, u32 set) argument
98 __intel_de_rmw(struct intel_display *display, i915_reg_t reg, u32 clear, u32 set) argument
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-trace.h98 TP_PROTO(int set),
99 TP_ARGS(set),
101 __field(int, set)
104 __entry->set = set;
106 TP_printk("%s", __entry->set ? "enabled" : "disabled")
110 TP_PROTO(int set),
111 TP_ARGS(set)
115 TP_PROTO(int set),
116 TP_ARGS(set)
[all...]
/linux-master/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_gpio.c64 unsigned int bitpos, bool set)
69 if (set)
171 static void pci1xxxx_gpio_irq_set_mask(struct irq_data *data, bool set) argument
178 if (!set)
181 pci1xxx_assign_bit(priv->reg_base, INTR_MASK_OFFSET(gpio), (gpio % 32), set);
183 if (set)
345 gchip->set = pci1xxxx_gpio_set;
63 pci1xxx_assign_bit(void __iomem *base_addr, unsigned int reg_offset, unsigned int bitpos, bool set) argument
/linux-master/arch/xtensa/kernel/
H A Dsignal.c252 sigset_t set; local
266 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
269 set_current_blocked(&set);
342 static int setup_frame(struct ksignal *ksig, sigset_t *set, argument
387 err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set));
/linux-master/fs/afs/
H A Dvl_rotate.c97 unsigned long set, failed; local
257 set = READ_ONCE(alist->responded);
261 _debug("%lx-%lx-%lx,%d", set, failed, vc->addr_tried, vc->addr_index);
263 set &= ~(failed | vc->addr_tried);
265 if (!set)
268 if (!test_bit(vc->addr_index, &set))
269 vc->addr_index = __ffs(set);
/linux-master/include/linux/
H A Dvirtio_config.h25 * any of @get/@set, @get_status/@set_status, or @get_features/
33 * @set: write the value of a configuration field
81 * @set_vq_affinity: set the affinity for a virtqueue (optional).
94 * If disable_vq_and_reset is set, then enable_vq_after_reset must also be
95 * set.
102 void (*set)(struct virtio_device *vdev, unsigned offset, member in struct:virtio_config_ops
153 * __virtio_set_bit - helper to set feature bits. For use by transports.
296 * memory write that set vq->broken as false which is done by
317 * Pay attention the function are best-effort: the affinity hint may not be set
434 vdev->config->set((vde
[all...]
/linux-master/arch/riscv/kernel/
H A Dsignal.c236 sigset_t set; local
247 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
250 set_current_blocked(&set);
321 static int setup_rt_frame(struct ksignal *ksig, sigset_t *set, argument
340 err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set));
/linux-master/drivers/md/bcache/
H A Dbset.h68 * into the last (unwritten) set, most of the keys within a given btree node are
73 * set; they index one key every BSET_CACHELINE bytes, and then a linear search
89 * (we don't want to fetch the key from the set, that would defeat the purpose),
93 * search tree corresponds to precisely BSET_CACHELINE bytes in the set. We have
138 * don't want to be constantly rebuilding the search tree for the last set
139 * whenever we insert another key into it. For the unwritten set, we use a much
141 * corresponds to the i range of BSET_CACHELINE bytes in the set. Indexing
171 /* copy of the last key in the set */
185 /* The actual btree node, with pointers to each sorted set */
227 * set[
231 struct bset_tree set[MAX_BSETS]; member in struct:btree_keys
[all...]

Completed in 430 milliseconds

<<11121314151617181920>>