/netbsd-src/sys/external/bsd/dwc2/ |
H A D | 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 …]
|
/netbsd-src/sys/dev/cardbus/ |
H A D | if_athn_cardbus.c | 76 #define Static static macro 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); 90 Static void athn_cardbus_write_barrier(struct athn_softc *); [all …]
|
/netbsd-src/sys/dev/usb/ |
H A D | if_zyd.c | 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 *); 170 Static void zyd_close_pipes(struct zyd_softc *); 171 Static int zyd_alloc_tx_list(struct zyd_softc *); 172 Static void zyd_free_tx_list(struct zyd_softc *); 173 Static int zyd_alloc_rx_list(struct zyd_softc *); 174 Static void zyd_free_rx_list(struct zyd_softc *); 175 Static struct ieee80211_node *zyd_node_alloc(struct ieee80211_node_table *); 176 Static int zyd_media_change(struct ifnet *); [all …]
|
H A D | 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 …]
|
H A D | if_ural.c | 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 *); 122 Static void ural_txeof(struct usbd_xfer *, void *, [all …]
|
H A D | 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 …]
|
H A D | 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[] = { 344 Static int uhso_switch_mode(struct usbd_device *); 345 Static int uhso_get_iface_spec(struct usb_attach_arg *, uint8_t, uint8_t *); 346 Static usb_endpoint_descriptor_t *uhso_get_endpoint(struct usbd_interface *, 349 Static void uhso_mux_attach(struct uhso_softc *, struct usbd_interface *, int); [all …]
|
H A D | 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 …]
|
H A D | 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 …]
|
H A D | ehci.c | 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 *); 176 Static voi [all...] |
H A D | 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_cluster [all …]
|
H A D | ohci.c | 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 *, 144 Static voi [all...] |
H A D | 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 …]
|
H A D | 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 …]
|
H A D | ucycom.c | 176 Static int ucycomparam(struct tty *, struct termios *); 177 Static void ucycomstart(struct tty *); 178 Static void ucycomstarttask(void *); 179 Static void ucycomwritecb(struct usbd_xfer *, void *, usbd_status); 180 Static void ucycom_intr(void *, void *, u_int); 181 Static int ucycom_configure(struct ucycom_softc *, uint32_t, uint8_t); 182 Static void tiocm_to_ucycom(struct ucycom_softc *, u_long, int); 183 Static int ucycom_to_tiocm(struct ucycom_softc *); 184 Static void ucycom_set_status(struct ucycom_softc *); 185 Static void ucycom_dtr(struct ucycom_softc *, int); [all …]
|
H A D | 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 …]
|
H A D | uhci.c | 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 *); 176 Static voi [all...] |
H A D | 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 int [all …]
|
/netbsd-src/sys/dev/pci/ |
H A D | if_athn_pci.c | 76 #define Static static macro 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); 90 Static void athn_pci_write_barrier(struct athn_softc *); [all …]
|
/netbsd-src/sys/dev/ic/ |
H A D | arn9003.c | 67 #define Static static macro 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 *); 78 Static void ar9003_do_noisefloor_calib(struct athn_softc *); [all …]
|
H A D | arn5008.c | 69 #define Static static macro 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 *); 79 Static void ar5008_do_noisefloor_calib(struct athn_softc *); [all …]
|
H A D | athn.c | 76 #define Static static macro 85 Static int athn_clock_rate(struct athn_softc *); 86 Static const char * 88 Static const char * 90 Static int athn_init(struct ifnet *); 91 Static int athn_init_calib(struct athn_softc *, 93 Static int athn_ioctl(struct ifnet *, u_long, void *); 94 Static int athn_media_change(struct ifnet *); 95 Static int athn_newstate(struct ieee80211com *, enum ieee80211_state, 97 Static struct ieee80211_node * [all …]
|
H A D | arn9380.c | 67 #define Static static macro 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 *); 84 Static void ar9380_spur_mitigate(struct athn_softc *, [all …]
|
H A D | arn9287.c | 72 #define Static static macro 74 Static void ar9287_get_pdadcs(struct athn_softc *, 77 Static const struct ar_spur_chan * 79 Static void ar9287_init_from_rom(struct athn_softc *, 81 Static void ar9287_olpc_get_pdgain(struct athn_softc *, 83 Static void ar9287_olpc_init(struct athn_softc *); 84 Static void ar9287_olpc_temp_compensation(struct athn_softc *); 85 Static void ar9287_set_power_calib(struct athn_softc *, 87 Static void ar9287_set_txpower(struct athn_softc *, 89 Static void ar9287_setup(struct athn_softc *); [all …]
|
H A D | arn5416.c | 70 #define Static static macro 72 Static void ar5416_force_bias(struct athn_softc *, 74 Static void ar5416_get_pdadcs(struct athn_softc *, 77 Static void ar5416_init_from_rom(struct athn_softc *, 79 Static uint8_t ar5416_reverse_bits(uint8_t, int); 80 Static void ar5416_rw_bank6tpc(struct athn_softc *, 82 Static void ar5416_rw_rfbits(uint32_t *, int, int, uint32_t, int); 83 Static void ar5416_set_power_calib(struct athn_softc *, 85 Static int ar5416_set_synth(struct athn_softc *, 87 Static void ar5416_setup(struct athn_softc *); [all …]
|