/hardware/ti/wlan/wl1271/Txn/ |
D | WspiBusDrv.c | 213 WSPI_CB_T cb; in busDrv_ConnectBus() local 226 cb.CBFunc = ConnectDone_CB;/* The BusTxn callback called upon Async transaction end. */ in busDrv_ConnectBus() 227 cb.CBArg = hBusDrv; /* The handle for the BusDrv. */ in busDrv_ConnectBus() 230 iStatus = WSPI_Configure(pBusDrv->hWspi, pBusDrv->hReport, &wspi_config, &cb); in busDrv_ConnectBus() 280 WSPI_CB_T cb; in busDrv_Transact() local 285 cb.CBFunc = asyncEnded_CB; /* The BusTxn callback called upon Async transaction end. */ in busDrv_Transact() 286 cb.CBArg = hBusDrv; /* The handle for the BusTxnCB. */ in busDrv_Transact() 304 …SPI_WriteAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempWriteBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TX… in busDrv_Transact() 319 … WSPI_ReadAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempReadBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TX… in busDrv_Transact()
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | misc_cmds.c | 20 struct nl_cb *cb, in handle_push_nvs() argument 81 struct nl_cb *cb, 121 static int get_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, in get_nvs_mac() argument 158 static int set_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, in set_nvs_mac() argument 223 static int set_ref_nvs(struct nl80211_state *state, struct nl_cb *cb, in set_ref_nvs() argument 262 static int set_ref_nvs2(struct nl80211_state *state, struct nl_cb *cb, in set_ref_nvs2() argument 305 static int set_upd_nvs(struct nl80211_state *state, struct nl_cb *cb, in set_upd_nvs() argument 346 static int get_dump_nvs(struct nl80211_state *state, struct nl_cb *cb, in get_dump_nvs() argument 373 static int set_autofem(struct nl80211_state *state, struct nl_cb *cb, in set_autofem() argument 408 static int set_fem_manuf(struct nl80211_state *state, struct nl_cb *cb, in set_fem_manuf() argument
|
D | plt.c | 42 static int plt_power_mode(struct nl80211_state *state, struct nl_cb *cb, in plt_power_mode() argument 84 static int plt_tune_channel(struct nl80211_state *state, struct nl_cb *cb, in plt_tune_channel() argument 122 static int plt_ref_point(struct nl80211_state *state, struct nl_cb *cb, in plt_ref_point() argument 215 static int plt_tx_bip(struct nl80211_state *state, struct nl_cb *cb, in plt_tx_bip() argument 253 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, calib_valid_handler, nvs_path); in plt_tx_bip() 267 static int plt_tx_tone(struct nl80211_state *state, struct nl_cb *cb, in plt_tx_tone() argument 306 static int plt_tx_cont(struct nl80211_state *state, struct nl_cb *cb, in plt_tx_cont() argument 379 static int plt_tx_stop(struct nl80211_state *state, struct nl_cb *cb, in plt_tx_stop() argument 409 static int plt_start_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, in plt_start_rx_statcs() argument 439 static int plt_stop_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, in plt_stop_rx_statcs() argument [all …]
|
D | calibrator.c | 211 struct nl_cb *cb, in print_help() argument 282 struct nl_cb *cb; in __handle_cmd() local 423 cb = nl_cb_alloc(calibrator_debug ? NL_CB_DEBUG : NL_CB_DEFAULT); in __handle_cmd() 424 if (!cb) { in __handle_cmd() 444 err = cmd->handler(state, cb, msg, argc, argv); in __handle_cmd() 458 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in __handle_cmd() 459 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in __handle_cmd() 460 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd() 463 nl_recvmsgs(state->nl_sock, cb); in __handle_cmd() 466 nl_cb_put(cb); in __handle_cmd()
|
D | calibrator.h | 51 struct nl_cb *cb,
|
/hardware/ti/omap4xxx/ |
D | tm.c | 25 char *cf, *cb; in main() local 48 cb = ptr[5]; in main() 49 cb[60] = 'a'; in main()
|
/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.h | 37 virtual status_t startPreview(preview_callback cb, void* user); 40 virtual status_t startRecording(recording_callback cb, void* user); 92 static void stop_camera_cb(camera_cb_type cb, 97 static void camera_cb(camera_cb_type cb,
|
D | QualcommCameraHardware.cpp | 1745 …ase n: if(n != CAMERA_FUNC_START_PREVIEW || cb != CAMERA_EVT_CB_FRAME) ALOGV("STATE %s // STATUS %… 1756 void QualcommCameraHardware::stop_camera_cb(camera_cb_type cb, in stop_camera_cb() argument 1772 void QualcommCameraHardware::camera_cb(camera_cb_type cb, in camera_cb() argument 1787 if (cb == CAMERA_EXIT_CB_ABORT || /* Function aborted */ in camera_cb() 1788 cb == CAMERA_EXIT_CB_DSP_ABORT || /* Abort due to DSP failure */ in camera_cb() 1789 cb == CAMERA_EXIT_CB_ERROR || /* Failed due to resource */ in camera_cb() 1790 cb == CAMERA_EXIT_CB_FAILED) /* Execution failed or rejected */ in camera_cb() 1805 switch(cb) { in camera_cb() 1833 cb); in camera_cb() 1849 if (cb == CAMERA_RSP_CB_SUCCESS) { in camera_cb() [all …]
|
D | camera_ifc.h | 298 typedef void (*camera_cb_f_type)(camera_cb_type cb,
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
D | wbuf.h | 93 #define WBUF_CB(pWbuf) ( ((struct sk_buff *)(pWbuf))->cb ) 103 ( (unsigned long) &( ( (WBUF_PARAMS *) &( ( (struct sk_buff *)0 )->cb ) )->queNodeHdr ) )
|
/hardware/ti/omap4xxx/camera/inc/ |
D | Encoder_libjpeg.h | 130 encoder_libjpeg_callback_t cb, in Encoder_libjpeg() argument 135 : Thread(false), mMainInput(main_jpeg), mThumbnailInput(tn_jpeg), mCb(cb), in Encoder_libjpeg()
|
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
D | driver_mac80211.c | 1808 struct nl_cb *cb; in wpa_driver_set_power_save() local 1833 cb = nl_cb_alloc(NL_CB_DEFAULT); in wpa_driver_set_power_save() 1834 if (!cb) { in wpa_driver_set_power_save() 1859 nl_cb_err(cb, NL_CB_CUSTOM, nl_error_handler, &err); in wpa_driver_set_power_save() 1860 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, nl_finish_handler, &err); in wpa_driver_set_power_save() 1861 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, nl_ack_handler, &err); in wpa_driver_set_power_save() 1864 nl_recvmsgs(nl_sock, cb); in wpa_driver_set_power_save() 1868 nl_cb_put(cb); in wpa_driver_set_power_save() 1881 struct nl_cb *cb; in wpa_driver_set_country() local 1905 cb = nl_cb_alloc(NL_CB_DEFAULT); in wpa_driver_set_country() [all …]
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 145 pktpool_cb_t cb; member 215 extern int pktpool_avail_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 216 extern int pktpool_empty_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 226 extern int pktpool_dbg_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 145 pktpool_cb_t cb; member 215 extern int pktpool_avail_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 216 extern int pktpool_empty_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg); 226 extern int pktpool_dbg_register(pktpool_t *pktp, pktpool_cb_t cb, void *arg);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 639 LCML_CALLBACKTYPE cb; in G726ENC_HandleCommand() local 708 cb.LCML_Callback = (void *) G726ENC_LCMLCallback; in G726ENC_HandleCommand() 726 cb.LCML_Callback = (void *) G726ENC_LCMLCallback; in G726ENC_HandleCommand() 730 … p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString); in G726ENC_HandleCommand() 734 p,&pLcmlHandle, (void *)p, &cb); in G726ENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_Utils.c | 630 LCML_CALLBACKTYPE cb; in G729ENC_HandleCommand() local 729 cb.LCML_Callback = (void *) G729ENC_LCMLCallback; in G729ENC_HandleCommand() 745 cb.LCML_Callback = (void *) G729ENC_LCMLCallback; in G729ENC_HandleCommand() 749 &cb, (OMX_STRING)pComponentPrivate->sDeviceString); in G729ENC_HandleCommand() 753 &cb); in G729ENC_HandleCommand()
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | pkcs11.h | 370 CK_BYTE cb[16]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Dec_Utils.c | 599 LCML_CALLBACKTYPE cb; in G726DEC_HandleCommand() local 681 cb.LCML_Callback = (void *) G726DEC_LCML_Callback; in G726DEC_HandleCommand() 687 &cb,(OMX_STRING)pComponentPrivate->sDeviceString); in G726DEC_HandleCommand() 696 p,&pLcmlHandle,(void *)p,&cb); in G726DEC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Dec_Utils.c | 728 LCML_CALLBACKTYPE cb; in G722DEC_HandleCommand() local 810 cb.LCML_Callback = (void *) G722DEC_LCML_Callback; in G722DEC_HandleCommand() 815 &cb,(OMX_STRING)pComponentPrivate->sDeviceString); in G722DEC_HandleCommand() 822 p,&pLcmlHandle,(void *)p,&cb); in G722DEC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_Utils.c | 670 LCML_CALLBACKTYPE cb; in G729DECHandleCommand() local 751 cb.LCML_Callback = (void *) G729DECLCML_Callback; in G729DECHandleCommand() 780 … (void *)p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString); in G729DECHandleCommand() 783 (void *)p,&pLcmlHandle,(void *)p,&cb); in G729DECHandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEnc_Utils.c | 679 LCML_CALLBACKTYPE cb; in WBAMRENC_HandleCommand() local 783 cb.LCML_Callback = (void *) WBAMRENC_LCMLCallback; in WBAMRENC_HandleCommand() 803 cb.LCML_Callback = (void *) WBAMRENC_LCMLCallback; in WBAMRENC_HandleCommand() 814 &cb, in WBAMRENC_HandleCommand() 820 &cb); in WBAMRENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_Utils.c | 647 LCML_CALLBACKTYPE cb; in G711DECHandleCommand() local 758 cb.LCML_Callback = (void *) G711DECLCML_Callback; in G711DECHandleCommand() 787 cb.LCML_Callback = (void *) G711DECLCML_Callback; in G711DECHandleCommand() 791 … p,&pLcmlHandle,(void *)p,&cb,(OMX_STRING)pComponentPrivate->sDeviceString); in G711DECHandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Enc_Utils.c | 1875 LCML_CALLBACKTYPE cb; in G722ENC_CommandToIdle() local 1947 cb.LCML_Callback = (void *) G722ENC_LCML_Callback; in G722ENC_CommandToIdle() 1952 &cb, (OMX_STRING)pComponentPrivate->sDeviceString); in G722ENC_CommandToIdle() 1957 &cb); in G722ENC_CommandToIdle()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 600 LCML_CALLBACKTYPE cb; in G711ENC_HandleCommand() local 698 cb.LCML_Callback = (void *) G711ENC_LCMLCallback; in G711ENC_HandleCommand() 720 &cb, in G711ENC_HandleCommand() 727 &cb); in G711ENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_Utils.c | 2589 LCML_CALLBACKTYPE cb; in WMADEC_CommandToIdle() local 2682 cb.LCML_Callback = (void *) WMADECLCML_Callback; in WMADEC_CommandToIdle() 2705 cb.LCML_Callback = (void *) WMADECLCML_Callback; in WMADEC_CommandToIdle() 2721 … p,&pLcmlHandle,(void *)p,&cb,(OMX_STRING)pComponentPrivate->sDeviceString); in WMADEC_CommandToIdle() 2740 p,&pLcmlHandle,(void *)p,&cb); in WMADEC_CommandToIdle()
|