/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcm_app_utils.c | 157 cca_analyze(cca_congest_channel_req_t *input[], int num_chans, uint flags, chanspec_t *answer) in cca_analyze() 162 uint bitmap_sz; in cca_analyze() 826 uint i; in wl_copy_wlccnt() 865 uint i; in wl_copy_macstat_upto_ver10() 896 uint i; in wl_copy_macstat_ver11()
|
H A D | dbus.c | 150 static void *dbus_if_pktget(void *handle, uint len, bool send); 198 static int dbus_tx_timer_start(dhd_bus_t *dhd_bus, uint timeout); 329 dbus_tx_timer_start(dhd_bus_t *dhd_bus, uint timeout) in dbus_tx_timer_start() 608 uint len, total_len; in dbus_get_fw_nvram() 614 uint memblock_size = 2048; in dbus_get_fw_nvram() 1313 dbus_if_pktget(void *handle, uint len, bool send) in dbus_if_pktget() 2045 uint 2354 uint reorder_info_len; in dhd_dbus_recv_pkt() 2355 uint pkt_count; in dhd_dbus_recv_pkt() 2487 dhd_dbus_pktget(void *handle, uint le [all...] |
H A D | dhd_msgbuf.c | 482 uint curr_ioctl_cmd; 644 static int dhd_msgbuf_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, 645 void *buf, uint len, uint8 action); 646 static int dhd_msgbuf_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, 647 void *buf, uint len, uint8 action); 649 static int dhd_fillup_ioct_reqst(dhd_pub_t *dhd, uint16 len, uint cmd, 676 static int dmaxfer_prepare_dmaaddr(dhd_pub_t *dhd, uint len, uint srcdelay, 677 uint destdelay, dhd_dmaxfer_t *dma); 781 static void BCMFASTPATH dhd_rxchain_frame(dhd_pub_t *dhd, void *pkt, uint ifid [all...] |
H A D | wl_cfg_btcoex.c | 43 extern uint dhd_pkt_filter_enable; 44 extern uint dhd_master_mode; 86 * get named driver variable to uint register value and return error indication 91 uint reg, int *retval) in dev_wlc_intvar_get_reg() 123 get named driver variable to uint register value and return error indication
|
H A D | wldev_common.c | 372 struct net_device *dev, uint *pband) in wldev_get_band() 377 error = wldev_ioctl_get(dev, WLC_GET_BAND, pband, sizeof(uint)); in wldev_get_band() 382 struct net_device *dev, uint band) in wldev_set_band()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 79 static uint hfi1_ipoib_ring_hwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_hwat() 81 return min_t(uint, txq->priv->netdev->tx_queue_len, in hfi1_ipoib_ring_hwat() 85 static uint hfi1_ipoib_ring_lwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_lwat() 87 return min_t(uint, txq->priv->netdev->tx_queue_len, in hfi1_ipoib_ring_lwat() 630 uint seq, in hfi1_ipoib_sdma_sleep()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.c | 911 uint nrsumlevels; /* new rt summary levels */ in xfs_growfs_rt() 912 uint nrsumsize; /* new size of rt summary, bytes */ in xfs_growfs_rt() 950 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks; in xfs_growfs_rt() 1013 (uint)sizeof(xfs_suminfo_t) * nrsumlevels * in xfs_growfs_rt() 1230 (uint)sizeof(xfs_suminfo_t) * mp->m_rsumlevels * in xfs_rtmount_init()
|
H A D | xfs_refcount_item.c | 136 uint nextents) in xfs_cui_init() 311 uint next_extent; in xfs_refcount_update_log_item() 610 uint len; in xfs_cui_copy_format()
|
H A D | xfs_rmap_item.c | 135 uint nextents) in xfs_rui_init() 167 uint len; in xfs_rui_copy_format() 360 uint next_extent; in xfs_rmap_update_log_item()
|
/kernel/linux/linux-5.10/drivers/staging/nvec/ |
H A D | nvec.c | 492 (uint)nvec_msg_size(nvec->rx), in nvec_rx_completed() 493 (uint)nvec->rx->pos); in nvec_rx_completed() 564 (uint)nvec->tx->size, nvec->tx->data[1]); in nvec_tx_set() 660 (uint)(nvec->tx ? nvec->tx->pos : 0), in nvec_interrupt() 661 (uint)(nvec->tx ? nvec->tx->size : 0)); in nvec_interrupt()
|
/kernel/linux/linux-6.6/drivers/staging/nvec/ |
H A D | nvec.c | 493 (uint)nvec_msg_size(nvec->rx), in nvec_rx_completed() 494 (uint)nvec->rx->pos); in nvec_rx_completed() 565 (uint)nvec->tx->size, nvec->tx->data[1]); in nvec_tx_set() 661 (uint)(nvec->tx ? nvec->tx->pos : 0), in nvec_interrupt() 662 (uint)(nvec->tx ? nvec->tx->size : 0)); in nvec_interrupt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 67 static uint hfi1_ipoib_ring_hwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_hwat() 69 return min_t(uint, txq->priv->netdev->tx_queue_len, in hfi1_ipoib_ring_hwat() 73 static uint hfi1_ipoib_ring_lwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_lwat() 75 return min_t(uint, txq->priv->netdev->tx_queue_len, in hfi1_ipoib_ring_lwat() 616 uint seq, in hfi1_ipoib_sdma_sleep()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 1060 %uint = OpTypeInt 32 0 in TEST() 1061 %uint_32 = OpConstant %uint 32 in TEST() 1067 %uint_256 = OpConstant %uint 256 in TEST() 1068 %uint_0 = OpConstant %uint 0 in TEST() 1069 %uint_128 = OpConstant %uint 128 in TEST() 1283 "%uint = OpTypeInt 32 0\n" in TEST() 1287 "%6 = OpUndef %uint\n" in TEST() 1318 "%uint = OpTypeInt 32 0\n" in TEST() 1323 "%7 = OpUndef %uint\n" in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | ir_loader_test.cpp | 1060 %uint = OpTypeInt 32 0 in TEST() 1061 %uint_32 = OpConstant %uint 32 in TEST() 1067 %uint_256 = OpConstant %uint 256 in TEST() 1068 %uint_0 = OpConstant %uint 0 in TEST() 1069 %uint_128 = OpConstant %uint 128 in TEST() 1283 "%uint = OpTypeInt 32 0\n" in TEST() 1287 "%6 = OpUndef %uint\n" in TEST() 1318 "%uint = OpTypeInt 32 0\n" in TEST() 1323 "%7 = OpUndef %uint\n" in TEST()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 1062 %uint = OpTypeInt 32 0 in TEST() 1063 %uint_32 = OpConstant %uint 32 in TEST() 1069 %uint_256 = OpConstant %uint 256 in TEST() 1070 %uint_0 = OpConstant %uint 0 in TEST() 1071 %uint_128 = OpConstant %uint 128 in TEST() 1285 "%uint = OpTypeInt 32 0\n" in TEST() 1289 "%6 = OpUndef %uint\n" in TEST() 1321 "%uint = OpTypeInt 32 0\n" in TEST() 1326 "%7 = OpUndef %uint\n" in TEST()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1201 uint state; 1202 uint tx_rate; 1278 uint intr_blocked; 1302 uint features; 1303 uint overrides; 1374 uint alloc_size; 1375 uint phys; 1492 static inline void hw_ack_intr(struct ksz_hw *hw, uint interrupt) in hw_ack_intr() 1504 static inline void hw_set_intr(struct ksz_hw *hw, uint interrupt) in hw_set_intr() 1516 static inline void hw_dis_intr_bit(struct ksz_hw *hw, uint bi [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-crypto-fallback.c | 25 module_param(num_prealloc_bounce_pg, uint, 0); 30 module_param_named(num_keyslots, blk_crypto_num_keyslots, uint, 0); 35 module_param(num_prealloc_fallback_crypt_ctxs, uint, 0);
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | ath3k.c | 237 size = min_t(uint, count, BULK_SIZE); in ath3k_load_firmware() 290 size = min_t(uint, count, FW_HDR_SIZE); in ath3k_load_fwfile() 310 size = min_t(uint, count, BULK_SIZE); in ath3k_load_fwfile()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-rq.c | 591 module_param(reserved_rq_based_ios, uint, S_IRUGO | S_IWUSR); 599 module_param(dm_mq_nr_hw_queues, uint, S_IRUGO | S_IWUSR); 602 module_param(dm_mq_queue_depth, uint, S_IRUGO | S_IWUSR);
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
H A D | pcie.c | 33 module_param(tx_bd_size_param, uint, 0644); 37 module_param(rx_bd_size_param, uint, 0644); 45 module_param(fw_blksize_param, uint, 0644);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | usb_intf.c | 240 static uint r8712_usb_dvobj_init(struct _adapter *padapter) in r8712_usb_dvobj_init() 242 uint status = _SUCCESS; in r8712_usb_dvobj_init() 346 uint status; in r871xu_drv_init()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | htc-i2cpld.c | 44 uint irq_start; 58 uint irq_start; 60 uint chained_irq;
|
/kernel/linux/linux-5.10/drivers/staging/gasket/ |
H A D | apex_driver.c | 449 static bool apex_ioctl_check_permissions(struct file *filp, uint cmd) in apex_ioctl_check_permissions() 489 static long apex_ioctl(struct file *filp, uint cmd, void __user *argp) in apex_ioctl() 513 uint val; in sysfs_show()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | f71808e_wdt.c | 88 module_param(pulse_width, uint, 0); 94 module_param(f71862fg_pin, uint, 0); 104 module_param(start_withtimeout, uint, 0);
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | usb_intf.c | 239 static uint r8712_usb_dvobj_init(struct _adapter *padapter) in r8712_usb_dvobj_init() 241 uint status = _SUCCESS; in r8712_usb_dvobj_init() 345 uint status; in r871xu_drv_init()
|