Home
last modified time | relevance | path

Searched refs:fetch_id (Results 1 – 4 of 4) sorted by relevance

/linux/include/video/
A Dmmp_disp.h137 void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id);
264 int fetch_id) in mmp_overlay_set_fetch() argument
267 overlay->ops->set_fetch(overlay, fetch_id); in mmp_overlay_set_fetch()
/linux/include/xen/interface/
A Dxen-mca.h272 uint64_t fetch_id; member
/linux/drivers/video/fbdev/mmp/hw/
A Dmmp_ctrl.c230 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch() argument
232 overlay->dmafetch_id = fetch_id; in overlay_set_fetch()
/linux/drivers/char/ipmi/
A Dipmi_msghandler.c303 struct ipmi_device_id fetch_id; member
2474 msg->msg.data, msg->msg.data_len, &intf->bmc->fetch_id); in bmc_device_id_handler()
2625 || bmc->id.device_id != bmc->fetch_id.device_id in __bmc_get_device_id()
2626 || bmc->id.manufacturer_id != bmc->fetch_id.manufacturer_id in __bmc_get_device_id()
2627 || bmc->id.product_id != bmc->fetch_id.product_id) { in __bmc_get_device_id()
2628 struct ipmi_device_id id = bmc->fetch_id; in __bmc_get_device_id()
2661 } else if (memcmp(&bmc->fetch_id, &bmc->id, sizeof(bmc->id))) in __bmc_get_device_id()
2663 __scan_channels(intf, &bmc->fetch_id); in __bmc_get_device_id()
2673 bmc->id = bmc->fetch_id; in __bmc_get_device_id()

Completed in 19 milliseconds