| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 56 void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 90 c_type atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS() 93 register c_type ret; \ in ATOMIC_OPS() 102 c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 104 register c_type ret; \ 113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument 115 c_type atomic##prefix##_##op##_return_relaxed(c_type i, \ 121 c_type atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/ |
| H A D | size_type.hpp | 48 typedef typename range_detail::range<C>::type c_type; typedef in boost::range_size 50 … typedef typename range_detail::range_size_type_<c_type>::BOOST_NESTED_TEMPLATE pts<C>::type type;
|
| H A D | value_type.hpp | 64 typedef BOOST_DEDUCED_TYPENAME range_detail::range<C>::type c_type; typedef in boost::range_value 66 …typedef BOOST_DEDUCED_TYPENAME range_detail::range_value_type_<c_type>::BOOST_NESTED_TEMPLATE pts<…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/ |
| H A D | ssv6200_common.h | 94 u32 c_type:3; member 136 u32 c_type:3; member 214 u32 c_type:3; member 250 u32 c_type:3; member
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | cacheinfo.c | 8 #define populate_cache(cache, leaf, c_level, c_type) \ argument 10 leaf->type = c_type; \
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfscache.c | 102 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc() 123 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) { in nfsd_reply_cache_free_locked() 463 switch (rp->c_type) { in nfsd_cache_lookup() 476 WARN_ONCE(1, "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup() 554 rp->c_type = cachetype; in nfsd_cache_update()
|
| H A D | cache.h | 37 c_type, /* status, buffer */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssv_cmd.c | 923 host_cmd->c_type = HOST_CMD; in ssv6xxx_send_noa_cmd() 1283 host_cmd->c_type = HOST_CMD; in ssv_cmd_iqk() 1408 tx_desc->c_type = M2_TXREQ; in txtput_thread_m2() 1474 host_cmd->c_type = TEST_CMD; in txtput_generate_host_cmd() 1509 host_cmd->c_type = HOST_CMD; in watchdog_controller() 1583 host_cmd->c_type = HOST_CMD; in ssv_cmd_rxtput()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 3522 ice_get_rc_coalesce(struct ethtool_coalesce *ec, enum ice_container_type c_type, in ice_get_rc_coalesce() argument 3528 switch (c_type) { in ice_get_rc_coalesce() 3539 dev_dbg(ice_pf_to_dev(rc->ring->vsi->back), "Invalid c_type %d\n", c_type); in ice_get_rc_coalesce() 3633 ice_set_rc_coalesce(enum ice_container_type c_type, struct ethtool_coalesce *ec, in ice_set_rc_coalesce() argument 3636 const char *c_type_str = (c_type == ICE_RX_CONTAINER) ? "rx" : "tx"; in ice_set_rc_coalesce() 3644 switch (c_type) { in ice_set_rc_coalesce() 3672 c_type); in ice_set_rc_coalesce()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | p2p.c | 254 host_cmd->c_type = HOST_CMD; in ssv6xxx_send_noa_cmd()
|
| H A D | dev.c | 626 tx_desc->len, tx_desc->c_type, tx_desc->f80211, tx_desc->qos, tx_desc->ht, 648 … rx_desc->len, rx_desc->c_type, rx_desc->f80211, rx_desc->qos, rx_desc->ht, rx_desc->use_4addr, 881 host_cmd->c_type = HOST_CMD; in hw_update_watch_wsid() 2125 if(tx_desc->c_type > M2_TXREQ) in _process_tx_done() 2166 if(tx_desc->c_type > M2_TXREQ) in ssv6xxx_tx_cb() 2190 if(tx_desc->c_type > M2_TXREQ) in ssv6xxx_tx_rate_update() 2282 tx_desc->c_type = M2_TXREQ; in ssv6xxx_update_txinfo() 3452 host_cmd->c_type = HOST_CMD; 3493 host_cmd->c_type = HOST_CMD; 5202 || (rxdesc->c_type == HOST_EVENT)) [all …]
|
| H A D | ap.c | 146 tx_desc->c_type = M2_TXREQ; in ssv6xxx_beacon_fill_tx_desc()
|
| H A D | init.c | 169 host_cmd->c_type = HOST_CMD; in ssv6xxx_do_iq_calib()
|
| H A D | ampdu.c | 357 tx_desc->c_type = M2_TXREQ; in _add_ampdu_txinfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hwif/sdio/ |
| H A D | sdio.c | 1352 host_cmd->c_type = HOST_CMD;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 84 c->c_type = DCOLON;
|