Searched refs:partid (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/misc/sgi-xp/
H A Dxp.h185 * partid - partition ID associated with condition.
204 typedef void (*xpc_channel_func) (enum xp_retval reason, short partid,
215 * partid - partition ID associated with condition.
229 typedef void (*xpc_notify_func) (enum xp_retval reason, short partid,
288 xpc_send(short partid, int ch_number, u32 flags, void *payload, argument
294 return xpc_interface.send(partid, ch_number, flags, payload,
299 xpc_send_notify(short partid, int ch_number, u32 flags, void *payload, argument
305 return xpc_interface.send_notify(partid, ch_number, flags, payload,
310 xpc_received(short partid, int ch_number, void *payload) argument
313 xpc_interface.received(partid, ch_numbe
317 xpc_partid_to_nasids(short partid, void *nasids) argument
[all...]
H A Dxpc_main.c217 short partid; local
220 for (partid = 0; partid < xp_max_npartitions; partid++) {
225 if (partid == xp_partition_id)
228 part = &xpc_partitions[partid];
395 short partid = XPC_PARTID(part); local
436 ch->partid = partid;
523 short partid local
576 short partid = XPC_PARTID(part); local
673 short partid = XPC_UNPACK_ARG1(args); local
840 short partid; local
889 short partid; local
939 short partid; local
1079 short partid; local
[all...]
H A Dxpc_channel.c71 ch->number, ch->partid);
82 struct xpc_partition *part = &xpc_partitions[ch->partid];
103 if (xpc_arch_ops.partition_engaged(ch->partid))
161 "reason=%d\n", ch->number, ch->partid, ch->reason);
211 "from partid=%d, channel=%d\n", args->reason,
212 ch->partid, ch->number);
285 dev_dbg(xpc_chan, "XPC_CHCTL_CLOSEREPLY received from partid="
286 "%d, channel=%d\n", ch->partid, ch->number);
319 "local_nentries=%d) received from partid=%d, "
321 ch->partid, c
657 short partid; local
710 short partid; local
872 xpc_initiate_send(short partid, int ch_number, u32 flags, void *payload, u16 payload_size) argument
923 xpc_initiate_send_notify(short partid, int ch_number, u32 flags, void *payload, u16 payload_size, xpc_notify_func func, void *key) argument
998 xpc_initiate_received(short partid, int ch_number, void *payload) argument
[all...]
H A Dxpc_uv.c53 short partid; local
56 for (partid = 0; partid < XP_MAX_NPARTITIONS_UV; partid++) {
57 part_uv = &xpc_partitions[partid].sn.uv;
69 short partid; local
73 for (partid = 0; partid < XP_MAX_NPARTITIONS_UV; partid++) {
74 part_uv = &xpc_partitions[partid]
304 short partid; local
555 short partid; local
742 xpc_allow_hb_uv(short partid) argument
747 xpc_disallow_hb_uv(short partid) argument
815 short partid = remote_rp->SAL_partid; local
1216 xpc_assume_partition_disengaged_uv(short partid) argument
1227 xpc_partition_engaged_uv(short partid) argument
1236 short partid; local
1397 short partid; local
[all...]
H A Dxpnet.c128 * The partid is encapsulated in the MAC address beginning in the following
150 xpnet_receive(short partid, int channel, struct xpnet_message *msg) argument
160 xpc_received(partid, channel, (void *)msg);
175 xpc_received(partid, channel, (void *)msg);
225 xpc_received(partid, channel, (void *)msg);
251 xpc_received(partid, channel, (void *)msg);
259 xpnet_connection_activity(enum xp_retval reason, short partid, int channel, argument
262 DBUG_ON(partid < 0 || partid >= xp_max_npartitions);
269 xpnet_receive(partid, channe
343 xpnet_send_completed(enum xp_retval reason, short partid, int channel, void *__qm) argument
[all...]
H A Dxpc_partition.c157 dev_err(xpc_part, "the reserved page's partid of %d is outside "
268 short partid = XPC_PARTID(part); local
271 disengaged = !xpc_arch_ops.partition_engaged(partid);
285 "partition %d timed out\n", partid);
287 xpc_arch_ops.assume_partition_disengaged(partid);
526 * Given a partid, get the nasids owned by that partition from the
530 xpc_initiate_partid_to_nasids(short partid, void *nasid_mask) argument
535 part = &xpc_partitions[partid];
H A Dxpc.h142 short partid; /* sender's partid */ member in struct:xpc_activate_mq_msghdr_uv
270 short partid; /* FOR XPC INTERNAL USE ONLY */ member in struct:xpc_notify_mq_msghdr_uv
321 short partid; /* ID of remote partition connected */ member in struct:xpc_channel
688 xpc_wakeup_channel_mgr(&xpc_partitions[ch->partid]);
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c81 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, argument
96 if (partid)
97 *partid = part.partition_id;
/linux-master/drivers/iio/light/
H A Dltr501.c141 u8 partid; member in struct:ltr501_chip_info
1217 .partid = 0x08,
1231 .partid = 0x09,
1245 .partid = 0x08,
1257 .partid = 0x0A,
1443 int ret, partid, chip_idx = 0; local
1519 ret = regmap_read(data->regmap, LTR501_PART_ID, &partid);
1534 if ((partid >> 4) != data->chip_info->partid)
/linux-master/drivers/iio/accel/
H A Dmsa311.c351 * @chip_name: Chip name in the format "msa311-%02x" % partid
979 unsigned int partid; local
982 err = regmap_read(msa311->regs, MSA311_PARTID_REG, &partid);
984 return dev_err_probe(dev, err, "failed to read partid\n");
986 if (partid != MSA311_WHO_AM_I)
987 dev_warn(dev, "invalid partid (%#x), expected (%#x)\n",
988 partid, MSA311_WHO_AM_I);
991 "msa311-%02x", partid);

Completed in 778 milliseconds