Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/linux/drivers/net/wireless/ath/ath9k/
A Dchannel.c57 if (!sc->cur_chan->offchannel && sc->cur_survey != &sc->survey[pos]) { in ath_set_channel()
61 sc->cur_survey = &sc->survey[pos]; in ath_set_channel()
537 sc->next_chan = &sc->offchannel.chan; in ath_chanctx_event()
676 sc->cur_chan == &sc->offchannel.chan) in ath_chanctx_event()
714 sc->cur_chan == &sc->offchannel.chan) in ath_chanctx_event()
720 sc->next_chan = ath_chanctx_get_next(sc, sc->cur_chan); in ath_chanctx_event()
749 sc->next_chan = ath_chanctx_get_next(sc, sc->cur_chan); in ath_chanctx_event()
1167 if (sc->cur_chan == &sc->offchannel.chan) in ath_chanctx_defer_switch()
1214 if (sc->cur_chan != &sc->offchannel.chan) in ath_offchannel_channel_change()
1255 if (sc->cur_chan != sc->next_chan) { in ath_chanctx_set_next()
[all …]
A Dmain.c101 struct ath_softc *sc = from_timer(sc, t, sleep_timer); in ath_ps_full_sleep() local
207 if (AR_SREV_9340(sc->sc_ah) || AR_SREV_9330(sc->sc_ah)) in ath_restart_work()
208 ieee80211_queue_delayed_work(sc->hw, &sc->hw_pll_work, in ath_restart_work()
240 ath9k_calculate_summary_state(sc, sc->cur_chan); in ath_complete_reset()
321 sc->cur_chandef = sc->cur_chan->chandef; in ath_reset_internal()
360 an->sc = sc; in ath_node_attach()
380 struct ath_softc *sc = from_tasklet(sc, t, intr_tq); in ath9k_tasklet() local
637 ieee80211_queue_work(sc->hw, &sc->hw_reset_work); in ath9k_queue_reset()
1368 an->sc = sc; in ath9k_add_interface()
2392 if (sc->cur_survey != &sc->survey[pos]) { in ath9k_sw_scan_start()
[all …]
A Drecv.c63 if (sc->rx.rxlink) in ath_rx_buf_link()
74 if (sc->rx.buf_hold) in ath_rx_buf_relink()
75 ath_rx_buf_link(sc, sc->rx.buf_hold, flush); in ath_rx_buf_relink()
77 sc->rx.buf_hold = bf; in ath_rx_buf_relink()
262 ath9k_hw_startpcureceive(sc->sc_ah, sc->cur_chan->offchannel); in ath_edma_start_recv()
291 error = ath_descdma_setup(sc, &sc->rx.rxdma, &sc->rx.rxbuf, in ath_rx_init()
424 if (AR_SREV_9550(sc->sc_ah) || AR_SREV_9531(sc->sc_ah) || in ath_calcrxfilter()
428 if (AR_SREV_9462(sc->sc_ah) || AR_SREV_9565(sc->sc_ah)) in ath_calcrxfilter()
489 ath_flushrecv(sc); in ath_stoprecv()
554 if (sc->cur_chan == &sc->offchannel.chan) in ath_rx_ps_beacon()
[all …]
A Dbeacon.c25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status()
183 ath_draintxq(sc, cabq); in ath9k_beacon_generate()
390 struct ath_softc *sc = from_tasklet(sc, t, bcon_tasklet); in ath9k_beacon_tasklet() local
412 sc->beacon.bmisscnt++; in ath9k_beacon_tasklet()
422 if (!ath_hw_check(sc)) in ath9k_beacon_tasklet()
425 if (sc->beacon.bmisscnt < BSTUCK_THRESH * sc->nbcnvifs) { in ath9k_beacon_tasklet()
466 sc->beacon.bmisscnt); in ath9k_beacon_tasklet()
639 ath9k_beacon_stop(sc); in ath9k_beacon_config()
655 ath9k_set_beacon(sc); in ath9k_beacon_config()
687 ath9k_set_beacon(sc); in ath9k_beacon_config()
[all …]
A Dtx99.c25 ath_startrecv(sc); in ath9k_tx99_stop()
33 sc->tx99_skb = NULL; in ath9k_tx99_stop()
75 if (sc->tx99_vif) { in ath9k_build_tx99_skb()
121 sc->tx99_skb = ath9k_build_tx99_skb(sc); in ath9k_tx99_init()
122 if (!sc->tx99_skb) in ath9k_tx99_init()
134 ath_stoprecv(sc); in ath9k_tx99_init()
144 r = ath9k_tx99_send(sc, sc->tx99_skb, &txctl); in ath9k_tx99_init()
151 sc->tx99_power, in ath9k_tx99_init()
254 ath9k_hw_tx99_set_txpower(sc->sc_ah, sc->tx99_power); in write_file_tx99_power()
274 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug()
[all …]
A Dgpio.c60 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, val); in ath_led_brightness()
71 ath9k_hw_gpio_free(sc->sc_ah, sc->sc_ah->led_pin); in ath_deinit_leds()
81 ath_fill_led_pin(sc); in ath_init_leds()
87 snprintf(sc->led_name, sizeof(sc->led_name), in ath_init_leds()
89 sc->led_cdev.name = sc->led_name; in ath_init_leds()
92 ret = led_classdev_register(wiphy_dev(sc->hw->wiphy), &sc->led_cdev); in ath_init_leds()
109 ath9k_ps_wakeup(sc); in ath_is_rfkill_set()
112 ath9k_ps_restore(sc); in ath_is_rfkill_set()
196 struct ath_softc *sc = from_timer(sc, t, btcoex.period_timer); in ath_btcoex_period_timer() local
257 struct ath_softc *sc = from_timer(sc, t, btcoex.no_stomp_timer); in ath_btcoex_no_stomp_timer() local
[all …]
/linux/fs/xfs/scrub/
A Dagheader.c49 error = xchk_ag_init_existing(sc, agno, &sc->sa); in xchk_superblock_xref()
462 !sc->sa.bno_cur || !sc->sa.cnt_cur) in xchk_agf_xref_btreeblks()
512 xchk_ag_btcur_init(sc, &sc->sa); in xchk_agf_xref()
548 xchk_buffer_recheck(sc, sc->sa.agf_bp); in xchk_agf()
556 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
561 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
660 struct xfs_scrub *sc = sai->sc; in xchk_agfl_block() local
700 xchk_ag_btcur_init(sc, &sc->sa); in xchk_agfl_xref()
720 .sc = sc, in xchk_agfl()
855 xchk_ag_btcur_init(sc, &sc->sa); in xchk_agi_xref()
[all …]
A Dcommon.c87 sc->ip ? sc->ip : XFS_I(file_inode(sc->file)), in __xchk_process_error()
150 trace_xchk_deadlock_retry(sc->ip, sc->sm, *error); in __xchk_fblock_process_error()
700 return xfs_trans_alloc_empty(sc->mp, &sc->tp); in xchk_trans_alloc_empty()
761 return xchk_ag_init(sc, sc->sm->sm_agno, &sc->sa); in xchk_setup_ag_btree()
953 if (!xfs_verify_ino(sc->mp, sc->sm->sm_ino)) in xchk_iget_for_scrubbing()
957 error = xchk_iget_safe(sc, sc->sm->sm_ino, &ip); in xchk_iget_for_scrubbing()
1206 error = sub->sc.ops->scrub(&sub->sc); in xchk_metadata_inode_subtype()
1232 xchk_ino_set_corrupt(sc, sc->ip->i_ino); in xchk_metadata_inode_forks()
1238 xchk_ino_set_corrupt(sc, sc->ip->i_ino); in xchk_metadata_inode_forks()
1244 xchk_ino_set_corrupt(sc, sc->ip->i_ino); in xchk_metadata_inode_forks()
[all …]
A Dcommon.h111 struct xfs_scrub *sc, in xchk_ag_init_existing() argument
159 ASSERT(sc->tp == NULL); in xchk_iget_safe()
161 error = xchk_trans_alloc(sc, 0); in xchk_iget_safe()
164 error = xchk_iget(sc, inum, ipp); in xchk_iget_safe()
165 xchk_trans_cancel(sc); in xchk_iget_safe()
200 !(sc->flags & XREP_ALREADY_FIXED); in xchk_could_repair()
218 (sc)->mp->m_super->s_id, \
219 (sc)->sa.pag ? (sc)->sa.pag->pag_agno : (sc)->sm->sm_agno, \
223 (sc)->mp->m_super->s_id, \
224 (sc)->ip ? (sc)->ip->i_ino : (sc)->sm->sm_ino, \
[all …]
A Dinode.c100 if (!xfs_verify_ino(sc->mp, sc->sm->sm_ino)) in xchk_setup_inode()
104 error = xchk_iget_safe(sc, sc->sm->sm_ino, &ip); in xchk_setup_inode()
667 xchk_ino_xref_set_corrupt(sc, sc->ip->i_ino); in xchk_inode_xref_bmap()
674 xchk_ino_xref_set_corrupt(sc, sc->ip->i_ino); in xchk_inode_xref_bmap()
678 xchk_ino_xref_set_corrupt(sc, sc->ip->i_ino); in xchk_inode_xref_bmap()
710 xchk_ag_free(sc, &sc->sa); in xchk_inode_xref()
752 xchk_ino_set_corrupt(sc, sc->ip->i_ino); in xchk_inode_check_unlinked()
755 xchk_ino_set_corrupt(sc, sc->ip->i_ino); in xchk_inode_check_unlinked()
773 xchk_ino_set_corrupt(sc, sc->sm->sm_ino); in xchk_inode()
779 xchk_dinode(sc, &di, sc->ip->i_ino); in xchk_inode()
[all …]
A Drepair.h42 struct xfs_scrub *sc) in xrep_trans_commit() argument
44 int error = xfs_trans_commit(sc->tp); in xrep_trans_commit()
46 sc->tp = NULL; in xrep_trans_commit()
81 # define xrep_ino_dqattach(sc) (0) argument
119 int xrep_agf(struct xfs_scrub *sc);
121 int xrep_agi(struct xfs_scrub *sc);
165 #define xrep_ino_dqattach(sc) (0) argument
170 struct xfs_scrub *sc, in xrep_attempt() argument
180 struct xfs_scrub *sc) in xrep_calc_ag_resblks() argument
187 struct xfs_scrub *sc) in xrep_reset_perag_resv() argument
[all …]
A Dorphanage.c281 xchk_irele(sc, sc->orphanage); in xrep_orphanage_rele()
296 if (sc->ip == sc->orphanage) in xrep_orphanage_can_adopt()
330 adopt->sc = sc; in xrep_adoption_trans_alloc()
356 xfs_trans_ijoin(sc->tp, sc->ip, 0); in xrep_adoption_trans_alloc()
399 struct xfs_scrub *sc = adopt->sc; in xrep_adoption_compute_name() local
437 struct xfs_scrub *sc = adopt->sc; in xrep_adoption_check_dcache() local
474 struct xfs_scrub *sc = adopt->sc; in xrep_adoption_zap_dcache() local
526 struct xfs_scrub *sc = adopt->sc; in xrep_adoption_move() local
563 xfs_bumplink(sc->tp, sc->orphanage); in xrep_adoption_move()
568 xfs_bumplink(sc->tp, sc->ip); in xrep_adoption_move()
[all …]
A Dsymlink_repair.c125 error = xfs_trans_read_buf(sc->mp, sc->tp, sc->mp->m_ddev_targp, in xrep_symlink_salvage_remote()
286 error = xfs_bmap_local_to_extents(sc->tp, sc->tempip, 1, in xrep_symlink_swap_prep()
289 sc); in xrep_symlink_swap_prep()
293 xfs_trans_log_inode(sc->tp, sc->ip, 0); in xrep_symlink_swap_prep()
316 xfs_trans_log_inode(sc->tp, sc->ip, in xrep_symlink_swap_prep()
341 sc->tempip->i_disk_size <= xfs_inode_data_fork_size(sc->ip)) { in xrep_symlink_swap()
368 error = xrep_reap_ifork(sc, sc->tempip, XFS_DATA_FORK); in xrep_symlink_reset_fork()
377 return xfs_symlink_write_target(sc->tp, sc->tempip, sc->tempip->i_ino, in xrep_symlink_reset_fork()
416 xfs_trans_ijoin(sc->tp, sc->tempip, 0); in xrep_symlink_rebuild()
436 error = xfs_symlink_write_target(sc->tp, sc->tempip, sc->ip->i_ino, in xrep_symlink_rebuild()
[all …]
A Dtempfile.c175 xchk_irele(sc, sc->tempip); in xrep_tempfile_create()
289 xfs_iunlock(sc->tempip, sc->temp_ilock_flags); in xrep_tempfile_rele()
293 xchk_irele(sc, sc->tempip); in xrep_tempfile_rele()
313 ASSERT(!XFS_NOT_DQATTACHED(sc->mp, sc->tempip)); in xrep_tempfile_prealloc()
346 error = xfs_bmapi_write(sc->tp, sc->tempip, off, end - off, in xrep_tempfile_prealloc()
481 xfs_trans_log_inode(sc->tp, sc->tempip, XFS_ILOG_CORE); in xrep_tempfile_roll_trans()
486 xfs_trans_ijoin(sc->tp, sc->tempip, 0); in xrep_tempfile_roll_trans()
752 xfs_exchrange_ilock(sc->tp, sc->ip, sc->tempip); in xrep_tempexch_trans_alloc()
820 ASSERT(sc->tempip->i_forkoff >= sc->ip->i_forkoff); in xrep_tempfile_copyout_local()
834 sc->ip->i_disk_size = sc->tempip->i_disk_size; in xrep_tempfile_copyout_local()
[all …]
A Drepair.c69 error = sc->ops->repair(sc); in xrep_attempt()
163 xfs_trans_bhold(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans()
168 xfs_trans_bhold(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans()
183 xfs_trans_bjoin(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans()
185 xfs_trans_bjoin(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans()
218 xfs_trans_bhold(sc->tp, sc->sa.agi_bp); in xrep_defer_finish()
223 xfs_trans_bhold(sc->tp, sc->sa.agf_bp); in xrep_defer_finish()
678 ri.sc = sc; in xrep_find_ag_btree_roots()
1019 error = sub->sc.ops->scrub(&sub->sc); in xrep_metadata_inode_subtype()
1050 error = sub->sc.ops->scrub(&sub->sc); in xrep_metadata_inode_subtype()
[all …]
A Dparent.c118 .sc = sc, in xchk_parent_validate()
290 struct xfs_scrub *sc = pp->sc; in xchk_parent_pptr_and_dotdot() local
303 if (sc->ip == sc->mp->m_rootip) { in xchk_parent_pptr_and_dotdot()
370 struct xfs_scrub *sc = pp->sc; in xchk_parent_dirent() local
402 struct xfs_scrub *sc = pp->sc; in xchk_parent_iget() local
539 struct xfs_scrub *sc = pp->sc; in xchk_parent_revalidate_pptr() local
561 struct xfs_scrub *sc = pp->sc; in xchk_parent_slow_pptr() local
596 xchk_iunlock(sc, sc->ilock_flags); in xchk_parent_slow_pptr()
693 struct xfs_scrub *sc = pp->sc; in xchk_parent_count_pptrs() local
714 if (sc->ip == sc->mp->m_rootip) in xchk_parent_count_pptrs()
[all …]
A Drmap.c92 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_rmapbt_xref_refc()
106 xchk_btree_xref_set_corrupt(sc, sc->sa.refc_cur, 0); in xchk_rmapbt_xref_refc()
149 struct xfs_scrub *sc = bs->sc; in xchk_rmapbt_check_unwritten_in_keyflags() local
287 struct xfs_scrub *sc = bs->sc; in xchk_rmapbt_mark_bitmap() local
424 cur = xfs_bnobt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
434 cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
459 cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, sc->sa.agi_bp); in xchk_rmapbt_walk_ag_metadata()
483 sc->sa.agf_bp, sc->sa.pag); in xchk_rmapbt_walk_ag_metadata()
593 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_only_owned_by()
618 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_not_owned_by()
[all …]
A Dfscounters.c71 struct xfs_scrub *sc) in xchk_fscount_warmup() argument
122 struct xfs_scrub *sc) in xchk_fsfreeze() argument
133 struct xfs_scrub *sc) in xchk_fsthaw() argument
183 struct xfs_scrub *sc = fsc->sc; in xchk_fscounters_cleanup() local
211 if (!sc->buf) in xchk_setup_fscounters()
214 fsc = sc->buf; in xchk_setup_fscounters()
215 fsc->sc = sc; in xchk_setup_fscounters()
234 if ((sc->flags & XCHK_TRY_HARDER) || xchk_could_repair(sc)) { in xchk_setup_fscounters()
267 error = xchk_ag_init_existing(sc, agno, &sc->sa); in xchk_fscount_btreeblks()
282 xchk_ag_free(sc, &sc->sa); in xchk_fscount_btreeblks()
[all …]
A Dinode_repair.c157 ri->sc = sc; in xrep_setup_inode()
340 struct xfs_scrub *sc = ri->sc; in xrep_dinode_findmode_walk_directory() local
394 struct xfs_scrub *sc = ri->sc; in xrep_dinode_find_mode() local
485 struct xfs_scrub *sc = ri->sc; in xrep_dinode_mode() local
581 struct xfs_scrub *sc = ri->sc; in xrep_dinode_zap_symlink() local
604 struct xfs_scrub *sc = ri->sc; in xrep_dinode_zap_dir() local
627 struct xfs_scrub *sc = ri->sc; in xrep_dinode_size() local
991 struct xfs_scrub *sc = ri->sc; in xrep_dinode_zap_dfork() local
1092 struct xfs_scrub *sc = ri->sc; in xrep_dinode_zap_afork() local
1122 struct xfs_scrub *sc = ri->sc; in xrep_dinode_ensure_forkoff() local
[all …]
/linux/drivers/clk/qcom/
A Dgdsc.c71 reg = sc->gdscr; in gdsc_check_status()
194 sc->rcdev->ops->deassert(sc->rcdev, sc->resets[i]); in gdsc_deassert_reset()
203 sc->rcdev->ops->assert(sc->rcdev, sc->resets[i]); in gdsc_assert_reset()
216 regmap_update_bits(sc->regmap, sc->cxcs[i], mask, mask); in gdsc_force_mem_on()
228 regmap_update_bits(sc->regmap, sc->cxcs[i], mask, 0); in gdsc_clear_mem_on()
233 regmap_update_bits(sc->regmap, sc->clamp_io_ctrl, in gdsc_deassert_clamp_io()
239 regmap_update_bits(sc->regmap, sc->clamp_io_ctrl, in gdsc_assert_clamp_io()
245 regmap_update_bits(sc->regmap, sc->clamp_io_ctrl, in gdsc_assert_reset_aon()
248 regmap_update_bits(sc->regmap, sc->clamp_io_ctrl, in gdsc_assert_reset_aon()
256 regmap_update_bits(sc->regmap, sc->gdscr, mask, mask); in gdsc_retain_ff_on()
[all …]
/linux/drivers/hid/
A Dhid-sony.c1019 input_set_drvdata(sc->touchpad, sc); in sony_register_touchpad()
1021 sc->touchpad->phys = sc->hdev->phys; in sony_register_touchpad()
1022 sc->touchpad->uniq = sc->hdev->uniq; in sony_register_touchpad()
1085 input_set_drvdata(sc->sensor_dev, sc); in sony_register_sensors()
1087 sc->sensor_dev->phys = sc->hdev->phys; in sony_register_sensors()
1088 sc->sensor_dev->uniq = sc->hdev->uniq; in sony_register_sensors()
1549 sc->send_output_report(sc); in sony_send_output_report()
1557 sc->send_output_report(sc); in sony_state_worker()
1768 &sc->mac_address[5], &sc->mac_address[4], &sc->mac_address[3], in sony_get_bt_devaddr()
1769 &sc->mac_address[2], &sc->mac_address[1], &sc->mac_address[0]); in sony_get_bt_devaddr()
[all …]
/linux/drivers/infiniband/hw/hfi1/
A Dpio.c524 sc->hw_free = &sc->dd->cr_base[sc->node].va[gc].cr[index]; in cr_group_addresses()
695 sci->sc = sc; in sc_alloc()
1124 sc = dd->send_contexts[i].sc; in pio_freeze()
1130 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_freeze()
1151 sc = dd->send_contexts[i].sc; in pio_kernel_unfreeze()
1152 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_kernel_unfreeze()
1179 sc = dd->send_contexts[i].sc; in pio_kernel_linkup()
1461 sc->fill_wrap = sc->fill_wrap - sc->credits; in sc_buffer_alloc()
2131 sc->flags, sc->sw_index, sc->hw_context, sc->group); in seqfile_dump_sci()
2133 sc->sr_size, sc->credits, sc->sr_head, sc->sr_tail); in seqfile_dump_sci()
[all …]
/linux/drivers/firmware/arm_scmi/
A Dscmi_power_control.c124 mutex_lock(&sc->state_mtx); in scmi_reboot_notifier()
161 sc->required_transition); in scmi_request_forceful_transition()
188 sc = dwork_to_sconf(dwork); in scmi_forceful_work_func()
191 mutex_lock(&sc->state_mtx); in scmi_forceful_work_func()
232 dev_warn(sc->dev, in scmi_request_graceful_transition()
237 dev_dbg(sc->dev, in scmi_request_graceful_transition()
304 mutex_lock(&sc->state_mtx); in scmi_userspace_notifier()
306 dev_dbg(sc->dev, in scmi_userspace_notifier()
348 sc = devm_kzalloc(&sdev->dev, sizeof(*sc), GFP_KERNEL); in scmi_syspower_probe()
349 if (!sc) in scmi_syspower_probe()
[all …]
/linux/drivers/scsi/snic/
A Dsnic_scsi.c260 rqi->sc = sc; in snic_issue_scsi_req()
345 sc, snic_cmd_tag(sc), sc->cmnd[0], sc->device->lun); in snic_queuecommand()
579 sc->device->lun, sc, sc->cmnd[0], snic_cmd_tag(sc), in snic_icmnd_cmpl_handler()
922 sc = rqi->sc; in snic_itmf_cmpl_handler()
1008 sc = rqi->sc; in snic_hba_reset_cmpl_handler()
1441 sc, snic_cmd_tag(sc), CMD_FLAGS(sc)); in snic_abort_finish()
2127 sc, sc->cmnd[0], scsi_cmd_to_rq(sc), in snic_device_reset()
2161 rqi->sc = sc; in snic_device_reset()
2220 rqi->sc = sc; in snic_issue_hba_reset()
2362 sc, sc->cmnd[0], scsi_cmd_to_rq(sc), in snic_host_reset()
[all …]
/linux/drivers/usb/atm/
A Dueagle-atm.c917 if (sc->dsp_firm == NULL && request_dsp(sc) < 0) in uea_load_page_e1()
1039 if (sc->dsp_firm == NULL && request_dsp(sc) < 0) in uea_load_page_e4()
1359 sc->stats.phy.mflags |= sc->stats.phy.flags; in uea_stat_e1()
1501 sc->stats.phy.mflags |= sc->stats.phy.flags; in uea_stat_e4()
1870 ret = sc->send_cmvs(sc); in uea_start_reset()
1896 ret = sc->stat(sc); in uea_kthread()
2003 sc->data = sc->data << 16 | sc->data >> 16; in uea_dispatch_cmv_e1()
2107 sc->schedule_load_page(sc, intr); in uea_intr()
2111 sc->dispatch_cmv(sc, intr); in uea_intr()
2168 usb_fill_int_urb(sc->urb_int, sc->usb_dev, in uea_boot()
[all …]

Completed in 108 milliseconds

12345678910>>...22