Home
last modified time | relevance | path

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

/Linux-v4.19/include/video/
Dmmp_disp.h150 void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id);
277 int fetch_id) in mmp_overlay_set_fetch() argument
280 overlay->ops->set_fetch(overlay, fetch_id); in mmp_overlay_set_fetch()
/Linux-v4.19/include/xen/interface/
Dxen-mca.h272 uint64_t fetch_id; member
/Linux-v4.19/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c236 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch() argument
238 overlay->dmafetch_id = fetch_id; in overlay_set_fetch()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_msghandler.c323 struct ipmi_device_id fetch_id; member
2285 msg->msg.data, msg->msg.data_len, &intf->bmc->fetch_id); in bmc_device_id_handler()
2421 || bmc->id.device_id != bmc->fetch_id.device_id in __bmc_get_device_id()
2422 || bmc->id.manufacturer_id != bmc->fetch_id.manufacturer_id in __bmc_get_device_id()
2423 || bmc->id.product_id != bmc->fetch_id.product_id) { in __bmc_get_device_id()
2424 struct ipmi_device_id id = bmc->fetch_id; in __bmc_get_device_id()
2457 } else if (memcmp(&bmc->fetch_id, &bmc->id, sizeof(bmc->id))) in __bmc_get_device_id()
2459 __scan_channels(intf, &bmc->fetch_id); in __bmc_get_device_id()
2469 bmc->id = bmc->fetch_id; in __bmc_get_device_id()