Home
last modified time | relevance | path

Searched refs:agp_collect_device_status (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/char/agp/
Dalpha-agp.c75 agp->mode.lw = agp_collect_device_status(bridge, mode, in alpha_core_agp_enable()
Dagp.h213 u32 agp_collect_device_status(struct agp_bridge_data *bridge, u32 mode, u32 command);
Dgeneric.c721 u32 agp_collect_device_status(struct agp_bridge_data *bridge, u32 requested_mode, u32 bridge_agpsta… in agp_collect_device_status() function
764 EXPORT_SYMBOL(agp_collect_device_status);
816 bridge_agpstat = agp_collect_device_status(agp_bridge, requested_mode, bridge_agpstat); in agp_generic_enable()
Dparisc-agp.c205 command = agp_collect_device_status(bridge, mode, command); in parisc_agp_enable()
Dsis-agp.c85 command = agp_collect_device_status(bridge, mode, command); in sis_delayed_enable()
Dhp-agp.c409 command = agp_collect_device_status(bridge, mode, command); in hp_zx1_enable()
Dsworks-agp.c406 command = agp_collect_device_status(bridge, mode, command); in serverworks_agp_enable()
Duninorth-agp.c236 command = agp_collect_device_status(bridge, mode, status); in uninorth_agp_enable()