Home
last modified time | relevance | path

Searched refs:agent_id (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/include/linux/
Dscmi_protocol.h396 unsigned int agent_id; member
403 unsigned int agent_id; member
410 unsigned int agent_id; member
418 unsigned int agent_id; member
425 unsigned int agent_id; member
432 unsigned int agent_id; member
439 unsigned int agent_id; member
/Linux-v5.10/drivers/firmware/arm_scmi/
Dsystem.c26 __le32 agent_id; member
81 r->agent_id = le32_to_cpu(p->agent_id); in scmi_system_fill_custom_report()
Dpower.c51 __le32 agent_id; member
241 r->agent_id = le32_to_cpu(p->agent_id); in scmi_power_fill_custom_report()
Dreset.c49 __le32 agent_id; member
252 r->agent_id = le32_to_cpu(p->agent_id); in scmi_reset_fill_custom_report()
Dbase.c42 __le32 agent_id; member
297 r->agent_id = le32_to_cpu(p->agent_id); in scmi_base_fill_custom_report()
Dsensors.c76 __le32 agent_id; member
313 r->agent_id = le32_to_cpu(p->agent_id); in scmi_sensor_fill_custom_report()
Dperf.c89 __le32 agent_id; member
96 __le32 agent_id; member
801 r->agent_id = le32_to_cpu(p->agent_id); in scmi_perf_fill_custom_report()
818 r->agent_id = le32_to_cpu(p->agent_id); in scmi_perf_fill_custom_report()
/Linux-v5.10/drivers/infiniband/core/
Duser_mad.c670 int agent_id; in ib_umad_reg_agent() local
696 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent()
697 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent()
736 if (put_user(agent_id, in ib_umad_reg_agent()
753 file->agent[agent_id] = agent; in ib_umad_reg_agent()
772 int agent_id; in ib_umad_reg_agent2() local
812 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent2()
813 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent2()
853 if (put_user(agent_id, in ib_umad_reg_agent2()
865 file->agent[agent_id] = agent; in ib_umad_reg_agent2()
/Linux-v5.10/drivers/s390/crypto/
Dzcrypt_msgtype6.h44 unsigned char agent_id[16]; /* 0x4341000000000000 */ member
134 .agent_id = {'C', 'A'}, in rng_type6CPRB_msgX()
Dzcrypt_msgtype6.c255 .agent_id = {'C', 'A',}, in ICAMEX_msg_to_type6MEX_msgX()
324 .agent_id = {'C', 'A',}, in ICACRT_msg_to_type6CRT_msgX()
458 memcpy(msg->hdr.agent_id, &(xcRB->agent_ID), sizeof(xcRB->agent_ID)); in XCRB_msg_to_type6CPRB_msgX()
508 .agent_id[0] = 0x58, /* {'X'} */ in xcrb_msg_to_type6_ep11cprb_msgx()
509 .agent_id[1] = 0x43, /* {'C'} */ in xcrb_msg_to_type6_ep11cprb_msgx()
/Linux-v5.10/Documentation/arm/omap/
Domap_pm.rst48 (*pdata->set_min_bus_tput)(struct device *dev, u8 agent_id, unsigned long r)