Lines Matching full:function

59  * To hide a device, a DeviceListener function hide_device() needs to
64 * visible. When the handler function decides the device shall be
103 * @realize: Callback function invoked when the #DeviceState:realized
105 * @unrealize: Callback function invoked when the #DeviceState:realized
107 * @sync_config: Callback function invoked when QMP command device-sync-config
510 * do not use this function, because that family of functions arrange
523 * This function will "unrealize" a device, which is the first phase
617 * function will assert() if passed an invalid index.
619 * This function is intended to be used by board code or SoC "container"
621 * will be passed to qdev_connect_gpio_out() or a similar function to
642 * array); this function will assert() if passed an invalid name or index.
656 * This function connects an anonymous output GPIO line on a device
661 * created with qdev_init_gpio_out()); otherwise this function will assert().
689 * This function connects a single GPIO output in a named array of output
695 * array); this function will assert() if passed an invalid name or index.
723 * You probably don't need to use this function -- it is used only
738 * This function is provided only for use by the qtest testing framework
741 * This function breaks an existing connection of an outbound GPIO
759 * @handler: Function to call when GPIO line value is set
793 * function for that input GPIO to be called.)
821 * @handler: Function to call when GPIO line value is set
834 * @handler: a &typedef qemu_irq_handler function to call when GPIO is set
856 * which wires them up appropriately. This function allows the container
862 * with this function.
977 * @dev_realize: the device realize function
978 * @parent_realize: somewhere to save the parents realize function
980 * This is intended to be used when the new realize function will
981 * eventually call its parent realization function during creation.
982 * This requires storing the function call somewhere (usually in the
993 * @dev_reset: the reset function
995 * This function sets the DeviceClass::reset method. This is widely
1007 * @dev_unrealize: the device realize function
1008 * @parent_unrealize: somewhere to save the parents unrealize function
1010 * This is intended to be used when the new unrealize function will
1011 * eventually call its parent unrealization function during the
1012 * unrealize phase. This requires storing the function call somewhere
1031 * This function is a kludge for user emulation (USER_ONLY)
1052 * This function is intended for user friendly error messages.
1092 * to the bus class's device count limit. Calling this function
1100 * can use this function to mark the internal-only buses as full