Searched refs:dhandle (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A Ddevops.c26 /* Close the device described by device handle 'dhandle'. */
28 prom_devclose(int dhandle) argument
30 p1275_cmd ("close", P1275_INOUT(1,0), dhandle);
35 * for device 'dhandle'.
38 prom_seek(int dhandle, unsigned int seekhi, unsigned int seeklo) argument
40 p1275_cmd ("seek", P1275_INOUT(3,1), dhandle, seekhi, seeklo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Ddevops.c44 /* Close the device described by device handle 'dhandle'. */
46 prom_devclose(int dhandle) argument
52 (*(romvec->pv_v0devops.v0_devclose))(dhandle);
56 (*(romvec->pv_v2devops.v2_dev_close))(dhandle);
67 * for device 'dhandle'.
70 prom_seek(int dhandle, unsigned int seekhi, unsigned int seeklo) argument
76 (*(romvec->pv_v0devops.v0_seekdev))(dhandle, seekhi, seeklo);
80 (*(romvec->pv_v2devops.v2_dev_seek))(dhandle, seekhi, seeklo);

Completed in 105 milliseconds