Home
last modified time | relevance | path

Searched refs:zyd_res (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd.h61 } zyd_res; typedef
126 zyd_res (*init)(struct zyd_rf *);
127 zyd_res (*switch_radio)(struct zyd_rf *, boolean_t);
128 zyd_res (*set_channel)(struct zyd_rf *, uint8_t);
365 extern zyd_res zyd_read32(struct zyd_softc *, uint16_t, uint32_t *);
366 extern zyd_res zyd_write32(struct zyd_softc *, uint16_t, uint32_t);
367 extern zyd_res zyd_read16(struct zyd_softc *, uint16_t, uint16_t *);
368 extern zyd_res zyd_write16a(struct zyd_softc *, const struct zyd_iowrite16 *,
370 extern zyd_res zyd_write16(struct zyd_softc *, uint16_t, uint16_t);
377 zyd_res zyd_serial_enter(struct zyd_softc *sc, boolean_t wait_sig);
[all …]
H A Dzyd_hw.c41 static zyd_res zyd_hw_configure(struct zyd_softc *sc);
42 static zyd_res zyd_al2230_rf_init(struct zyd_softc *);
43 static zyd_res zyd_al2230_rf_init_b(struct zyd_softc *);
44 static zyd_res zyd_al2230_switch_radio(struct zyd_softc *, boolean_t);
45 static zyd_res zyd_al2230_set_channel(struct zyd_softc *, uint8_t);
46 static zyd_res zyd_rfmd_rf_init(struct zyd_softc *);
47 static zyd_res zyd_rfmd_switch_radio(struct zyd_softc *, boolean_t);
48 static zyd_res zyd_rfmd_set_channel(struct zyd_softc *, uint8_t);
71 zyd_res
74 zyd_res result; in zyd_read32()
[all …]
H A Dzyd_usb.c44 static zyd_res zyd_usb_data_in_start_request(struct zyd_usb *uc);
114 static zyd_res
159 static zyd_res
217 zyd_res
340 static zyd_res
384 zyd_res
526 static zyd_res
599 static zyd_res
657 static zyd_res
660 zyd_res res; in zyd_usb_cmd_pipe_send()
[all …]
H A Dzyd.c465 static zyd_res
1038 zyd_res
1041 zyd_res res; in zyd_serial_enter()
1114 zyd_res
1117 zyd_res res; in zyd_cb_lock_wait()