Searched refs:target (Results 301 - 325 of 1575) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c125 void arm_smmu_make_sva_cd(struct arm_smmu_cd *target, argument
131 memset(target, 0, sizeof(*target));
137 target->data[0] = cpu_to_le64(
157 target->data[0] |= cpu_to_le64(
167 target->data[1] = cpu_to_le64(virt_to_phys(mm->pgd) &
170 target->data[0] |= cpu_to_le64(CTXDESC_CD_0_TCR_EPD0);
178 target->data[0] &=
186 target->data[3] = cpu_to_le64(read_sysreg(mair_el1));
319 struct arm_smmu_cd target; local
424 struct arm_smmu_cd target; local
[all...]
/linux-master/net/vmw_vsock/
H A Dvmci_transport_notify.c339 size_t target, bool *data_ready_now)
343 if (vsock_stream_has_data(vsk) >= target) {
363 size_t target, bool *space_avail_now)
393 size_t target,
404 if (PKT_FIELD(vsk, write_notify_min_window) < target + 1) {
405 PKT_FIELD(vsk, write_notify_min_window) = target + 1;
429 size_t target,
435 if (!send_waiting_read(sk, target)) {
455 size_t target,
475 size_t target,
338 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) argument
362 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) argument
391 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
427 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
453 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
473 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dvio.c211 u64 target; local
213 target = mdesc_arc_target(hp, a);
214 cfg_handle = mdesc_get_property(hp, target,
261 u64 target; local
263 target = mdesc_arc_target(hp, a);
265 irq = mdesc_get_property(hp, target, "tx-ino", NULL);
269 irq = mdesc_get_property(hp, target, "rx-ino", NULL);
273 chan_id = mdesc_get_property(hp, target, "id", NULL);
477 u64 target = mdesc_arc_target(hp, a); local
478 const char *name = mdesc_node_name(hp, target);
[all...]
/linux-master/fs/sysfs/
H A Dgroup.c409 * @target: The target kobject of the symlink to create.
413 struct kobject *target, const char *link_name)
422 error = sysfs_create_link_sd(parent, target, link_name);
452 * @target_kobj: The target kobject.
453 * @target_name: The name of the target group or attribute.
462 struct kernfs_node *target; local
472 target = target_kobj->sd;
473 if (target)
474 kernfs_get(target);
412 sysfs_add_link_to_group(struct kobject *kobj, const char *group_name, struct kobject *target, const char *link_name) argument
[all...]
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-byteproc.c286 (s->target == V4L2_SEL_TGT_CROP ||
287 s->target == V4L2_SEL_TGT_CROP_BOUNDS ||
288 s->target == V4L2_SEL_TGT_CROP_DEFAULT))
292 (s->target == V4L2_SEL_TGT_COMPOSE ||
293 s->target == V4L2_SEL_TGT_COMPOSE_BOUNDS ||
294 s->target == V4L2_SEL_TGT_COMPOSE_DEFAULT))
301 switch (s->target) {
339 if ((s->target == V4L2_SEL_TGT_CROP ||
340 s->target == V4L2_SEL_TGT_CROP_BOUNDS ||
341 s->target
[all...]
/linux-master/drivers/md/
H A DMakefile6 dm-mod-y += dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \
21 dm-cache-y += dm-cache-target.o dm-cache-metadata.o dm-cache-policy.o \
24 dm-ebs-y += dm-ebs-target.o
25 dm-era-y += dm-era-target.o
26 dm-clone-y += dm-clone-target.o dm-clone-metadata.o
27 dm-verity-y += dm-verity-target.o
28 dm-zoned-y += dm-zoned-target.o dm-zoned-metadata.o dm-zoned-reclaim.o
/linux-master/drivers/macintosh/
H A Dwindfarm_pm72.c262 wf_control_get(cpu_rear_fans[cpu], &sp->target);
264 DBG_LOTS(" CPU%d: cur_target = %d RPM\n", cpu, sp->target);
283 DBG_LOTS(" CPU%d: target = %d RPM\n", cpu, sp->target);
286 err = wf_control_set(cpu_rear_fans[cpu], sp->target);
295 intake = (sp->target * CPU_INTAKE_SCALE) >> 16;
318 wf_control_get(cpu_rear_fans[0], &sp->target);
320 DBG_LOTS(" CPUs: cur_target = %d RPM\n", sp->target);
351 intake = (sp->target * CPU_INTAKE_SCALE) >> 16;
360 pump = (sp->target * wf_control_get_ma
[all...]
/linux-master/tools/perf/
H A Dbuiltin-probe.c47 char *target; member in struct:__anon415
65 if (params->target) {
66 pev->target = strdup(params->target);
67 if (!pev->target)
115 if (!params->target && ptr && *ptr == '/') {
116 params->target = strdup(ptr);
117 if (!params->target)
193 free(params->target);
194 params->target
[all...]
H A Dbuiltin-stat.c65 #include "util/target.h"
109 static struct target target = { variable in typeref:struct:target
351 if (!target__has_cpu(&target) || target__has_per_thread(&target))
463 if (!target__enable_on_exec(&target)) {
479 if (!target__none(&target)) {
505 static bool is_target_alive(struct target *_target,
587 child_exited = !is_target_alive(&target, evsel_list->core.threads) ? 1 : 0;
636 } else if (evsel__fallback(counter, &target, errn
[all...]
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-sram.c32 flexcop_sram_dest_target_t target)
37 if (fc->rev != FLEXCOP_III && target == FC_SRAM_DEST_TARGET_FC3_CA) {
38 err("SRAM destination target to available on FlexCopII(b)\n");
41 deb_sram("sram dest: %x target: %x\n", dest, target);
44 v.sram_dest_reg_714.NET_Dest = target;
46 v.sram_dest_reg_714.CAI_Dest = target;
48 v.sram_dest_reg_714.CAO_Dest = target;
50 v.sram_dest_reg_714.MEDIA_Dest = target;
31 flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, flexcop_sram_dest_target_t target) argument
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ring.c197 struct i915_request *target; local
204 list_for_each_entry(target, &tl->requests, link) {
205 if (target->ring != ring)
209 if (bytes <= __intel_ring_space(target->postfix,
214 if (GEM_WARN_ON(&target->link == &tl->requests))
217 timeout = i915_request_wait(target,
223 i915_request_retire_upto(target);
/linux-master/drivers/platform/surface/aggregator/
H A Dbus.c27 sdev->uid.domain, sdev->uid.category, sdev->uid.target,
46 sdev->uid.target, sdev->uid.instance,
97 sdev->uid.domain, sdev->uid.category, sdev->uid.target,
194 if ((id->match_flags & SSAM_MATCH_TARGET) && id->target != uid.target)
221 id->target == 0 &&
405 uid->target = tid;
/linux-master/drivers/nfc/microread/
H A Dmicroread.c301 struct nfc_target *target, u8 comm_mode,
307 r = nfc_hci_get_param(hdev, target->hci_reader_gate,
320 r = nfc_dep_link_is_up(hdev->ndev, target->idx, comm_mode,
335 struct nfc_target *target)
339 target->supported_protocols = NFC_PROTO_NFC_DEP_MASK;
350 struct nfc_target *target)
398 struct nfc_target *target,
406 pr_info("data exchange to gate 0x%x\n", target->hci_reader_gate);
408 if (target->hci_reader_gate == MICROREAD_GATE_ID_P2P_INITIATOR) {
411 return nfc_hci_send_event(hdev, target
300 microread_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) argument
334 microread_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) argument
348 microread_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) argument
397 microread_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) argument
[all...]
/linux-master/arch/arm/kernel/
H A Dptrace.c544 static int gpr_get(struct task_struct *target, argument
548 return membuf_write(&to, task_pt_regs(target), sizeof(struct pt_regs));
551 static int gpr_set(struct task_struct *target, argument
557 struct pt_regs newregs = *task_pt_regs(target);
568 *task_pt_regs(target) = newregs;
572 static int fpa_get(struct task_struct *target, argument
576 return membuf_write(&to, &task_thread_info(target)->fpstate,
580 static int fpa_set(struct task_struct *target, argument
585 struct thread_info *thread = task_thread_info(target);
611 static int vfp_get(struct task_struct *target, argument
631 vfp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
/linux-master/drivers/scsi/
H A Desp_scsi.c240 esp->target[i].esp_config3 = val;
304 esp->prev_cfg3 = esp->target[0].esp_config3;
317 u8 cfg3 = esp->target[0].esp_config3;
324 u32 cfg3 = esp->target[0].esp_config3;
329 esp->prev_cfg3 = esp->target[0].esp_config3;
345 (esp->target[0].esp_config3 |
347 esp->prev_cfg3 = esp->target[0].esp_config3;
498 u8 val = esp->target[tgt].esp_config3;
509 u8 off = esp->target[tgt].esp_offset;
510 u8 per = esp->target[tg
554 struct scsi_target *target = tp->starget; local
561 struct scsi_target *target = tp->starget; local
1143 int target, lun; local
2698 esp_set_offset(struct scsi_target *target, int offset) argument
2711 esp_set_period(struct scsi_target *target, int period) argument
2721 esp_set_width(struct scsi_target *target, int width) argument
[all...]
/linux-master/arch/um/drivers/
H A Dmconsole_user.c181 struct sockaddr_un target; local
199 target.sun_family = AF_UNIX;
200 strcpy(target.sun_path, sock_name);
211 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target,
212 sizeof(target));
/linux-master/include/net/nfc/
H A Dhci.h29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target,
33 struct nfc_target *target);
35 struct nfc_target *target);
37 struct nfc_target *target, struct sk_buff *skb,
41 struct nfc_target *target);
H A Dnfc.h38 * When a rx or tx package is lost or corrupted or the target gets out
54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target,
57 int (*activate_target)(struct nfc_dev *dev, struct nfc_target *target,
60 struct nfc_target *target, u8 mode);
61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target,
65 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target);
83 * struct nfc_target - NFC target descriptiom
85 * @sens_res: 2 bytes describing the target SENS_RES response, if the target
/linux-master/tools/perf/util/
H A Dsynthetic-events.h27 struct target;
82 struct target *target, struct perf_thread_map *threads,
85 int machine__synthesize_threads(struct machine *machine, struct target *target,
/linux-master/fs/squashfs/
H A Dxattr.c116 char *target = kmalloc(name_len, GFP_KERNEL); local
118 if (target == NULL)
137 err = squashfs_read_metadata(sb, target, &start,
146 strncmp(target, name, name_size) == 0) {
198 kfree(target);
/linux-master/samples/seccomp/
H A Duser-trap.c111 char path[PATH_MAX], source[PATH_MAX], target[PATH_MAX]; local
175 ret = read(mem, target, sizeof(target));
186 if (!strncmp(source, "/tmp/", 5) && !strncmp(target, "/tmp/", 5)) {
187 if (mount(source, target, NULL, req->data.args[3], NULL) < 0) {
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_mem.c72 xfs_buftarg_drain(xfbt->target);
95 error = xfs_buf_get(xfbt->target, xfbno_to_daddr(bno), XFBNO_BBSIZE,
136 xfbt->target = btp;
157 xfs_buftarg_drain(xfbt->target);
244 if (bp->b_target != xfbt->target)
/linux-master/fs/crypto/
H A Dhooks.c218 * @target: plaintext symlink target
219 * @len: length of @target excluding null terminator
220 * @max_len: space the filesystem has available to store the symlink target
221 * @disk_link: (out) the on-disk symlink target being prepared
223 * This function computes the size the symlink target will require on-disk,
227 * Additionally, @disk_link->name is set to @target if the symlink will be
230 * on-disk target later. (The reason for the two-step process is that some
231 * filesystems need to know the size of the symlink target before creating the
234 * Return: 0 on success, -ENAMETOOLONG if the symlink target i
238 fscrypt_prepare_symlink(struct inode *dir, const char *target, unsigned int len, unsigned int max_len, struct fscrypt_str *disk_link) argument
283 __fscrypt_encrypt_symlink(struct inode *inode, const char *target, unsigned int len, struct fscrypt_str *disk_link) argument
[all...]
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c168 /* Compute the 28-bit jump target address from a BPF program location */
172 unsigned long pc = (unsigned long)&ctx->target[ctx->jit_index];
173 unsigned long addr = (unsigned long)&ctx->target[index];
175 if (!ctx->target)
580 int target = ctx->bpf_index + bpf_off + 1; local
583 offset = (INDEX(ctx->descriptors[target]) -
687 int target = get_target(ctx, ctx->bpf_index + bpf_off + 1); local
689 if (target < 0)
691 emit(ctx, j, target);
828 int target local
840 int target = get_target(ctx, ctx->program->len); local
[all...]
/linux-master/security/apparmor/
H A Ddomain.c271 * @target: label to transition to (NOT NULL)
284 struct aa_label *target, bool stack,
295 return label_match(profile, target, stack, start, true, request, perms);
550 * x_to_label - get target label for a given xindex
640 const char *info = NULL, *name = NULL, *target = NULL; local
678 new = x_to_label(profile, bprm, name, perms.xindex, &target,
723 target, new,
861 "failed to build target label", -ENOMEM));
1024 info = "conflicting target types";
1099 info = "target no
283 change_profile_perms(struct aa_profile *profile, struct aa_label *target, bool stack, u32 request, aa_state_t start, struct aa_perms *perms) argument
1181 struct aa_label *label, *previous, *new = NULL, *target = NULL; local
1290 change_profile_perms_wrapper(const char *op, const char *name, const struct cred *subj_cred, struct aa_profile *profile, struct aa_label *target, bool stack, u32 request, struct aa_perms *perms) argument
1331 struct aa_label *label, *new = NULL, *target = NULL; local
[all...]

Completed in 284 milliseconds

<<11121314151617181920>>