Searched refs:target (Results 401 - 425 of 1566) sorted by path

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c120 * @remote: PF/VF identifier of the origin (or target) of the relay
185 static u32 prepare_pf2guc(u32 *msg, u32 target, u32 rid) argument
190 msg[1] = FIELD_PREP(PF2GUC_RELAY_TO_VF_REQUEST_MSG_1_VFID, target);
255 relay_new_transaction(struct xe_guc_relay *relay, u32 target, const u32 *action, u32 len, argument
260 return __relay_get_transaction(relay, false, target, rid, action, len, resp, resp_size);
477 static int relay_send_to(struct xe_guc_relay *relay, u32 target, argument
491 txn = relay_new_transaction(relay, target, msg, len, buf, buf_size);
518 * @target: target VF number
529 int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, argument
[all...]
H A Dxe_guc_relay.h22 int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target,
26 static inline int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, argument
/linux-master/drivers/gpu/host1x/
H A Djob.c158 reloc->target.bo = host1x_bo_get(reloc->target.bo);
159 if (!reloc->target.bo) {
164 bo = reloc->target.bo;
289 reloc->target.offset) >> reloc->shift;
290 u32 *target; local
297 target = (u32 *)job->gather_copy_mapped +
312 target = cmdbuf_addr + reloc->cmdbuf.offset;
314 *target = reloc_addr;
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile61 $(Q)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
/linux-master/drivers/hid/bpf/progs/
H A DMakefile59 $(Q)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
/linux-master/drivers/hid/
H A Dhid-multitouch.c675 __s32 **target; local
687 target = (__s32 **)((char *)usage + offset);
690 if (*target != DEFAULT_TRUE &&
691 *target != DEFAULT_FALSE &&
692 *target != DEFAULT_ZERO) {
704 target = (__s32 **)((char *)usage + offset);
707 *target = value;
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid.c60 rqst.target_id = shid->uid.target;
125 rqst.target_id = shid->uid.target;
143 rqst.target_id = shid->uid.target;
212 shid->notif.event.reg = SSAM_EVENT_REGISTRY_REG(sdev->uid.target);
H A Dsurface_kbd.c41 rqst.target_id = shid->uid.target;
71 rqst.target_id = shid->uid.target;
89 rqst.target_id = shid->uid.target;
129 * Check against device UID manually, as registry and device target
136 if (shid->uid.target != event->target_id)
253 shid->uid.target = SSAM_SSH_TID_KIP;
/linux-master/drivers/hwmon/
H A Dcoretemp.c579 * The target temperature is available on older CPUs but not in the
728 int target; local
746 * target cpu of that core interface to it.
748 target = cpumask_any_and(&pd->cpumask, topology_sibling_cpumask(cpu));
749 if (target >= nr_cpu_ids) {
753 tdata->cpu = target;
770 * Check whether this core is the target for the package
774 target = cpumask_first(&pd->cpumask);
776 tdata->cpu = target;
H A Dcorsair-cpro.c69 * set target rpm
71 * send: byte 2-3 is target
87 int target[6]; member in struct:ccp_device
194 ccp->target[channel] = -ENODATA;
205 ccp->target[channel] = val;
264 /* how to read target values from the device is unknown */
266 if (ccp->target[channel] < 0)
268 *val = ccp->target[channel];
456 ccp->target[channel] = -ENODATA;
H A Df71882fg.c1136 int target, full_speed; local
1139 target = fan_to_reg(val * fan_from_reg(full_speed) / 255);
1140 f71882fg_write16(data, F71882FG_REG_FAN_TARGET(nr), target);
1141 data->fan_target[nr] = target;
H A Dmax6620.c142 u16 target[4]; member in struct:max6620_data
193 data->target[i] = (ret << 3) & 0x7f8;
197 data->target[i] |= (ret >> 5) & 0x7;
269 val1 = (data->target[channel] >> 3) & 0xff;
270 val2 = (data->target[channel] << 5) & 0xe0;
301 if (data->target[channel] == 0) {
305 *val = max6620_fan_tach_to_rpm(div, data->target[channel]);
H A Dnct6775-core.c2978 * A fan speed tolerance only makes sense if a fan target speed has been
2988 int target, tolerance = 0; local
2993 target = data->target_speed[nr];
2995 if (target) {
2996 int low = target - data->target_speed_tolerance[nr];
2997 int high = target + data->target_speed_tolerance[nr];
/linux-master/drivers/hwmon/peci/
H A Dcputemp.c61 struct peci_temp_target target; member in struct:peci_cputemp::__anon89
93 if (!peci_sensor_need_update(&priv->temp.target.state))
100 priv->temp.target.tjmax =
105 priv->temp.target.tcontrol = priv->temp.target.tjmax - tcontrol_margin;
108 priv->temp.target.tthrottle = priv->temp.target.tjmax - tthrottle_offset;
110 peci_sensor_mark_updated(&priv->temp.target.state);
119 mutex_lock(&priv->temp.target.state.lock);
127 *val = priv->temp.target
[all...]
/linux-master/drivers/hwmon/pmbus/
H A Dmp2975.c396 u8 target, mask; local
409 target = word & 0xff;
432 switch (target) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c489 link_info.target = tc->con_dev;
507 link_info.target = tc->con_dev;
H A Dcoresight-priv.h148 struct coresight_device *target);
H A Dcoresight-sysfs.c464 if (!info->orig || !info->target ||
467 if (!info->orig->has_conns_grp || !info->target->has_conns_grp)
470 /* first link orig->target */
473 &info->target->dev.kobj,
478 /* second link target->orig */
479 ret = sysfs_add_link_to_group(&info->target->dev.kobj,
491 info->target->nr_links++;
502 if (!info->orig || !info->target ||
510 sysfs_remove_link_from_group(&info->target->dev.kobj,
515 info->target
534 coresight_make_links(struct coresight_device *orig, struct coresight_connection *conn, struct coresight_device *target) argument
[all...]
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c654 "filter update fifo overflow for target %s\n",
1386 int target, src; local
1395 target = cpumask_any_but(cpumask_of_node(dev_to_node(&hisi_ptt->pdev->dev)), cpu);
1396 if (target >= nr_cpu_ids) {
1401 perf_pmu_migrate_context(&hisi_ptt->hisi_ptt_pmu, src, target);
1407 if (irq_set_affinity(hisi_ptt->trace_irq, cpumask_of(target)))
1410 hisi_ptt->trace_ctrl.on_cpu = target;
/linux-master/drivers/i2c/busses/
H A Di2c-octeon-core.c297 * @target: Target address
306 static int octeon_i2c_read(struct octeon_i2c *i2c, int target, argument
312 octeon_i2c_data_write(i2c, (target << 1) | 1);
366 * @target: Target address
374 static int octeon_i2c_write(struct octeon_i2c *i2c, int target, argument
379 octeon_i2c_data_write(i2c, target << 1);
/linux-master/drivers/iio/light/
H A Dlm3533-als.c145 dev_err(&indio_dev->dev, "failed to get target current\n");
166 dev_err(&indio_dev->dev, "failed to set target current\n");
175 u8 target; local
182 ret = lm3533_als_get_target(indio_dev, channel, zone, &target);
186 *val = target;
H A Dtsl2772.c1361 static int tsl2772_device_id_verif(int id, int target) argument
1363 switch (target) {
/linux-master/drivers/infiniband/core/
H A Dnldev.c2042 unsigned long *target; local
2050 target = kcalloc(BITS_TO_LONGS(stats->num_counters),
2052 if (!target)
2064 set_bit(index, target);
2071 ret = rdma_counter_modify(device, port, i, test_bit(i, target));
2077 kfree(target);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c11116 static int set_vl_weights(struct hfi1_pportdata *ppd, u32 target, argument
11158 write_csr(dd, target + (i * 8), reg);
H A Ddebugfs.c726 size_t count, loff_t *ppos, u32 target)
749 total_written = i2c_write(ppd, target, i2c_addr, offset, buff, count);
780 size_t count, loff_t *ppos, u32 target)
803 total_read = i2c_read(ppd, target, i2c_addr, offset, buff, count);
840 size_t count, loff_t *ppos, u32 target)
856 total_written = qsfp_write(ppd, target, *ppos, buff, count);
887 size_t count, loff_t *ppos, u32 target)
907 total_read = qsfp_read(ppd, target, *ppos, buff, count);
943 static int __i2c_debugfs_open(struct inode *in, struct file *fp, u32 target) argument
949 return acquire_chip_resource(ppd->dd, i2c_target(target),
725 __i2c_debugfs_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos, u32 target) argument
779 __i2c_debugfs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos, u32 target) argument
839 __qsfp_debugfs_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos, u32 target) argument
886 __qsfp_debugfs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos, u32 target) argument
962 __i2c_debugfs_release(struct inode *in, struct file *fp, u32 target) argument
983 __qsfp_debugfs_open(struct inode *in, struct file *fp, u32 target) argument
1002 __qsfp_debugfs_release(struct inode *in, struct file *fp, u32 target) argument
[all...]

Completed in 316 milliseconds

<<11121314151617181920>>