Searched refs:chp_id (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/cio/
H A Dchp.h31 struct chp_id chpid;
41 int chp_get_status(struct chp_id chpid);
43 int chp_is_registered(struct chp_id chpid);
44 void *chp_get_chp_desc(struct chp_id chpid);
48 int chp_new(struct chp_id chpid);
49 void chp_cfg_schedule(struct chp_id chpid, int configure);
50 void chp_cfg_cancel_deconfigure(struct chp_id chpid);
51 int chp_info_get_status(struct chp_id chpid);
H A Dchsc.h75 struct chp_id chpid[8];
87 int chsc_chp_vary(struct chp_id chpid, int on);
88 int chsc_determine_channel_path_description(struct chp_id chpid,
90 void chsc_chp_online(struct chp_id chpid);
91 void chsc_chp_offline(struct chp_id chpid);
H A Dchp.c56 static inline struct channel_path *chpid_to_chp(struct chp_id chpid)
62 static void set_chp_logically_online(struct chp_id chpid, int onoff)
69 int chp_get_status(struct chp_id chpid)
83 struct chp_id chpid;
105 int chp_is_registered(struct chp_id chpid)
114 static int s390_vary_chpid(struct chp_id chpid, int on)
176 struct chp_id chpid)
390 int chp_new(struct chp_id chpid)
471 void *chp_get_chp_desc(struct chp_id chpid)
496 struct chp_id chpi
[all...]
H A Dioasm.h193 static inline int rchp(struct chp_id chpid)
195 register struct chp_id reg1 asm ("1") = chpid;
H A Dchsc.c144 struct chp_id *chpid;
195 void chsc_chp_offline(struct chp_id chpid)
230 struct chp_id chpid;
361 struct chp_id chpid;
381 struct chp_id chpid;
419 struct chp_id chpid;
520 struct chp_id *chpid;
558 void chsc_chp_online(struct chp_id chpid)
570 struct chp_id chpid, int on)
620 struct chp_id *chpi
[all...]
H A Ddevice_ops.c611 struct chp_id chpid;
H A Dcio.c959 struct chp_id chpid;
H A Ddevice_fsm.c215 struct chp_id chpid;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dchpid.h17 struct chp_id { struct
24 static inline void chp_id_init(struct chp_id *chpid)
26 memset(chpid, 0, sizeof(struct chp_id));
29 static inline int chp_id_is_equal(struct chp_id *a, struct chp_id *b)
34 static inline void chp_id_next(struct chp_id *chpid)
44 static inline int chp_id_is_valid(struct chp_id *chpid)
H A Dsclp.h49 extern int sclp_chp_configure(struct chp_id chpid);
50 extern int sclp_chp_deconfigure(struct chp_id chpid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_chp.c23 static inline sclp_cmdw_t get_configure_cmdw(struct chp_id chpid)
28 static inline sclp_cmdw_t get_deconfigure_cmdw(struct chp_id chpid)
109 int sclp_chp_configure(struct chp_id chpid)
121 int sclp_chp_deconfigure(struct chp_id chpid)

Completed in 83 milliseconds