Searched refs:arg (Results 1 - 25 of 68) sorted by relevance

123

/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
H A Dioctl_init.h52 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
54 # define print_deb(fmt, arg...)
58 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
60 # define print_info(fmt, arg...)
64 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg)
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk49 arg = ARGV[i];
50 if (gsub("^what=", "",arg)) { what = arg }
51 else if (gsub("^to=", "",arg)) { to = arg }
52 else if (gsub("^from=", "",arg)) { from = arg }
53 else if (gsub("^how=", "",arg)) { how = arg }
54 else if (gsub("^who=", "",arg)) { wh
[all...]
H A Darmtime61 arg = ARGV[i];
62 if (gsub("^CPU=", "",arg)) { cpu_eMHz = arg; }
63 else if (gsub("^debug=", "",arg)) { debug = arg; }
64 else if (arg == "kernel") { kernel = 1; }
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A Dcli_cu_common.h74 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg)
78 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg)
83 # define print_deb(fmt, arg...) fprintf(stdout, fmt, ##arg)
85 # define print_deb(fmt, arg...)
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.h58 #define UIM_ERR(fmt, arg...) ALOGE("uim:"fmt"\n" , ##arg)
61 #define UIM_DBG(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
62 #define UIM_VER(fmt, arg...)
65 #define UIM_DBG(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
66 #define UIM_VER(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
69 #define UIM_DBG(fmt, arg
[all...]
/hardware/ti/wpan/ti_st/uim-sysfs/
H A Duim.h56 #define UIM_ERR(fmt, arg...) ALOGE("uim:"fmt"\n" , ##arg)
59 #define UIM_DBG(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
60 #define UIM_VER(fmt, arg...)
63 #define UIM_DBG(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
64 #define UIM_VER(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
67 #define UIM_DBG(fmt, arg
[all...]
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_task.h70 typedef void *(*TIMM_OSAL_TaskProc) (void *arg); /*Linux */
/hardware/ti/wlan/mac80211/ti-utils/
H A Dnvs.h7 int prepare_nvs_file(void *arg, char *file_name);
H A Dcalibrator.c254 void *arg)
256 int *ret = arg;
262 static int finish_handler(struct nl_msg *msg, void *arg) argument
264 int *ret = arg;
270 static int ack_handler(struct nl_msg *msg, void *arg) argument
272 int *ret = arg;
253 error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) argument
H A Dcalibrator.h116 int mac_addr_a2n(unsigned char *mac_addr, char *arg);
117 void mac_addr_n2a(char *mac_addr, unsigned char *arg);
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c122 void* MessagingThread(void *arg);
318 OMX_PRDSP1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: CR PH arg[%d] = %d \n",__LINE__, i, crData.cData[i]);
635 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: CR PH arg[%d] = %d \n",__LINE__,i,crData.cData[i]);
1426 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hComponent)->dbg, "STRMControl: arg[0]: message = %x\n",(int)args[0]);
1427 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hComponent)->dbg, "STRMControl: arg[1]: address = %p\n",args[1]);
1428 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hComponent)->dbg, "STRMControl: arg[2]: size = %d\n",(int)args[2]);
1689 * @param[in] arg Unused - Required by pthreads API
1693 void* MessagingThread(void* arg) argument
1711 OMX_PRINT1 (((LCML_CODEC_INTERFACE *)((LCML_DSP_INTERFACE *)arg)->pCodecinterfacehandle)->dbg, "Inside the Messaging thread\n");
1713 ((LCML_DSP_INTERFACE *)arg)
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Debug.h69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, ##arg))
70 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, ##arg))
71 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str, ##arg))
72 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "str, ##arg))
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Debug.h94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, ##arg))
95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, ##arg))
96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str, ##arg))
97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "str, ##arg))
/hardware/ti/omap4xxx/
H A Dstacktrace.c49 static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) argument
51 stack_crawl_state_t* state = (stack_crawl_state_t*)arg;
/hardware/qcom/display/liboverlay/pipes/
H A DoverlayUIMirrorPipe.h147 utils::PipeArgs arg(args);
150 arg.rotFlags = utils::ROT_FLAG_ENABLED;
155 arg.mdpFlags = static_cast<utils::eMdpFlags>(
156 arg.mdpFlags & ~utils::OV_MDP_PIPE_SHARE);
159 return mUI.setSource(arg);
H A DoverlayVideoExtPipe.h100 utils::PipeArgs arg(args);
101 return mVideoExt.setSource(arg);
/hardware/msm7k/librpc/
H A Dops.c64 int r_control(int handle, const uint32 cmd, void *arg) argument
66 return ioctl(handle, cmd, arg);
/hardware/ti/omap4xxx/ion/
H A Dion.c47 static int ion_ioctl(int fd, int req, void *arg) argument
49 int ret = ioctl(fd, req, arg);
88 .arg = (unsigned long)(&alloc_data),
H A Dlinux_ion.h55 unsigned long arg; member in struct:ion_custom_data
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DFmService.java65 * @param arg
70 public IBinder onBind(final Intent arg) { argument
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h4 #define PRINTOVER(arg...) ALOGD(#arg)
/hardware/qcom/camera/hdr/include/
H A Dmorpho_easy_hdr.h116 void * (* thread_create )(void *p, int index, void *(*start_routine)(void *arg), void *arg);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDec_Utils.h162 void NBAMRDEC_HandleUSNError (AMRDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 arg);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c1646 int Mixer = 0, arg = 0, status = 0; local
1654 arg = G711DEC_SAMPLING_FREQUENCY; /* sampling rate */
1655 printf("Sampling freq set to:%d\n",arg);
1656 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg);
1659 printf("sample rate set to %u\n", arg);
1661 arg = AFMT_S16_LE; /* AFMT_S16_LE or AFMT_S32_LE */
1662 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg);
1665 printf("Bitsize set to %u\n", arg);
1667 arg = 2; /* Channels mono 1 stereo 2 */
1668 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg);
[all...]

Completed in 338 milliseconds

123