Searched refs:dev (Results 26 - 50 of 8117) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/tests/hwsim/
H A Dtest_dpp3.py9 def test_dpp_network_intro_version(dev, apdev):
11 check_dpp_capab(dev[0], min_ver=3)
14 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
15 dev[0].select_network(id, freq=2412)
16 dev[0].wait_connected()
18 dev[0].set("dpp_config_processing", "0", allow_fail=True)
20 def test_dpp_network_intro_version_change(dev, apdev):
22 check_dpp_capab(dev[0], min_ver=3)
25 dev[0].set("dpp_version_override", "2")
26 id, hapd = run_dpp_auto_connect(dev, apde
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dcore.c8 struct mt7603_dev *dev = container_of(mdev, struct mt7603_dev, mt76); local
10 mt7603_irq_enable(dev, MT_INT_RX_DONE(q));
15 struct mt7603_dev *dev = dev_instance; local
18 intr = mt76_rr(dev, MT_INT_SOURCE_CSR);
19 mt76_wr(dev, MT_INT_SOURCE_CSR, intr);
21 if (!test_bit(MT76_STATE_INITIALIZED, &dev->mphy.state))
24 trace_dev_irq(&dev->mt76, intr, dev->mt76.mmio.irqmask);
26 intr &= dev->mt76.mmio.irqmask;
29 u32 hwintr = mt76_rr(dev, MT_HW_INT_STATU
57 mt7603_reg_map(struct mt7603_dev *dev, u32 addr) argument
[all...]
/freebsd-current/stand/kshim/
H A Dbsd_global.h34 #include <dev/usb/usb_freebsd_loader.h>
35 #include <dev/usb/usb_endian.h>
36 #include <dev/usb/usb.h>
37 #include <dev/usb/usbdi.h>
38 #include <dev/usb/usb_core.h>
39 #include <dev/usb/usb_debug.h>
40 #include <dev/usb/usb_process.h>
41 #include <dev/usb/usb_busdma.h>
42 #include <dev/usb/usb_dynamic.h>
43 #include <dev/us
[all...]
/freebsd-current/tests/sys/geom/class/raid3/
H A D12_test.sh15 dd if=/dev/random of=/dev/${us0} count=$nblocks1 >/dev/null 2>&1
16 dd if=/dev/random of=/dev/${us1} count=$nblocks1 >/dev/null 2>&1
17 dd if=/dev/random of=/dev/${us2} count=$nblocks1 >/dev/null 2>&1
19 graid3 label -w $name /dev/
[all...]
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacpi.h164 #include <contrib/dev/acpica/include/platform/acenv.h> /* Environment-specific items */
165 #include <contrib/dev/acpica/include/actypes.h> /* ACPICA data types and structures */
166 #include <contrib/dev/acpica/include/platform/acenvex.h> /* Extra environment-specific items */
167 #include <contrib/dev/acpica/include/acnames.h> /* Common ACPI names and strings */
168 #include <contrib/dev/acpica/include/acexcep.h> /* ACPICA exceptions */
169 #include <contrib/dev/acpica/include/actbl.h> /* ACPI table definitions */
170 #include <contrib/dev/acpica/include/acoutput.h> /* Error output and Debug macros */
171 #include <contrib/dev/acpica/include/acrestyp.h> /* Resource Descriptor structs */
172 #include <contrib/dev/acpica/include/acpiosxf.h> /* OSL interfaces (ACPICA-to-OS) */
173 #include <contrib/dev/acpic
[all...]
H A Daccommon.h162 #include <contrib/dev/acpica/include/acconfig.h> /* Global configuration constants */
163 #include <contrib/dev/acpica/include/acmacros.h> /* C macros */
164 #include <contrib/dev/acpica/include/aclocal.h> /* Internal data types */
165 #include <contrib/dev/acpica/include/acobject.h> /* ACPI internal object */
166 #include <contrib/dev/acpica/include/acstruct.h> /* Common structures */
167 #include <contrib/dev/acpica/include/acglobal.h> /* All global variables */
168 #include <contrib/dev/acpica/include/achware.h> /* Hardware defines and interfaces */
169 #include <contrib/dev/acpica/include/acutils.h> /* Utility interfaces */
171 #include <contrib/dev/acpica/include/acclib.h> /* C library interfaces */
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb_init.c13 static void mt76x2u_init_dma(struct mt76x02_dev *dev) argument
15 u32 val = mt76_rr(dev, MT_VEND_ADDR(CFG, MT_USB_U3DMA_CFG));
25 mt76_wr(dev, MT_VEND_ADDR(CFG, MT_USB_U3DMA_CFG), val);
28 static void mt76x2u_power_on_rf_patch(struct mt76x02_dev *dev) argument
30 mt76_set(dev, MT_VEND_ADDR(CFG, 0x130), BIT(0) | BIT(16));
33 mt76_clear(dev, MT_VEND_ADDR(CFG, 0x1c), 0xff);
34 mt76_set(dev, MT_VEND_ADDR(CFG, 0x1c), 0x30);
36 mt76_wr(dev, MT_VEND_ADDR(CFG, 0x14), 0x484f);
39 mt76_set(dev, MT_VEND_ADDR(CFG, 0x130), BIT(17));
42 mt76_clear(dev, MT_VEND_ADD
48 mt76x2u_power_on_rf(struct mt76x02_dev *dev, int unit) argument
70 mt76x2u_power_on(struct mt76x02_dev *dev) argument
106 mt76x2u_init_eeprom(struct mt76x02_dev *dev) argument
126 mt76x2u_init_hardware(struct mt76x02_dev *dev) argument
190 mt76x2u_register_device(struct mt76x02_dev *dev) argument
238 mt76x2u_stop_hw(struct mt76x02_dev *dev) argument
245 mt76x2u_cleanup(struct mt76x02_dev *dev) argument
[all...]
H A Dusb_mac.c9 static void mt76x2u_mac_fixup_xtal(struct mt76x02_dev *dev) argument
14 eep_val = mt76x02_eeprom_get(dev, MT_EE_XTAL_TRIM_2);
24 eep_val = mt76x02_eeprom_get(dev, MT_EE_XTAL_TRIM_1);
32 mt76_rmw_field(dev, MT_VEND_ADDR(CFG, MT_XO_CTRL5),
34 mt76_set(dev, MT_VEND_ADDR(CFG, MT_XO_CTRL6), MT_XO_CTRL6_C2_CTRL);
36 mt76_wr(dev, 0x504, 0x06000000);
37 mt76_wr(dev, 0x50c, 0x08800000);
39 mt76_wr(dev, 0x504, 0x0);
42 mt76_rmw_field(dev, MT_XIFS_TIME_CFG,
44 mt76_rmw_field(dev, MT_BKOFF_SLOT_CF
62 mt76x2u_mac_reset(struct mt76x02_dev *dev) argument
95 mt76x2u_mac_stop(struct mt76x02_dev *dev) argument
[all...]
H A Dusb_main.c11 struct mt76x02_dev *dev = hw->priv; local
14 ret = mt76x02u_mac_start(dev);
18 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work,
20 set_bit(MT76_STATE_RUNNING, &dev->mphy.state);
27 struct mt76x02_dev *dev = hw->priv; local
29 clear_bit(MT76_STATE_RUNNING, &dev->mphy.state);
30 mt76u_stop_tx(&dev->mt76);
31 mt76x2u_stop_hw(dev);
35 mt76x2u_set_channel(struct mt76x02_dev *dev, argument
67 struct mt76x02_dev *dev = hw->priv; local
[all...]
H A Dmt76x2.h26 static inline bool is_mt7612(struct mt76x02_dev *dev) argument
28 return mt76_chip(&dev->mt76) == 0x7612;
31 static inline bool mt76x2_channel_silent(struct mt76x02_dev *dev) argument
33 struct ieee80211_channel *chan = dev->mphy.chandef.chan;
41 int mt76x2_register_device(struct mt76x02_dev *dev);
42 int mt76x2_resume_device(struct mt76x02_dev *dev);
46 void mt76x2_phy_power_on(struct mt76x02_dev *dev);
47 void mt76x2_stop_hardware(struct mt76x02_dev *dev);
48 int mt76x2_eeprom_init(struct mt76x02_dev *dev);
49 int mt76x2_apply_calibration_data(struct mt76x02_dev *dev, in
[all...]
H A Dmac.c9 void mt76x2_mac_stop(struct mt76x02_dev *dev, bool force) argument
15 mt76_clear(dev, MT_TXOP_CTRL_CFG, MT_TXOP_ED_CCA_EN);
16 mt76_clear(dev, MT_TXOP_HLDR_ET, MT_TXOP_HLDR_TX40M_BLK_EN);
18 mt76_wr(dev, MT_MAC_SYS_CTRL, 0);
20 rts_cfg = mt76_rr(dev, MT_TX_RTS_CFG);
21 mt76_wr(dev, MT_TX_RTS_CFG, rts_cfg & ~MT_TX_RTS_CFG_RETRY_LIMIT);
25 if ((mt76_rr(dev, MT_MAC_STATUS) &
27 mt76_rr(dev, MT_BBP(IBI, 12))) {
37 mt76_set(dev, MT_BBP(CORE, 4), BIT(1));
38 mt76_clear(dev, MT_BB
[all...]
H A Dpci_main.c12 struct mt76x02_dev *dev = hw->priv; local
14 mt76x02_mac_start(dev);
15 mt76x2_phy_start(dev);
17 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work,
19 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->wdt_work,
22 set_bit(MT76_STATE_RUNNING, &dev->mphy.state);
29 struct mt76x02_dev *dev = hw->priv; local
31 clear_bit(MT76_STATE_RUNNING, &dev
36 mt76x2_set_channel(struct mt76x02_dev *dev, struct cfg80211_chan_def *chandef) argument
67 struct mt76x02_dev *dev = hw->priv; local
116 struct mt76x02_dev *dev = hw->priv; local
[all...]
/freebsd-current/sys/dev/pci/
H A Dfixup_pci.c40 #include <dev/pci/pcivar.h>
41 #include <dev/pci/pcireg.h>
51 static int fixup_pci_probe(device_t dev);
52 static void fixwsc_natoma(device_t dev);
53 static void fixc1_nforce2(device_t dev);
71 fixup_pci_probe(device_t dev) argument
73 switch (pci_get_devid(dev)) {
75 fixwsc_natoma(dev);
78 fixc1_nforce2(dev);
85 fixwsc_natoma(device_t dev) argument
124 fixc1_nforce2(device_t dev) argument
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_context.c44 #include <dev/drm2/drmP.h>
53 * \param dev DRM device.
60 void drm_ctxbitmap_free(struct drm_device * dev, int ctx_handle) argument
63 dev->ctx_bitmap == NULL) {
69 DRM_LOCK(dev);
70 clear_bit(ctx_handle, dev->ctx_bitmap);
71 dev->context_sareas[ctx_handle] = NULL;
72 DRM_UNLOCK(dev);
78 * \param dev DRM device.
84 static int drm_ctxbitmap_next(struct drm_device * dev) argument
128 drm_ctxbitmap_init(struct drm_device * dev) argument
160 drm_ctxbitmap_cleanup(struct drm_device * dev) argument
187 drm_getsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
220 drm_setsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
262 drm_context_switch(struct drm_device * dev, int old, int new) argument
290 drm_context_switch_complete(struct drm_device *dev, struct drm_file *file_priv, int new) argument
318 drm_resctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
349 drm_addctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
385 drm_modctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
400 drm_getctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
421 drm_switchctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
441 drm_newctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
463 drm_rmctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio_mac.c10 static void mt7921s_enable_irq(struct mt76_dev *dev) argument
12 struct mt76_sdio *sdio = &dev->sdio;
19 static void mt7921s_disable_irq(struct mt76_dev *dev) argument
21 struct mt76_sdio *sdio = &dev->sdio;
28 static u32 mt7921s_read_whcr(struct mt76_dev *dev) argument
30 return sdio_readl(dev->sdio.func, MCR_WHCR, NULL);
33 int mt7921s_wfsys_reset(struct mt792x_dev *dev) argument
35 struct mt76_sdio *sdio = &dev->mt76.sdio;
38 mt7921s_mcu_drv_pmctrl(dev);
58 readx_poll_timeout(mt7921s_read_whcr, &dev
74 mt7921s_init_reset(struct mt792x_dev *dev) argument
94 mt7921s_mac_reset(struct mt792x_dev *dev) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddma.c15 mt7622_init_tx_queues_multi(struct mt7615_dev *dev) argument
27 ret = mt76_init_tx_queue(&dev->mphy, i, wmm_queue_map[i],
34 ret = mt76_init_tx_queue(&dev->mphy, MT_TXQ_PSD, MT7622_TXQ_MGMT,
40 return mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, MT7622_TXQ_MCU,
45 mt7615_init_tx_queues(struct mt7615_dev *dev) argument
49 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_FWDL, MT7615_TXQ_FWDL,
54 if (!is_mt7615(&dev->mt76))
55 return mt7622_init_tx_queues_multi(dev);
57 ret = mt76_connac_init_tx_queues(&dev->mphy, 0, MT7615_TX_RING_SIZE,
62 return mt76_init_mcu_queue(&dev
68 struct mt7615_dev *dev; local
89 struct mt7615_dev *dev; local
105 mt7615_wait_pdma_busy(struct mt7615_dev *dev) argument
142 mt7622_dma_sched_init(struct mt7615_dev *dev) argument
166 mt7663_dma_sched_init(struct mt7615_dev *dev) argument
201 mt7615_dma_start(struct mt7615_dev *dev) argument
220 mt7615_dma_init(struct mt7615_dev *dev) argument
308 mt7615_dma_cleanup(struct mt7615_dev *dev) argument
[all...]
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_dev_attr.c16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) argument
21 len = dev->manufacturer ? os_strlen(dev->manufacturer) : 0;
35 wpabuf_put_data(msg, dev->manufacturer, len);
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) argument
45 len = dev->model_name ? os_strlen(dev->model_name) : 0;
59 wpabuf_put_data(msg, dev->model_name, len);
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) argument
69 len = dev
88 wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) argument
112 wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) argument
122 wps_build_secondary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) argument
138 wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, unsigned int num_req_dev_types, const u8 *req_dev_types) argument
158 wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) argument
182 wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) argument
195 wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) argument
205 wps_build_vendor_ext_m1(struct wps_device_data *dev, struct wpabuf *msg) argument
219 wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg, u8 rf_band) argument
226 wps_build_vendor_ext(struct wps_device_data *dev, struct wpabuf *msg) argument
245 wps_build_application_ext(struct wps_device_data *dev, struct wpabuf *msg) argument
260 wps_process_manufacturer(struct wps_device_data *dev, const u8 *str, size_t str_len) argument
279 wps_process_model_name(struct wps_device_data *dev, const u8 *str, size_t str_len) argument
298 wps_process_model_number(struct wps_device_data *dev, const u8 *str, size_t str_len) argument
317 wps_process_serial_number(struct wps_device_data *dev, const u8 *str, size_t str_len) argument
336 wps_process_dev_name(struct wps_device_data *dev, const u8 *str, size_t str_len) argument
355 wps_process_primary_dev_type(struct wps_device_data *dev, const u8 *dev_type) argument
376 wps_process_device_attrs(struct wps_device_data *dev, struct wps_parse_attr *attr) argument
394 wps_process_os_version(struct wps_device_data *dev, const u8 *ver) argument
408 wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext) argument
416 wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands) argument
430 wps_device_data_free(struct wps_device_data *dev) argument
[all...]
H A Dwps_dev_attr.h14 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg);
15 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg);
16 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg);
17 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg);
18 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg);
19 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg);
20 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg);
21 int wps_build_vendor_ext_m1(struct wps_device_data *dev, struct wpabuf *msg);
22 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg,
24 int wps_build_primary_dev_type(struct wps_device_data *dev,
[all...]
/freebsd-current/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.h42 #include <dev/bhnd/bhnd.h>
50 * @param dev A bhnd(4) PMU device.
59 bhnd_pmu_read_chipctrl(device_t dev, uint32_t reg) argument
61 return (BHND_PMU_READ_CHIPCTRL(dev, reg));
67 * @param dev A bhnd(4) PMU device.
76 bhnd_pmu_write_chipctrl(device_t dev, uint32_t reg, uint32_t value, argument
79 return (BHND_PMU_WRITE_CHIPCTRL(dev, reg, value, mask));
85 * @param dev A bhnd(4) PMU device.
94 bhnd_pmu_read_regctrl(device_t dev, uint32_t reg) argument
96 return (BHND_PMU_READ_REGCTRL(dev, re
111 bhnd_pmu_write_regctrl(device_t dev, uint32_t reg, uint32_t value, uint32_t mask) argument
129 bhnd_pmu_read_pllctrl(device_t dev, uint32_t reg) argument
146 bhnd_pmu_write_pllctrl(device_t dev, uint32_t reg, uint32_t value, uint32_t mask) argument
163 bhnd_pmu_set_voltage_raw(device_t dev, bhnd_pmu_regulator regulator, uint32_t value) argument
179 bhnd_pmu_enable_regulator(device_t dev, bhnd_pmu_regulator regulator) argument
194 bhnd_pmu_disable_regulator(device_t dev, bhnd_pmu_regulator regulator) argument
215 bhnd_pmu_get_clock_latency(device_t dev, bhnd_clock clock, u_int *latency) argument
231 bhnd_pmu_get_clock_freq(device_t dev, bhnd_clock clock, u_int *freq) argument
247 bhnd_pmu_request_spuravoid(device_t dev, bhnd_pmu_spuravoid spuravoid) argument
261 bhnd_pmu_get_max_transition_latency(device_t dev) argument
[all...]
/freebsd-current/sys/dev/mthca/
H A Dmthca_pd.c39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) argument
46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc);
51 err = mthca_mr_alloc_notrans(dev, pd->pd_num,
56 mthca_free(&dev->pd_table.alloc, pd->pd_num);
62 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd) argument
65 mthca_free_mr(dev, &pd->ntmr);
66 mthca_free(&dev->pd_table.alloc, pd->pd_num);
69 int mthca_init_pd_table(struct mthca_dev *dev) argument
71 return mthca_alloc_init(&dev->pd_table.alloc,
72 dev
77 mthca_cleanup_pd_table(struct mthca_dev *dev) argument
[all...]
/freebsd-current/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_private.h55 * @param dev A bhnd bus child device.
63 bhnd_pwrctl_hostb_get_clksrc(device_t dev, bhnd_clock clock) argument
65 return (BHND_PWRCTL_HOSTB_GET_CLKSRC(device_get_parent(dev), dev,
76 * @param dev A bhnd bus child device.
84 bhnd_pwrctl_hostb_gate_clock(device_t dev, bhnd_clock clock) argument
86 return (BHND_PWRCTL_HOSTB_GATE_CLOCK(device_get_parent(dev), dev,
97 * @param dev A bhnd bus child device.
105 bhnd_pwrctl_hostb_ungate_clock(device_t dev, bhnd_cloc argument
[all...]
/freebsd-current/sys/dev/etherswitch/arswitch/
H A Darswitch_reg.h31 extern void arswitch_writedbg(device_t dev, int phy, uint16_t dbg_addr,
33 extern void arswitch_writemmd(device_t dev, int phy, uint16_t dbg_addr,
36 extern int arswitch_readreg(device_t dev, int addr);
37 extern int arswitch_writereg(device_t dev, int addr, int value);
38 extern int arswitch_modifyreg(device_t dev, int addr, int mask, int set);
41 extern int arswitch_readreg_lsb(device_t dev, int addr);
42 extern int arswitch_readreg_msb(device_t dev, int addr);
44 extern int arswitch_writereg_lsb(device_t dev, int addr, int data);
45 extern int arswitch_writereg_msb(device_t dev, int addr, int data);
/freebsd-current/libexec/rc/rc.d/
H A Dbluetooth74 if expr "$_line" : "[a-zA-Z0-9_]*=" > /dev/null 2>&1; then
93 dev=$1
99 ngctl mkpeer ${dev}: hci ${hook} drv \
100 > /dev/null 2>&1 || return 1
102 ngctl name ${dev}:${hook} ${dev}hci \
103 > /dev/null 2>&1 || return 1
105 ngctl msg ${dev}hci: set_debug ${bluetooth_device_hci_debug_level} \
106 > /dev/null 2>&1 || return 1
109 ngctl mkpeer ${dev}hc
[all...]
/freebsd-current/sys/dev/p2sb/
H A Dp2sb.h4 void p2sb_lock(device_t dev);
5 void p2sb_unlock(device_t dev);
7 uint32_t p2sb_port_read_4(device_t dev, uint8_t port, uint32_t reg);
8 void p2sb_port_write_4(device_t dev, uint8_t port, uint32_t reg, uint32_t val);
9 int p2sb_get_port(device_t dev, int unit);
/freebsd-current/sys/arm/ti/
H A Dti_prcm.h31 int ti_prcm_write_4(device_t dev, bus_addr_t addr, uint32_t val);
32 int ti_prcm_read_4(device_t dev, bus_addr_t addr, uint32_t *val);
33 int ti_prcm_modify_4(device_t dev, bus_addr_t addr, uint32_t clr, uint32_t set);
34 void ti_prcm_device_lock(device_t dev);
35 void ti_prcm_device_unlock(device_t dev);

Completed in 395 milliseconds

1234567891011>>