Searched refs:agent_id (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/arm/plat-omap/ |
D | omap-pm-noop.c | 64 int omap_pm_set_min_bus_tput(struct device *dev, u8 agent_id, unsigned long r) in omap_pm_set_min_bus_tput() argument 66 if (!dev || (agent_id != OCP_INITIATOR_AGENT && in omap_pm_set_min_bus_tput() 67 agent_id != OCP_TARGET_AGENT)) { in omap_pm_set_min_bus_tput() 74 "dev %s for agent_id %d\n", dev_name(dev), agent_id); in omap_pm_set_min_bus_tput() 78 dev_name(dev), agent_id, r); in omap_pm_set_min_bus_tput()
|
/linux-2.6.39/arch/powerpc/platforms/iseries/ |
D | dt.c | 418 HvAgentId agent_id = ISERIES_PCI_AGENTID(id_sel, in scan_bridge_slot() local 421 agent_id, 0); in scan_bridge_slot() 425 bus, sub_bus, agent_id, err); in scan_bridge_slot() 429 err = HvCallPci_configLoad16(bus, sub_bus, agent_id, in scan_bridge_slot() 433 bus, sub_bus, agent_id, err); in scan_bridge_slot() 436 err = HvCallPci_configLoad16(bus, sub_bus, agent_id, in scan_bridge_slot() 440 bus, sub_bus, agent_id, err); in scan_bridge_slot() 443 err = HvCallPci_configLoad32(bus, sub_bus, agent_id, in scan_bridge_slot() 447 bus, sub_bus, agent_id, err); in scan_bridge_slot() 482 dt_prop_u32(dt, "linux,agent-id", agent_id); in scan_bridge_slot() [all …]
|
/linux-2.6.39/arch/arm/plat-omap/include/plat/ |
D | omap-pm.h | 140 int omap_pm_set_min_bus_tput(struct device *dev, u8 agent_id, unsigned long r);
|
/linux-2.6.39/drivers/s390/crypto/ |
D | zcrypt_pcicc.h | 51 unsigned char agent_id[16]; /* PCICC: */ member
|
D | zcrypt_pcixcc.c | 143 .agent_id = {'C','A',}, in ICAMEX_msg_to_type6MEX_msgX() 210 .agent_id = {'C','A',}, in ICACRT_msg_to_type6CRT_msgX() 314 memcpy(msg->hdr.agent_id , &(xcRB->agent_ID), sizeof(xcRB->agent_ID)); in XCRB_msg_to_type6CPRB_msgX() 368 .agent_id = {'C', 'A'}, in rng_type6CPRB_msgX()
|
D | zcrypt_pcicc.c | 163 .agent_id = {0x01,0x00,0x43,0x43,0x41,0x2D,0x41,0x50, in ICAMEX_msg_to_type6MEX_msg() 250 .agent_id = {0x01,0x00,0x43,0x43,0x41,0x2D,0x41,0x50, in ICACRT_msg_to_type6CRT_msg()
|
/linux-2.6.39/drivers/infiniband/core/ |
D | user_mad.c | 607 int agent_id; in ib_umad_reg_agent() local 628 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent() 629 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent() 664 if (put_user(agent_id, in ib_umad_reg_agent() 680 file->agent[agent_id] = agent; in ib_umad_reg_agent()
|
/linux-2.6.39/Documentation/arm/OMAP/ |
D | omap_pm | 44 (*pdata->set_min_bus_tput)(struct device *dev, u8 agent_id, unsigned long r)
|