HomeSort by: relevance | last modified time | path
    Searched refs:Static (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/sys/dev/cardbus/
if_athn_cardbus.c 76 #define Static static
78 Static int athn_cardbus_match(device_t, cfdata_t, void *);
79 Static void athn_cardbus_attach(device_t, device_t, void *);
80 Static int athn_cardbus_detach(device_t, int);
85 Static uint32_t athn_cardbus_read(struct athn_softc *, uint32_t);
86 Static bool athn_cardbus_resume(device_t, const pmf_qual_t *l);
87 Static void athn_cardbus_setup(struct athn_cardbus_softc *);
88 Static bool athn_cardbus_suspend(device_t, const pmf_qual_t *);
89 Static void athn_cardbus_write(struct athn_softc *, uint32_t, uint32_t)
    [all...]
  /src/sys/dev/pci/
if_athn_pci.c 76 #define Static static
78 Static int athn_pci_match(device_t, cfdata_t, void *);
79 Static void athn_pci_attach(device_t, device_t, void *);
80 Static int athn_pci_detach(device_t, int);
81 Static int athn_pci_activate(device_t, enum devact);
86 Static bool athn_pci_resume(device_t, const pmf_qual_t *);
87 Static bool athn_pci_suspend(device_t, const pmf_qual_t *);
88 Static uint32_t athn_pci_read(struct athn_softc *, uint32_t);
89 Static void athn_pci_write(struct athn_softc *, uint32_t, uint32_t)
    [all...]
  /src/sys/dev/usb/
uts.c 96 Static void uts_intr(void *, void *, u_int);
98 Static int uts_enable(void *);
99 Static void uts_disable(void *);
100 Static int uts_ioctl(void *, u_long, void *, int, struct lwp *);
102 Static const struct wsmouse_accessops uts_accessops = {
108 Static int uts_match(device_t, cfdata_t, void *);
109 Static void uts_attach(device_t, device_t, void *);
110 Static void uts_childdet(device_t, device_t);
111 Static int uts_detach(device_t, int);
112 Static int uts_activate(device_t, enum devact)
    [all...]
if_zyd.c 83 static const struct zyd_phy_pair zyd_def_phy[] = ZYD_DEF_PHY;
84 static const struct zyd_phy_pair zyd_def_phyB[] = ZYD_DEF_PHYB;
91 static const struct zyd_type {
158 static int zyd_match(device_t, cfdata_t, void *);
159 static void zyd_attach(device_t, device_t, void *);
160 static int zyd_detach(device_t, int);
161 static int zyd_activate(device_t, enum devact);
167 Static void zyd_attachhook(device_t);
168 Static int zyd_complete_attach(struct zyd_softc *);
169 Static int zyd_open_pipes(struct zyd_softc *)
    [all...]
if_ural.c 83 static const struct usb_devno ural_devs[] = {
112 Static int ural_alloc_tx_list(struct ural_softc *);
113 Static void ural_free_tx_list(struct ural_softc *);
114 Static int ural_alloc_rx_list(struct ural_softc *);
115 Static void ural_free_rx_list(struct ural_softc *);
116 Static int ural_media_change(struct ifnet *);
117 Static void ural_next_scan(void *);
118 Static void ural_task(void *);
119 Static int ural_newstate(struct ieee80211com *,
121 Static int ural_rxrate(struct ural_rx_desc *)
    [all...]
uhso.c 112 Static int uhso_autoswitch = 1;
158 Static const char *uhso_port_name[] = {
197 Static const uint8_t uhso_spec_default[] = {
203 Static const uint8_t uhso_spec_icon321[] = {
210 Static const uint8_t uhso_spec_config[] = {
235 Static const struct uhso_dev uhso_devs[] = {
335 static int uhso_match(device_t, cfdata_t, void *);
336 static void uhso_attach(device_t, device_t, void *);
337 static int uhso_detach(device_t, int);
344 Static int uhso_switch_mode(struct usbd_device *)
    [all...]
if_athn_usb.c 87 Static int athn_usb_activate(device_t, enum devact);
88 Static int athn_usb_detach(device_t, int);
89 Static int athn_usb_match(device_t, cfdata_t, void *);
90 Static void athn_usb_attach(device_t, device_t, void *);
95 Static int athn_usb_alloc_rx_list(struct athn_usb_softc *);
96 Static int athn_usb_alloc_tx_cmd(struct athn_usb_softc *);
97 Static int athn_usb_alloc_tx_msg(struct athn_usb_softc *);
98 Static int athn_usb_alloc_tx_list(struct athn_usb_softc *);
99 Static void athn_usb_attachhook(device_t);
100 Static void athn_usb_bcneof(struct usbd_xfer *, void *
    [all...]
ehci.c 103 static int ehcidebug = EHCI_DEBUG_DEFAULT;
164 Static usbd_status ehci_open(struct usbd_pipe *);
165 Static void ehci_poll(struct usbd_bus *);
166 Static void ehci_softintr(void *);
167 Static int ehci_intr1(ehci_softc_t *);
168 Static void ehci_check_qh_intr(ehci_softc_t *, struct ehci_xfer *,
170 Static void ehci_check_itd_intr(ehci_softc_t *, struct ehci_xfer *,
172 Static void ehci_check_sitd_intr(ehci_softc_t *, struct ehci_xfer *,
174 Static void ehci_idone(struct ehci_xfer *, ex_completeq_t *);
175 Static void ehci_intrlist_timeout(void *)
    [all...]
if_umb.c 83 Static char *umb_uuid2str(uint8_t [MBIM_UUID_LEN]);
84 Static void umb_dump(void *, int);
132 Static int umb_match(device_t, cfdata_t, void *);
133 Static void umb_attach(device_t, device_t, void *);
134 Static int umb_detach(device_t, int);
135 Static int umb_activate(device_t, enum devact);
136 Static void umb_ncm_setup(struct umb_softc *);
137 Static int umb_alloc_xfers(struct umb_softc *);
138 Static void umb_free_xfers(struct umb_softc *);
139 Static int umb_alloc_bulkpipes(struct umb_softc *)
    [all...]
if_otus.c 106 Static int otus_match(device_t, cfdata_t, void *);
107 Static void otus_attach(device_t, device_t, void *);
108 Static int otus_detach(device_t, int);
109 Static int otus_activate(device_t, devact_t);
110 Static void otus_attachhook(device_t);
111 Static void otus_get_chanlist(struct otus_softc *);
112 Static int otus_load_firmware(struct otus_softc *, const char *,
114 Static int otus_open_pipes(struct otus_softc *);
115 Static void otus_close_pipes(struct otus_softc *);
116 Static int otus_alloc_tx_cmd(struct otus_softc *)
    [all...]
usscanner.c 141 Static void usscanner_cleanup(struct usscanner_softc *);
142 Static void usscanner_scsipi_request(struct scsipi_channel *,
144 Static void usscanner_scsipi_minphys(struct buf *);
145 Static void usscanner_done(struct usscanner_softc *);
146 Static void usscanner_sense(struct usscanner_softc *);
148 Static callback usscanner_intr_cb;
149 Static callback usscanner_cmd_cb;
150 Static callback usscanner_data_cb;
151 Static callback usscanner_sensecmd_cb;
152 Static callback usscanner_sensedata_cb
    [all...]
ustir.c 83 Static struct ustir_speedrec const ustir_speeds[USTIR_NSPEEDS] = {
149 Static int ustir_open(void *, int, int, struct lwp *);
150 Static int ustir_close(void *, int, int, struct lwp *);
151 Static int ustir_read(void *, struct uio *, int);
152 Static int ustir_write(void *, struct uio *, int);
153 Static int ustir_set_params(void *, struct irda_params *);
154 Static int ustir_get_speeds(void *, int *);
155 Static int ustir_get_turnarounds(void *, int *);
156 Static int ustir_poll(void *, int, struct lwp *);
157 Static int ustir_kqfilter(void *, struct knote *)
    [all...]
ohci.c 80 static int ohcidebug = 0;
130 Static ohci_soft_ed_t *ohci_alloc_sed(ohci_softc_t *);
131 Static void ohci_free_sed(ohci_softc_t *, ohci_soft_ed_t *);
133 Static ohci_soft_td_t *ohci_alloc_std(ohci_softc_t *);
134 Static void ohci_free_std(ohci_softc_t *, ohci_soft_td_t *);
135 Static void ohci_free_std_locked(ohci_softc_t *, ohci_soft_td_t *);
137 Static ohci_soft_itd_t *ohci_alloc_sitd(ohci_softc_t *);
138 Static void ohci_free_sitd(ohci_softc_t *,ohci_soft_itd_t *);
139 Static void ohci_free_sitd_locked(ohci_softc_t *,
142 Static int ohci_alloc_std_chain(ohci_softc_t *, struct usbd_xfer *
    [all...]
umass_quirks.c 57 Static usbd_status umass_init_insystem(struct umass_softc *);
58 Static usbd_status umass_init_shuttle(struct umass_softc *);
60 Static void umass_fixup_sony(struct umass_softc *);
75 Static const struct umass_quirk umass_quirks[] = {
355 Static usbd_status
371 Static usbd_status
387 Static void
udsbr.c 73 Static int udsbr_get_info(void *, struct radio_info *);
74 Static int udsbr_set_info(void *, struct radio_info *);
76 static const struct radio_hw_if udsbr_hw_if = {
97 Static int udsbr_req(struct udsbr_softc *, int, int,
99 Static void udsbr_start(struct udsbr_softc *);
100 Static void udsbr_stop(struct udsbr_softc *);
101 Static void udsbr_setfreq(struct udsbr_softc *, int);
102 Static int udsbr_status(struct udsbr_softc *);
104 static int udsbr_match(device_t, cfdata_t, void *);
105 static void udsbr_attach(device_t, device_t, void *)
    [all...]
ucycom.c 152 static dev_type_open(ucycomopen);
153 static dev_type_close(ucycomclose);
154 static dev_type_read(ucycomread);
155 static dev_type_write(ucycomwrite);
156 static dev_type_ioctl(ucycomioctl);
157 static dev_type_stop(ucycomstop);
158 static dev_type_tty(ucycomtty);
159 static dev_type_poll(ucycompoll);
176 Static int ucycomparam(struct tty *, struct termios *);
177 Static void ucycomstart(struct tty *)
    [all...]
umass_scsipi.c 96 Static void umass_scsipi_request(struct scsipi_channel *,
98 Static void umass_scsipi_minphys(struct buf *);
99 Static int umass_scsipi_ioctl(struct scsipi_channel *, u_long,
101 Static int umass_scsipi_getgeom(struct scsipi_periph *,
104 Static void umass_null_cb(struct umass_softc *, void *,
106 Static void umass_scsipi_cb(struct umass_softc *, void *,
108 Static void umass_scsipi_sense_cb(struct umass_softc *, void *,
111 Static struct umass_scsipi_softc *umass_scsipi_setup(struct umass_softc *);
114 Static void umass_atapi_probe_device(struct atapibus_softc *, int);
197 Static struct umass_scsipi_softc
    [all...]
uaudio.c 277 Static const char *uac_names[] = {
283 Static void uaudio_dump_tml
286 Static usbd_status uaudio_identify_ac
288 Static usbd_status uaudio_identify_as
290 Static usbd_status uaudio_process_as
294 Static void uaudio_add_alt(struct uaudio_softc *, const struct as_info *);
296 Static const usb_interface_descriptor_t *uaudio_find_iface
299 Static void uaudio_mixer_add_ctl(struct uaudio_softc *, struct mixerctl *);
300 Static char *uaudio_id_name
303 Static void uaudio_dump_cluste
    [all...]
usb_mem.c 77 Static int usb_block_allocmem(bus_dma_tag_t, size_t, size_t,
79 Static void usb_block_freemem(usb_dma_block_t *);
82 Static struct usb_dma_block_qh usb_blk_freelist =
87 Static struct usb_dma_block_qh usb_blk_fraglist =
89 Static struct usb_dma_block_qh usb_blk_fulllist =
92 Static u_int usb_blk_nfree = 0;
94 Static LIST_HEAD(, usb_frag_dma) usb_frag_freelist =
97 Static int usb_mem_init(void);
99 Static int
107 Static in
    [all...]
uintuos.c 69 Static void uintuos_cth490_intr(struct uhidev *, void *, u_int);
70 Static void uintuos_ctl6100_intr(struct uhidev *, void *, u_int);
72 Static int uintuos_enable(void *);
73 Static void uintuos_disable(void *);
74 Static int uintuos_ioctl(void *, u_long, void *, int, struct lwp *);
201 Static int
222 Static void
236 Static int
uhci.c 89 static int uhcidebug = 0;
166 Static void uhci_globalreset(uhci_softc_t *);
167 Static usbd_status uhci_portreset(uhci_softc_t*, int);
168 Static void uhci_reset(uhci_softc_t *);
169 Static usbd_status uhci_run(uhci_softc_t *, int);
170 Static uhci_soft_td_t *uhci_alloc_std(uhci_softc_t *);
171 Static void uhci_free_std(uhci_softc_t *, uhci_soft_td_t *);
172 Static void uhci_free_std_locked(uhci_softc_t *, uhci_soft_td_t *);
173 Static uhci_soft_qh_t *uhci_alloc_sqh(uhci_softc_t *);
174 Static void uhci_free_sqh(uhci_softc_t *, uhci_soft_qh_t *)
    [all...]
  /src/sys/external/bsd/dwc2/
dwc2.c 111 Static usbd_status dwc2_open(struct usbd_pipe *);
112 Static void dwc2_poll(struct usbd_bus *);
113 Static void dwc2_softintr(void *);
115 Static struct usbd_xfer *
117 Static void dwc2_freex(struct usbd_bus *, struct usbd_xfer *);
118 Static void dwc2_get_lock(struct usbd_bus *, kmutex_t **);
119 Static bool dwc2_dying(struct usbd_bus *);
120 Static int dwc2_roothub_ctrl(struct usbd_bus *, usb_device_request_t *,
123 Static usbd_status dwc2_root_intr_transfer(struct usbd_xfer *);
124 Static usbd_status dwc2_root_intr_start(struct usbd_xfer *)
    [all...]
  /src/sys/dev/ic/
arn9003.c 67 #define Static static
69 Static void ar9003_calib_iq(struct athn_softc *);
70 Static int ar9003_calib_tx_iq(struct athn_softc *);
71 Static int ar9003_compute_predistortion(struct athn_softc *,
73 Static void ar9003_disable_ofdm_weak_signal(struct athn_softc *);
74 Static void ar9003_disable_phy(struct athn_softc *);
75 Static int ar9003_dma_alloc(struct athn_softc *);
76 Static void ar9003_dma_free(struct athn_softc *);
77 Static void ar9003_do_calib(struct athn_softc *)
    [all...]
arn9380.c 67 #define Static static
69 Static void ar9380_get_correction(struct athn_softc *,
71 Static void ar9380_get_paprd_masks(struct athn_softc *,
73 Static const uint8_t *
75 Static void ar9380_init_from_rom(struct athn_softc *,
77 Static void ar9380_set_correction(struct athn_softc *,
79 Static int ar9380_set_synth(struct athn_softc *,
81 Static void ar9380_set_txpower(struct athn_softc *,
83 Static void ar9380_setup(struct athn_softc *)
    [all...]
arn5008.c 69 #define Static static
71 Static void ar5008_calib_adc_dc_off(struct athn_softc *);
72 Static void ar5008_calib_adc_gain(struct athn_softc *);
73 Static void ar5008_calib_iq(struct athn_softc *);
74 Static void ar5008_disable_ofdm_weak_signal(struct athn_softc *);
75 Static void ar5008_disable_phy(struct athn_softc *);
76 Static int ar5008_dma_alloc(struct athn_softc *);
77 Static void ar5008_dma_free(struct athn_softc *);
78 Static void ar5008_do_calib(struct athn_softc *)
    [all...]

Completed in 26 milliseconds

1 2 3