Searched refs:fetch_id (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | mmp_disp.h | 137 void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id); 264 int fetch_id) in mmp_overlay_set_fetch() 267 overlay->ops->set_fetch(overlay, fetch_id); in mmp_overlay_set_fetch() 263 mmp_overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) mmp_overlay_set_fetch() argument
|
/kernel/linux/linux-6.6/include/video/ |
H A D | mmp_disp.h | 137 void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id); 264 int fetch_id) in mmp_overlay_set_fetch() 267 overlay->ops->set_fetch(overlay, fetch_id); in mmp_overlay_set_fetch() 263 mmp_overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) mmp_overlay_set_fetch() argument
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | xen-mca.h | 271 uint64_t fetch_id; member
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | xen-mca.h | 272 uint64_t fetch_id; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 230 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 230 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()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 315 struct ipmi_device_id fetch_id; member 2389 msg->msg.data, msg->msg.data_len, &intf->bmc->fetch_id); in bmc_device_id_handler() 2542 || bmc->id.device_id != bmc->fetch_id.device_id in __bmc_get_device_id() 2543 || bmc->id.manufacturer_id != bmc->fetch_id.manufacturer_id in __bmc_get_device_id() 2544 || bmc->id.product_id != bmc->fetch_id.product_id) { in __bmc_get_device_id() 2545 struct ipmi_device_id id = bmc->fetch_id; in __bmc_get_device_id() 2578 } else if (memcmp(&bmc->fetch_id, &bmc->id, sizeof(bmc->id))) in __bmc_get_device_id() 2580 __scan_channels(intf, &bmc->fetch_id); in __bmc_get_device_id() 2590 bmc->id = bmc->fetch_id; in __bmc_get_device_id()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 317 struct ipmi_device_id fetch_id; member 2509 msg->msg.data, msg->msg.data_len, &intf->bmc->fetch_id); in bmc_device_id_handler() 2660 || bmc->id.device_id != bmc->fetch_id.device_id in __bmc_get_device_id() 2661 || bmc->id.manufacturer_id != bmc->fetch_id.manufacturer_id in __bmc_get_device_id() 2662 || bmc->id.product_id != bmc->fetch_id.product_id) { in __bmc_get_device_id() 2663 struct ipmi_device_id id = bmc->fetch_id; in __bmc_get_device_id() 2696 } else if (memcmp(&bmc->fetch_id, &bmc->id, sizeof(bmc->id))) in __bmc_get_device_id() 2698 __scan_channels(intf, &bmc->fetch_id); in __bmc_get_device_id() 2708 bmc->id = bmc->fetch_id; in __bmc_get_device_id()
|
Completed in 19 milliseconds