| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | acs.c | 249 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) in acs_clean_chan_surveys() argument 253 if (dl_list_empty(&chan->survey_list)) in acs_clean_chan_surveys() 256 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys() 267 struct hostapd_channel_data *chan; in acs_cleanup() local 270 chan = &iface->current_mode->channels[i]; in acs_cleanup() 272 if (chan->flag & HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED) in acs_cleanup() 273 acs_clean_chan_surveys(chan); in acs_cleanup() 275 dl_list_init(&chan->survey_list); in acs_cleanup() 276 chan->flag |= HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED; in acs_cleanup() 277 chan in acs_cleanup() 327 acs_survey_chan_interference_factor(struct hostapd_iface *iface, struct hostapd_channel_data *chan) acs_survey_chan_interference_factor() argument 366 acs_usable_ht40_chan(const struct hostapd_channel_data *chan) acs_usable_ht40_chan() argument 380 acs_usable_vht80_chan(const struct hostapd_channel_data *chan) acs_usable_vht80_chan() argument 393 acs_usable_vht160_chan(const struct hostapd_channel_data *chan) acs_usable_vht160_chan() argument 429 acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) acs_survey_list_is_sufficient() argument 459 struct hostapd_channel_data *chan; acs_surveys_are_sufficient() local 474 acs_usable_chan(struct hostapd_channel_data *chan) acs_usable_chan() argument 482 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) is_in_chanlist() argument 496 struct hostapd_channel_data *chan; acs_survey_all_chans_intereference_factor() local 521 struct hostapd_channel_data *chan; acs_find_chan() local 545 is_common_24ghz_chan(int chan) is_common_24ghz_chan() argument 577 struct hostapd_channel_data *chan, *adj_chan, *ideal_chan = NULL, acs_find_ideal_chan() local 923 struct hostapd_channel_data *chan; acs_request_scan() local [all...] |
| H A D | dfs.c | 54 static int dfs_channel_available(struct hostapd_channel_data *chan, in dfs_channel_available() argument 62 if (skip_radar && (chan->flag & HOSTAPD_CHAN_RADAR) && in dfs_channel_available() 63 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) != in dfs_channel_available() 67 if (chan->flag & HOSTAPD_CHAN_DISABLED) in dfs_channel_available() 69 if ((chan->flag & HOSTAPD_CHAN_RADAR) && in dfs_channel_available() 70 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) == in dfs_channel_available() 77 static int dfs_is_chan_allowed(struct hostapd_channel_data *chan, int n_chans) in dfs_is_chan_allowed() argument 117 if (chan->chan == allowed[i]) in dfs_is_chan_allowed() 143 struct hostapd_channel_data *first_chan, *chan; in dfs_chan_range_available() local 177 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) is_in_chanlist() argument 199 struct hostapd_channel_data *chan; dfs_find_channel() local 235 dfs_adjust_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, u8 *oper_centr_freq_seg0_idx, u8 *oper_centr_freq_seg1_idx) dfs_adjust_center_freq() argument 280 struct hostapd_channel_data *chan; dfs_get_start_chan_idx() local 443 struct hostapd_channel_data *chan = NULL; dfs_get_valid_channel() local 488 struct hostapd_channel_data *chan = NULL; set_dfs_state_freq() local 571 struct hostapd_channel_data *chan; dfs_are_channels_overlapped() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | acs.c | 249 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) in acs_clean_chan_surveys() argument 253 if (dl_list_empty(&chan->survey_list)) in acs_clean_chan_surveys() 256 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys() 267 struct hostapd_channel_data *chan; in acs_cleanup_mode() local 270 chan = &mode->channels[i]; in acs_cleanup_mode() 272 if (chan->flag & HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED) in acs_cleanup_mode() 273 acs_clean_chan_surveys(chan); in acs_cleanup_mode() 275 dl_list_init(&chan->survey_list); in acs_cleanup_mode() 276 chan->flag |= HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED; in acs_cleanup_mode() 277 chan in acs_cleanup_mode() 334 acs_survey_chan_interference_factor(struct hostapd_iface *iface, struct hostapd_channel_data *chan) acs_survey_chan_interference_factor() argument 373 acs_usable_bw40_chan(const struct hostapd_channel_data *chan) acs_usable_bw40_chan() argument 391 acs_usable_bw80_chan(const struct hostapd_channel_data *chan) acs_usable_bw80_chan() argument 406 acs_usable_bw160_chan(const struct hostapd_channel_data *chan) acs_usable_bw160_chan() argument 443 acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) acs_survey_list_is_sufficient() argument 473 struct hostapd_channel_data *chan; acs_surveys_are_sufficient_mode() local 502 acs_usable_chan(struct hostapd_channel_data *chan) acs_usable_chan() argument 510 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) is_in_chanlist() argument 520 is_in_freqlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) is_in_freqlist() argument 535 struct hostapd_channel_data *chan; acs_survey_mode_interference_factor() local 580 struct hostapd_channel_data *chan; acs_find_chan_mode() local 602 struct hostapd_channel_data *chan; acs_find_chan() local 624 is_common_24ghz_chan(int chan) is_common_24ghz_chan() argument 655 struct hostapd_channel_data *chan, *adj_chan = NULL; acs_find_ideal_chan_mode() local 1042 struct hostapd_channel_data *chan; acs_request_scan_add_freqs() local [all...] |
| H A D | dfs.c | 59 static int dfs_channel_available(struct hostapd_channel_data *chan, in dfs_channel_available() argument 67 if (skip_radar && (chan->flag & HOSTAPD_CHAN_RADAR) && in dfs_channel_available() 68 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) != in dfs_channel_available() 72 if (chan->flag & HOSTAPD_CHAN_DISABLED) in dfs_channel_available() 74 if ((chan->flag & HOSTAPD_CHAN_RADAR) && in dfs_channel_available() 75 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) == in dfs_channel_available() 82 static int dfs_is_chan_allowed(struct hostapd_channel_data *chan, int n_chans) in dfs_is_chan_allowed() argument 122 if (chan->chan == allowed[i]) in dfs_is_chan_allowed() 148 struct hostapd_channel_data *first_chan, *chan; in dfs_chan_range_available() local 196 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) is_in_chanlist() argument 218 struct hostapd_channel_data *chan; dfs_find_channel() local 271 dfs_adjust_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, int sec_chan_idx_80p80, u8 *oper_centr_freq_seg0_idx, u8 *oper_centr_freq_seg1_idx) dfs_adjust_center_freq() argument 323 struct hostapd_channel_data *chan; dfs_get_start_chan_idx() local 486 struct hostapd_channel_data *chan = NULL; dfs_get_valid_channel() local 579 struct hostapd_channel_data *chan = NULL; set_dfs_state_freq() local 673 struct hostapd_channel_data *chan; dfs_are_channels_overlapped() local 1332 struct hostapd_channel_data *chan; hostapd_is_dfs_overlap() local [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_cull.c | 167 for (unsigned chan = 0; chan < (options->cull_view_near_z || in cull_bbox() 168 options->cull_view_far_z ? 3 : 2); chan++) { in cull_bbox() 170 bbox_min[chan] = ac_build_fmin(ctx, pos[0][chan], pos[1][chan]); in cull_bbox() 171 bbox_max[chan] = ac_build_fmax(ctx, pos[0][chan], pos[1][chan]); in cull_bbox() 174 bbox_min[chan] in cull_bbox() [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
| H A D | l2cap.c | 32 L2capChannel *chan = NULL; in L2CAP_ConnectReq() local 55 chan = L2capNewChannel(conn, lpsm, rpsm); in L2CAP_ConnectReq() 56 *lcid = chan->lcid; in L2CAP_ConnectReq() 75 L2capSendConnectionReq(conn, chan); in L2CAP_ConnectReq() 84 L2capChannel *chan = NULL; in L2CAP_ConnectRsp() local 98 L2capGetChannel2(lcid, &conn, &chan); in L2CAP_ConnectRsp() 99 if (chan == NULL) { in L2CAP_ConnectRsp() 103 if (chan->state != L2CAP_CHANNEL_CONNECT_IN_REQ) { in L2CAP_ConnectRsp() 107 L2capSendConnectionRsp(conn, chan, id, result, status); in L2CAP_ConnectRsp() 110 L2capDeleteChannel(conn, chan, in L2CAP_ConnectRsp() 119 L2capChannel *chan = NULL; L2CAP_ConfigReq() local 184 L2capChannel *chan = NULL; L2CAP_ConfigRsp() local 240 L2capChannel *chan = NULL; L2CAP_DisconnectionReq() local 264 L2capChannel *chan = NULL; L2CAP_DisconnectionRsp() local 289 L2capChannel *chan = NULL; L2CAP_LocalBusy() local 336 L2capChannel *chan = NULL; L2CAP_SendData() local 508 L2capChannel *chan = NULL; L2CAP_DeregisterService() local [all...] |
| H A D | l2cap_core.c | 42 static void L2capDisconnectAbnormal(const L2capChannel *chan, uint8_t reason) in L2capDisconnectAbnormal() argument 46 psm = L2capGetPsm(chan->lpsm); in L2capDisconnectAbnormal() 49 "L2capCallback disconnectAbnormal:%{public}d begin, cid = 0x%04X, reason = %hhu", __LINE__, chan->lcid, reason); in L2capDisconnectAbnormal() 50 psm->service.disconnectAbnormal(chan->lcid, reason, psm->ctx); in L2capDisconnectAbnormal() 87 L2capChannel *chan = NULL; in L2capResponseTimeout() local 89 chan = L2capGetChannel(conn, req->lcid); in L2capResponseTimeout() 90 if (chan != NULL) { in L2capResponseTimeout() 91 L2capDisconnectAbnormal(chan, 0); in L2capResponseTimeout() 92 L2capDeleteChannel(conn, chan, 1); in L2capResponseTimeout() 135 int L2capSendConnectionReq(L2capConnection *conn, L2capChannel *chan) in L2capSendConnectionReq() argument 157 L2capSendConnectionRsp(L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, uint16_t status) L2capSendConnectionRsp() argument 181 L2capSendConfigurationReq(L2capConnection *conn, const L2capChannel *chan) L2capSendConfigurationReq() argument 230 L2capChannelConnected(L2capChannel *chan) L2capChannelConnected() argument 243 L2capSendConfigurationRspRfcProcess( L2capChannel *chan, L2capSignalHeader *signal, uint8_t *buff, uint16_t result, const L2capConfigInfo *cfg) L2capSendConfigurationRspRfcProcess() argument 277 L2capSendConfigurationRsp( const L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, const L2capConfigInfo *cfg) L2capSendConfigurationRsp() argument 326 L2capSendDisconnectionReq(L2capConnection *conn, L2capChannel *chan) L2capSendDisconnectionReq() argument 348 L2capSendDisconnectionRsp(const L2capConnection *conn, const L2capChannel *chan, uint8_t ident) L2capSendDisconnectionRsp() argument 479 L2capBuildSFrame(const L2capChannel *chan, const L2capErfcSControl *sCtrl) L2capBuildSFrame() argument 507 L2capSendSFrame(const L2capConnection *conn, L2capChannel *chan, uint8_t pBit, uint8_t fBit, uint8_t sBit) L2capSendSFrame() argument 529 L2capProcessRxReqSeq(L2capChannel *chan, uint16_t reqSeq) L2capProcessRxReqSeq() argument 586 L2capErfcTxOneFrame(L2capConnection *conn, L2capChannel *chan, uint8_t txSeq) L2capErfcTxOneFrame() argument 630 L2capErfcRemoteBusyProcess(L2capChannel *chan, uint8_t isBusy) L2capErfcRemoteBusyProcess() argument 664 L2capChannel *chan = NULL; L2capErfcMonitorTimeout() local 699 L2capErfcStartMonitorTimer(L2capChannel *chan) L2capErfcStartMonitorTimer() argument 715 L2capChannel *chan = NULL; L2capErfcRetransmissionTimeout() local 747 L2capErfcStartRetransmissionTimer(L2capChannel *chan) L2capErfcStartRetransmissionTimer() argument 762 L2capErfcDoTx(L2capConnection *conn, L2capChannel *chan, uint16_t txWindow, const ListNode *node) L2capErfcDoTx() argument 809 L2capErfcTx(L2capConnection *conn, L2capChannel *chan) L2capErfcTx() argument 849 L2capStreamTx(const L2capConnection *conn, L2capChannel *chan) L2capStreamTx() argument 879 L2capBuildIFrame(L2capChannel *chan, const Packet *pkt, uint8_t sar, uint16_t sduLength) L2capBuildIFrame() argument 918 L2capAddNewPacket(L2capChannel *chan, Packet *pkt) L2capAddNewPacket() argument 938 L2capSendIFrame(L2capConnection *conn, L2capChannel *chan, Packet *pkt) L2capSendIFrame() argument 990 L2capErfcProcessFBit(L2capChannel *chan, uint8_t fBit, uint8_t reqSeq) L2capErfcProcessFBit() argument 1004 L2capErfcProcessSFrame(L2capConnection *conn, L2capChannel *chan, uint8_t ctrl[2]) L2capErfcProcessSFrame() argument 1090 L2capErfcProcessIFrame(L2capConnection *conn, L2capChannel *chan, const Packet *pkt, uint8_t ctrl[2]) L2capErfcProcessIFrame() argument 1131 L2capStreamProcessIFrame(L2capChannel *chan, const Packet *pkt, L2capErfcIControl *iCtrl) L2capStreamProcessIFrame() argument 1327 L2capDestroyPartOption(L2capChannel *chan) L2capDestroyPartOption() argument 1338 L2capProcessConfigurationReqWithContinue( L2capConnection *conn, L2capChannel *chan, L2capSignalHeader *signal, const uint8_t *data, uint16_t optLength) L2capProcessConfigurationReqWithContinue() argument 1370 L2capProcessConfigurationReqContinueOption( L2capConnection *conn, L2capChannel *chan, L2capSignalHeader *signal, const uint8_t *data, uint16_t optLength) L2capProcessConfigurationReqContinueOption() argument 1392 L2capProcessConfigurationReqParse( L2capConnection *conn, L2capChannel *chan, L2capSignalHeader *signal, const uint8_t *data, uint16_t optLength) L2capProcessConfigurationReqParse() argument 1444 L2capChannel *chan = NULL; L2capProcessConfigurationReq() local 1487 L2capConfigurationReqContinuation(L2capConnection *conn, const L2capChannel *chan) L2capConfigurationReqContinuation() argument 1511 L2capChannel *chan = NULL; L2capProcessConfigurationRsp() local 1575 L2capChannel *chan = NULL; L2capProcessConnectionReq() local 1635 L2capChannel *chan = NULL; L2capProcessConnectionRsp() local 1699 L2capChannel *chan = NULL; L2capProcessDisconnectionReq() local 1746 L2capChannel *chan = NULL; L2capProcessDisconnectionRsp() local 1799 L2capIncomingConnection(const L2capConnection *conn, const L2capChannel *chan) L2capIncomingConnection() argument 1856 L2capChannel *chan = NULL; L2capProcessInformationRsp() local 1916 L2capChannel *chan = NULL; L2capProcessCommandReject() local 2044 L2capProcessStreamData(L2capChannel *chan, Packet *pkt) L2capProcessStreamData() argument 2066 L2capProcessErfcData(L2capConnection *conn, L2capChannel *chan, Packet *pkt) L2capProcessErfcData() argument 2087 L2capProcessBasicData(const L2capChannel *chan, Packet *pkt) L2capProcessBasicData() argument 2104 L2capChannel *chan = NULL; L2capProcessData() local 2180 L2capChannel *chan = NULL; L2capAclConnectFailed() local 2245 L2capChannel *chan = NULL; L2capAclDisconnected() local [all...] |
| H A D | l2cap_le.c | 174 static void L2capLeGetChannel2(uint16_t lcid, L2capLeConnection **conn, L2capLeChannel **chan) in L2capLeGetChannel2() argument 182 *chan = L2capLeGetChannel(*conn, lcid); in L2capLeGetChannel2() 183 if ((*chan) != NULL) { in L2capLeGetChannel2() 193 static void L2capLeGetChannel3(uint16_t aclHandle, uint16_t lcid, L2capLeConnection **conn, L2capLeChannel **chan) in L2capLeGetChannel3() argument 200 *chan = L2capLeGetChannel(*conn, lcid); in L2capLeGetChannel3() 206 L2capLeChannel *chan = NULL; in L2capLeGetChannel4() local 211 chan = ListGetNodeData(node); in L2capLeGetChannel4() 212 if (chan->connIdentifier == ident) { in L2capLeGetChannel4() 213 return chan; in L2capLeGetChannel4() 229 L2capLeChannel *chan in L2capLeGetNewLcid() local 254 L2capLeChannel *chan = NULL; L2capLeNewChannel() local 273 L2capLeDestroyChannel(L2capLeChannel *chan) L2capLeDestroyChannel() argument 302 L2capLeDeleteChannel(L2capLeConnection *conn, L2capLeChannel *chan, uint16_t removeAcl) L2capLeDeleteChannel() argument 344 L2capLeChannel *chan = NULL; L2capLeDeleteConnection() local 418 L2capLeChannel *chan = NULL; L2capLeResponseTimeout() local 447 L2capSendCreditBasedConnectionReq(L2capLeConnection *conn, L2capLeChannel *chan) L2capSendCreditBasedConnectionReq() argument 470 L2capSendCreditBasedConnectionRsp( L2capLeConnection *conn, L2capLeChannel *chan, uint8_t ident, uint16_t result) L2capSendCreditBasedConnectionRsp() argument 491 L2capLeSendDisconnectionReq(L2capLeConnection *conn, const L2capLeChannel *chan) L2capLeSendDisconnectionReq() argument 510 L2capLeSendDisconnectionRsp(const L2capLeConnection *conn, const L2capLeChannel *chan, uint8_t ident) L2capLeSendDisconnectionRsp() argument 527 L2capLeSendFlowControlCredit(L2capLeConnection *conn, const L2capLeChannel *chan, uint16_t credit) L2capLeSendFlowControlCredit() argument 544 L2capLeTxWithCredit(const L2capLeConnection *conn, L2capLeChannel *chan) L2capLeTxWithCredit() argument 602 L2capLeSegmentPacketWithCredit(const L2capLeChannel *chan, Packet *pkt) L2capLeSegmentPacketWithCredit() argument 699 L2capLeChannel *chan = NULL; L2capLeProcessCreditBasedConnectionReq() local 760 L2capLeChannel *chan = NULL; L2capLeProcessCreditBasedConnectionRsp() local 819 L2capLeChannel *chan = NULL; L2capLeProcessDisconnectionReq() local 865 L2capLeChannel *chan = NULL; L2capLeProcessDisconnectionRsp() local 905 L2capLeChannel *chan = NULL; L2capLeProcessFlowControlCredit() local 1027 L2capLeDataCallback(const L2capLeChannel *chan, Packet *pkt) L2capLeDataCallback() argument 1045 L2capLeChannel *chan = NULL; L2capLeProcessLeData() local 1113 L2capLeChannel *chan = NULL; L2capLeCleanAllChannels() local 1168 L2capLeChannel *chan = NULL; L2capLeAclConnectProcess() local 1258 L2capLeChannel *chan = NULL; L2CAP_LeCreditBasedConnectionReq() local 1316 L2capLeChannel *chan = NULL; L2CAP_LeCreditBasedConnectionRsp() local 1361 L2capLeChannel *chan = NULL; L2CAP_LeDisconnectionReq() local 1385 L2capLeChannel *chan = NULL; L2CAP_LeDisconnectionRsp() local 1407 L2capLeChannel *chan = NULL; L2CAP_LeSendData() local 1514 L2capLeChannel *chan = NULL; L2CAP_LeDeregisterService() local 1537 L2CAP_LeRegisterFixChannel(uint16_t cid, const L2capLeFixChannel *chan) L2CAP_LeRegisterFixChannel() argument [all...] |
| H A D | l2cap_inst.c | 101 L2capConnection *L2capGetConnection3(const L2capChannel *chan) in L2capGetConnection3() argument 114 if (ListGetNodeData(nodeChan) == chan) { in L2capGetConnection3() 129 L2capChannel *chan = NULL; in L2capGetChannel() local 134 chan = ListGetNodeData(node); in L2capGetChannel() 135 if (chan->lcid == lcid) { in L2capGetChannel() 136 return chan; in L2capGetChannel() 145 void L2capGetChannel2(uint16_t lcid, L2capConnection **conn, L2capChannel **chan) in L2capGetChannel2() argument 153 *chan = L2capGetChannel(*conn, lcid); in L2capGetChannel2() 154 if ((*chan) != NULL) { in L2capGetChannel2() 164 void L2capGetChannel3(uint16_t aclHandle, uint16_t lcid, L2capConnection **conn, L2capChannel **chan) in L2capGetChannel3() argument 182 L2capChannel *chan = NULL; L2capGetNewLcid() local 223 L2capChannel *chan = NULL; L2capNewChannel() local 258 L2capDestroyChannelTx(L2capChannel *chan) L2capDestroyChannelTx() argument 295 L2capDestroyChannel(L2capChannel *chan) L2capDestroyChannel() argument 360 L2capDeleteChannel(L2capConnection *conn, L2capChannel *chan, uint16_t removeAcl) L2capDeleteChannel() argument 415 L2capChannel *chan = NULL; L2capDeleteConnection() local [all...] |
| /device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
| H A D | l2cap_sock.c | 85 struct l2cap_chan *chan = l2cap_pi(sk)->chan; in l2cap_sock_bind() local 135 bacpy(&chan->src, &la.l2_bdaddr); in l2cap_sock_bind() 136 chan->src_type = la.l2_bdaddr_type; in l2cap_sock_bind() 139 err = l2cap_add_scid(chan, __le16_to_cpu(la.l2_cid)); in l2cap_sock_bind() 141 err = l2cap_add_psm(chan, &la.l2_bdaddr, la.l2_psm); in l2cap_sock_bind() 148 switch (chan->chan_type) { in l2cap_sock_bind() 151 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind() 156 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind() 160 chan in l2cap_sock_bind() 187 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_init_pid() local 198 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_connect() local 289 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_listen() local 406 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_getname() local 433 l2cap_get_mode(struct l2cap_chan *chan) l2cap_get_mode() argument 454 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_getsockopt_old() local 575 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_getsockopt() local 734 l2cap_valid_mtu(struct l2cap_chan *chan, u16 mtu) l2cap_valid_mtu() argument 755 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_setsockopt_old() local 875 l2cap_set_mode(struct l2cap_chan *chan, u8 mode) l2cap_set_mode() argument 922 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_setsockopt() local 1171 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_sendmsg() local 1289 __l2cap_wait_ack(struct sock *sk, struct l2cap_chan *chan) __l2cap_wait_ack() argument 1336 struct l2cap_chan *chan; l2cap_sock_shutdown() local 1443 struct l2cap_chan *chan; l2cap_sock_release() local 1476 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_cleanup_listen() local 1492 l2cap_sock_new_connection_cb(struct l2cap_chan *chan) l2cap_sock_new_connection_cb() argument 1522 l2cap_sock_recv_cb(struct l2cap_chan *chan, struct sk_buff *skb) l2cap_sock_recv_cb() argument 1566 l2cap_sock_close_cb(struct l2cap_chan *chan) l2cap_sock_close_cb() argument 1573 l2cap_sock_teardown_cb(struct l2cap_chan *chan, int err) l2cap_sock_teardown_cb() argument 1623 l2cap_sock_state_change_cb(struct l2cap_chan *chan, int state, int err) l2cap_sock_state_change_cb() argument 1634 l2cap_sock_alloc_skb_cb(struct l2cap_chan *chan, unsigned long hdr_len, unsigned long len, int nb) l2cap_sock_alloc_skb_cb() argument 1656 l2cap_sock_ready_cb(struct l2cap_chan *chan) l2cap_sock_ready_cb() argument 1677 l2cap_sock_defer_cb(struct l2cap_chan *chan) l2cap_sock_defer_cb() argument 1691 l2cap_sock_resume_cb(struct l2cap_chan *chan) l2cap_sock_resume_cb() argument 1704 l2cap_sock_set_shutdown_cb(struct l2cap_chan *chan) l2cap_sock_set_shutdown_cb() argument 1713 l2cap_sock_get_sndtimeo_cb(struct l2cap_chan *chan) l2cap_sock_get_sndtimeo_cb() argument 1720 l2cap_sock_get_peer_pid_cb(struct l2cap_chan *chan) l2cap_sock_get_peer_pid_cb() argument 1727 l2cap_sock_suspend_cb(struct l2cap_chan *chan) l2cap_sock_suspend_cb() argument 1735 l2cap_sock_filter(struct l2cap_chan *chan, struct sk_buff *skb) l2cap_sock_filter() argument 1793 struct l2cap_chan *chan = l2cap_pi(sk)->chan; l2cap_sock_init() local 1862 struct l2cap_chan *chan; l2cap_sock_alloc() local [all...] |
| /third_party/ffmpeg/libavresample/x86/ |
| H A D | audio_mix_init.c | 51 #define DEFINE_MIX_3_8_TO_1_2(chan) \ 52 void ff_mix_ ## chan ## _to_1_fltp_flt_sse(float **src, \ 55 void ff_mix_ ## chan ## _to_2_fltp_flt_sse(float **src, \ 59 void ff_mix_ ## chan ## _to_1_s16p_flt_sse2(int16_t **src, \ 62 void ff_mix_ ## chan ## _to_2_s16p_flt_sse2(int16_t **src, \ 66 void ff_mix_ ## chan ## _to_1_s16p_flt_sse4(int16_t **src, \ 69 void ff_mix_ ## chan ## _to_2_s16p_flt_sse4(int16_t **src, \ 73 void ff_mix_ ## chan ## _to_1_fltp_flt_avx(float **src, \ 76 void ff_mix_ ## chan ## _to_2_fltp_flt_avx(float **src, \ 80 void ff_mix_ ## chan ## _to_1_s16p_flt_av [all...] |
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
| H A D | softbus_proxychannel_manager_test.cpp | 176 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); in BuildProxyChannelInfo() local 177 if (chan == NULL) { in BuildProxyChannelInfo() 180 chan->authHandle.authId = channelId; in BuildProxyChannelInfo() 181 chan->connId = channelId; in BuildProxyChannelInfo() 182 chan->myId = channelId; in BuildProxyChannelInfo() 183 chan->peerId = channelId; in BuildProxyChannelInfo() 184 chan->reqId = channelId; in BuildProxyChannelInfo() 185 chan->channelId = channelId; in BuildProxyChannelInfo() 186 chan->seq = channelId; in BuildProxyChannelInfo() 187 (void)strcpy_s(chan in BuildProxyChannelInfo() 195 ProxyChannelInfo *chan = BuildProxyChannelInfo(channelId, identity, status); TestTransProxyAddAuthChannel() local 205 ProxyChannelInfo *chan = BuildProxyChannelInfo(channelId, identity, status); TestTransProxyAddNormalChannel() local 289 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 350 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 443 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 538 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 567 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local 719 ProxyChannelInfo chan; HWTEST_F() local 865 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local 887 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 904 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 922 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 969 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 991 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1019 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1047 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1067 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1087 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1201 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1279 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1299 ProxyChannelInfo chan; HWTEST_F() local 1340 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local 1399 ProxyChannelInfo *chan = NULL; HWTEST_F() local 1537 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1558 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1580 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1610 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1640 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1672 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 1781 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local 1893 ProxyChannelInfo chan; HWTEST_F() local 2000 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 2043 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 2065 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local 2092 ProxyChannelInfo *chan = reinterpret_cast<ProxyChannelInfo *>(SoftBusCalloc(sizeof(ProxyChannelInfo))); HWTEST_F() local [all...] |
| H A D | trans_proxy_manager_test.cpp | 188 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); in TestTransProxyAddAuthChannel() local 189 ASSERT_TRUE(NULL != chan); in TestTransProxyAddAuthChannel() 190 chan->authId = channelId; in TestTransProxyAddAuthChannel() 191 chan->connId = channelId; in TestTransProxyAddAuthChannel() 192 chan->myId = channelId; in TestTransProxyAddAuthChannel() 193 chan->peerId = channelId; in TestTransProxyAddAuthChannel() 194 chan->reqId = channelId; in TestTransProxyAddAuthChannel() 195 chan->channelId = channelId; in TestTransProxyAddAuthChannel() 196 chan->seq = channelId; in TestTransProxyAddAuthChannel() 197 (void)strcpy_s(chan in TestTransProxyAddAuthChannel() 216 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); TestTransProxyAddNormalChannel() local 326 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local 532 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local 693 ProxyChannelInfo chan; HWTEST_F() local 900 ProxyChannelInfo chan; HWTEST_F() local 923 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local [all...] |
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | dmaengine.h | 322 * @device_node: used to add this to the device chan list 358 * @chan: driver channel device 363 struct dma_chan *chan; member 517 static inline const char *dma_chan_name(struct dma_chan *chan) in dma_chan_name() argument 519 return dev_name(&chan->dev->device); in dma_chan_name() 526 * @chan: channel to be reviewed 535 typedef bool (*dma_filter_fn)(struct dma_chan *chan, void *filter_param); 585 * @chan: target channel for this operation 604 struct dma_chan *chan; member 875 int (*device_alloc_chan_resources)(struct dma_chan *chan); 928 dmaengine_slave_config(struct dma_chan *chan, struct dma_slave_config *config) dmaengine_slave_config() argument 942 dmaengine_prep_slave_single(struct dma_chan *chan, dma_addr_t buf, size_t len, enum dma_transfer_direction dir, unsigned long flags) dmaengine_prep_slave_single() argument 958 dmaengine_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction dir, unsigned long flags) dmaengine_prep_slave_sg() argument 972 dmaengine_prep_rio_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction dir, unsigned long flags, struct rio_dma_ext *rio_ext) dmaengine_prep_rio_sg() argument 985 dmaengine_prep_dma_cyclic(struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len, size_t period_len, enum dma_transfer_direction dir, unsigned long flags) dmaengine_prep_dma_cyclic() argument 998 dmaengine_prep_interleaved_dma(struct dma_chan *chan, struct dma_interleaved_template *xt, unsigned long flags) dmaengine_prep_interleaved_dma() argument 1010 dmaengine_prep_dma_memset(struct dma_chan *chan, dma_addr_t dest, int value, size_t len, unsigned long flags) dmaengine_prep_dma_memset() argument 1020 dmaengine_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dest, dma_addr_t src, size_t len, unsigned long flags) dmaengine_prep_dma_memcpy() argument 1030 dmaengine_is_metadata_mode_supported(struct dma_chan *chan, enum dma_desc_metadata_mode mode) dmaengine_is_metadata_mode_supported() argument 1066 dmaengine_terminate_all(struct dma_chan *chan) dmaengine_terminate_all() argument 1096 dmaengine_terminate_async(struct dma_chan *chan) dmaengine_terminate_async() argument 1123 dmaengine_synchronize(struct dma_chan *chan) dmaengine_synchronize() argument 1146 dmaengine_terminate_sync(struct dma_chan *chan) dmaengine_terminate_sync() argument 1160 dmaengine_pause(struct dma_chan *chan) dmaengine_pause() argument 1169 dmaengine_resume(struct dma_chan *chan) dmaengine_resume() argument 1178 dmaengine_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *state) dmaengine_tx_status() argument 1379 dma_async_issue_pending(struct dma_chan *chan) dma_async_issue_pending() argument 1395 dma_async_is_tx_complete(struct dma_chan *chan, dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used) dma_async_is_tx_complete() argument 1464 dma_sync_wait(struct dma_chan *chan, dma_cookie_t cookie) dma_sync_wait() argument 1488 dma_release_channel(struct dma_chan *chan) dma_release_channel() argument 1491 dma_get_slave_caps(struct dma_chan *chan, struct dma_slave_caps *caps) dma_get_slave_caps() argument 1556 struct dma_chan *chan; dma_request_slave_channel_compat() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 48 for(unsigned int chan = 0; chan < 4; ++chan) { in rewrite_source() 49 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED) in rewrite_source() 50 usemask |= 1 << chan; in rewrite_source() 66 for(unsigned int chan = 0; chan < 4; ++chan) { in rewrite_source() 67 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source() 68 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSE in rewrite_source() 98 unsigned new_swizzle, chan, swz0, swz1, swz2, swz3, found_swizzle, swz; try_rewrite_constant() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 65 unsigned chan) in analyse_src() 69 unsigned swizzle = tgsi_util_get_src_register_swizzle(src, chan); in analyse_src() 112 unsigned chan; in analyse_tex() local 173 for (chan = 0; chan < 4; ++chan) { in analyse_tex() 174 struct lp_tgsi_channel_info *chan_info = &tex_info->coord[chan]; in analyse_tex() 175 if (readmask & (1 << chan)) { in analyse_tex() 176 analyse_src(ctx, chan_info, &inst->Src[0].Register, chan); in analyse_tex() 208 unsigned chan; in analyse_sample() local 62 analyse_src(struct analysis_context *ctx, struct lp_tgsi_channel_info *chan_info, const struct tgsi_src_register *src, unsigned chan) analyse_src() argument 293 unsigned chan; analyse_instruction() local 474 unsigned chan; dump_info() local 542 unsigned chan; lp_build_tgsi_info() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | atrac3plus.c | 121 * @param[in,out] chan ptr to the channel parameters 126 static int num_coded_units(GetBitContext *gb, Atrac3pChanParams *chan, in num_coded_units() argument 129 chan->fill_mode = get_bits(gb, 2); in num_coded_units() 130 if (!chan->fill_mode) { in num_coded_units() 131 chan->num_coded_vals = ctx->num_quant_units; in num_coded_units() 133 chan->num_coded_vals = get_bits(gb, 5); in num_coded_units() 134 if (chan->num_coded_vals > ctx->num_quant_units) { in num_coded_units() 140 if (chan->fill_mode == 3) in num_coded_units() 141 chan->split_point = get_bits(gb, 2) + (chan in num_coded_units() 156 add_wordlen_weights(Atrac3pChanUnitCtx *ctx, Atrac3pChanParams *chan, int wtab_idx, AVCodecContext *avctx) add_wordlen_weights() argument 186 subtract_sf_weights(Atrac3pChanUnitCtx *ctx, Atrac3pChanParams *chan, int wtab_idx, AVCodecContext *avctx) subtract_sf_weights() argument 246 Atrac3pChanParams *chan = &ctx->channels[ch_num]; decode_channel_wordlen() local 393 Atrac3pChanParams *chan = &ctx->channels[ch_num]; decode_channel_sf_idx() local 641 Atrac3pChanParams *chan = &ctx->channels[ch_num]; decode_channel_code_tab() local 765 Atrac3pChanParams *chan; decode_spectrum() local 874 Atrac3pChanParams *chan = &ctx->channels[ch_num]; decode_gainc_npoints() local 980 Atrac3pChanParams *chan = &ctx->channels[ch_num]; decode_gainc_levels() local 1120 Atrac3pChanParams *chan = &ctx->channels[ch_num]; decode_gainc_loc_codes() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_finalize.cpp | 321 assert(fdst.chan() == slot || slot == SLOT_TRANS); in finalize_alu_group() 326 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0; in finalize_alu_group() 387 src.chan = sc.chan(); in finalize_alu_src() 407 src.chan = gpr.chan(); in finalize_alu_src() 412 src.chan = v->gpr.chan(); in finalize_alu_src() 418 src.chan = 0; in finalize_alu_src() 432 src.chan in finalize_alu_src() 509 sblog << "invalid fetch constant operand " << chan << " "; copy_fetch_src() local 522 sblog << "invalid fetch source operand " << chan << " "; copy_fetch_src() local 531 sblog << "invalid fetch source operand " << chan << " "; copy_fetch_src() local 616 sblog << "invalid fetch constant operand " << chan << " "; finalize_fetch() local 629 sblog << "invalid fetch source operand " << chan << " "; finalize_fetch() local 638 sblog << "invalid fetch source operand " << chan << " "; finalize_fetch() local 676 sblog << "invalid fetch dst operand " << chan << " "; finalize_fetch() local 685 sblog << "invalid fetch dst operand " << chan << " "; finalize_fetch() local 740 sblog << "invalid export constant operand " << chan << " "; finalize_cf() local 753 sblog << "invalid export source operand " << chan << " "; finalize_cf() local 762 sblog << "invalid export source operand " << chan << " "; finalize_cf() local 794 sblog << "invalid source operand " << chan << " "; finalize_cf() local 803 sblog << "invalid source operand " << chan << " "; finalize_cf() local 828 sblog << "invalid source operand " << chan << " "; finalize_cf() local 837 sblog << "invalid source operand " << chan << " "; finalize_cf() local 859 unsigned chan = v->select.chan(); translate_kcache() local [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/ |
| H A D | vou_hal.h | 41 hi_bool hal_disp_set_intf_enable(hal_disp_outputchannel chan, hi_bool intf); 42 hi_bool hal_disp_get_intf_enable(hal_disp_outputchannel chan, hi_bool *intf_en); 44 hi_bool hal_disp_get_int_state(hal_disp_outputchannel chan, hi_bool *bottom); 45 hi_bool hal_disp_get_int_state_vcnt(hal_disp_outputchannel chan, hi_u32 *vcnt); 46 hi_bool hal_disp_set_intf_sync(hal_disp_outputchannel chan, 51 hi_bool hal_disp_set_intf_mux_sel(hal_disp_outputchannel chan, hal_disp_intf intf); 52 hi_bool hal_disp_set_intf_clip(hal_disp_intf chan, hi_bool clip, hal_disp_clip *clip_data); 53 hi_bool hal_disp_set_vt_thd_mode(hal_disp_outputchannel chan, hi_u32 u_field_mode); 54 hi_bool hal_disp_get_vtthd_mode(hal_disp_outputchannel chan, hi_bool *field_mode); 55 hi_bool hal_disp_set_vt_thd(hal_disp_outputchannel chan, hi_u3 [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_nir_cull.c | 98 for (unsigned chan = 0; chan < 2; ++chan) { in cull_bbox() 99 bbox_min[chan] = nir_fmin(b, pos[0][chan], nir_fmin(b, pos[1][chan], pos[2][chan])); in cull_bbox() 100 bbox_max[chan] = nir_fmax(b, pos[0][chan], nir_fmax(b, pos[1][chan], po in cull_bbox() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | ieee802_11_common.c | 959 static int ieee80211_chan_to_freq_us(u8 op_class, u8 chan) in ieee80211_chan_to_freq_us() argument 965 if (chan < 1 || chan > 11) in ieee80211_chan_to_freq_us() 967 return 2407 + 5 * chan; in ieee80211_chan_to_freq_us() 974 if (chan < 36 || chan > 64) in ieee80211_chan_to_freq_us() 976 return 5000 + 5 * chan; in ieee80211_chan_to_freq_us() 979 if (chan < 100 || chan > 144) in ieee80211_chan_to_freq_us() 981 return 5000 + 5 * chan; in ieee80211_chan_to_freq_us() 1003 ieee80211_chan_to_freq_eu(u8 op_class, u8 chan) ieee80211_chan_to_freq_eu() argument 1041 ieee80211_chan_to_freq_jp(u8 op_class, u8 chan) ieee80211_chan_to_freq_jp() argument 1085 ieee80211_chan_to_freq_cn(u8 op_class, u8 chan) ieee80211_chan_to_freq_cn() argument 1111 ieee80211_chan_to_freq_global(u8 op_class, u8 chan) ieee80211_chan_to_freq_global() argument 1179 ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) ieee80211_chan_to_freq() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_virtualvalues.cpp | 47 PRINT_PIN(chan); in operator <<() 61 VirtualValue::VirtualValue(int sel, int chan, Pin pin): in VirtualValue() argument 62 m_sel(sel), m_chan(chan), m_pins(pin) in VirtualValue() 173 Register::Register(int sel, int chan, Pin pin): 174 VirtualValue(sel, chan, pin) 260 os << (m_is_ssa ? "S" : "R") << sel() << "." << chanchar[chan()]; 269 char chan = 0; 286 case 1: chan = s[i]; break; 302 if (pinstr == "chan") 315 switch (chan) { [all...] |
| H A D | sfn_valuefactory.h | 76 LiveRangeEntry& operator()(int index, int chan) { in operator ()() argument 77 assert(chan < 4); in operator ()() 78 return m_life_ranges[chan].at(index); in operator ()() 84 auto& entry = m_life_ranges[reg.chan()].at(reg.index()); 124 uint32_t chan : 29; 129 RegisterKey(uint32_t index, uint32_t chan, EValuePool pool) 132 value.chan = chan; 138 << ", " << value.chan 169 void inc_count(int chan) { [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | ieee802_11_common.c | 1342 static int ieee80211_chan_to_freq_us(u8 op_class, u8 chan) in ieee80211_chan_to_freq_us() argument 1348 if (chan < 1 || chan > 11) in ieee80211_chan_to_freq_us() 1350 return 2407 + 5 * chan; in ieee80211_chan_to_freq_us() 1357 if (chan < 36 || chan > 64) in ieee80211_chan_to_freq_us() 1359 return 5000 + 5 * chan; in ieee80211_chan_to_freq_us() 1362 if (chan < 100 || chan > 144) in ieee80211_chan_to_freq_us() 1364 return 5000 + 5 * chan; in ieee80211_chan_to_freq_us() 1398 ieee80211_chan_to_freq_eu(u8 op_class, u8 chan) ieee80211_chan_to_freq_eu() argument 1448 ieee80211_chan_to_freq_jp(u8 op_class, u8 chan) ieee80211_chan_to_freq_jp() argument 1504 ieee80211_chan_to_freq_cn(u8 op_class, u8 chan) ieee80211_chan_to_freq_cn() argument 1530 ieee80211_chan_to_freq_global(u8 op_class, u8 chan) ieee80211_chan_to_freq_global() argument 1622 ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) ieee80211_chan_to_freq() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _xxsubinterpretersmodule.c | 726 _PyChannelState *chan = PyMem_NEW(_PyChannelState, 1); in _channel_new() local 727 if (chan == NULL) { in _channel_new() 730 chan->mutex = PyThread_allocate_lock(); in _channel_new() 731 if (chan->mutex == NULL) { in _channel_new() 732 PyMem_Free(chan); in _channel_new() 737 chan->queue = _channelqueue_new(); in _channel_new() 738 if (chan->queue == NULL) { in _channel_new() 739 PyMem_Free(chan); in _channel_new() 742 chan->ends = _channelends_new(); in _channel_new() 743 if (chan in _channel_new() 754 _channel_free(_PyChannelState *chan) _channel_free() argument 767 _channel_add(_PyChannelState *chan, int64_t interp, _PyCrossInterpreterData *data) _channel_add() argument 792 _channel_next(_PyChannelState *chan, int64_t interp) _channel_next() argument 819 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) _channel_close_interpreter() argument 841 _channel_close_all(_PyChannelState *chan, int end, int force) _channel_close_all() argument 875 _PyChannelState *chan; global() member 881 _channelref_new(int64_t id, _PyChannelState *chan) _channelref_new() argument 972 _PyChannelState *chan = NULL; _channels_lookup() local 1002 _channels_add(_channels *channels, _PyChannelState *chan) _channels_add() argument 1170 _PyChannelState *chan = NULL; _channels_drop_id_object() local 1210 struct _channel *chan = ref->chan; _channel_set_closing() local 1234 _channel_clear_closing(struct _channel *chan) _channel_clear_closing() argument 1244 _channel_finish_closing(struct _channel *chan) _channel_finish_closing() argument 1261 _PyChannelState *chan = _channel_new(); _channel_create() local 1276 _PyChannelState *chan = NULL; _channel_destroy() local 1296 _PyChannelState *chan = _channels_lookup(channels, id, &mutex); _channel_send() local 1342 _PyChannelState *chan = _channels_lookup(channels, id, &mutex); _channel_recv() local 1376 _PyChannelState *chan = _channels_lookup(channels, id, &mutex); _channel_drop() local 1398 _PyChannelState *chan = _channels_lookup(channels, cid, NULL); _channel_is_associated() local 1675 PyObject *chan = PyObject_CallFunctionObjArgs(cls, cid, NULL); _channel_from_cid() local 1704 PyObject *chan = _channel_from_cid(cid, xid->end); _channelid_from_xid() local [all...] |