Searched refs:chp_get_status (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dchp.h53 int chp_get_status(struct chp_id chpid);
H A Dchp.c71 int chp_get_status(struct chp_id chpid) function
94 if (chp_get_status(chpid) != 0)
126 status = chp_get_status(chpid);
247 return (chp_get_status(chp->chpid) ? sprintf(buf, "online\n") :
H A Dchsc.c168 if (chp_get_status(chpid) <= 0)
311 status = chp_get_status(chpid);
438 if (chp_get_status(chpid) != 0) {

Completed in 29 milliseconds