Searched defs:func (Results 1 - 16 of 16) sorted by relevance

/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Ddhdu_cmd.h30 cmd_func_t *func; member in struct:cmd
H A Ddhdu.c730 int func, size; local
741 func = strtol(argv[1], &endptr, 0);
756 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0)
757 printf("Function %d block size: %d\n", func, *(int*)ptr);
759 printf("Setting function %d block size to %d\n", func, size);
760 size &= 0x0000ffff; size |= (func << 16);
888 sdreg.func = strtol((ptr+1), &ptr, 0);
889 if (*ptr || ((sdreg.func != 2) && sdreg.func !
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dsdiovar.h32 int func; member in struct:sdreg
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h30 cmd_func_t *func; member in struct:cmd
H A Ddhdu.c747 int func, size; local
758 func = strtol(argv[1], &endptr, 0);
773 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0)
774 printf("Function %d block size: %d\n", func, *(int*)ptr);
776 printf("Setting function %d block size to %d\n", func, size);
777 size &= 0x0000ffff; size |= (func << 16);
905 sdreg.func = strtol((ptr+1), &ptr, 0);
906 if (*ptr || ((sdreg.func != 2) && sdreg.func !
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dsdiovar.h32 int func; member in struct:sdreg
/hardware/ril/libril/
H A Dril_event.h31 ril_event_cb func; member in struct:ril_event
39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param);
H A Dril_event.cpp87 dlog(" func = %x", (unsigned int)ev->func);
210 ev->func(ev->fd, 0, ev->param);
253 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) argument
260 ev->func = func;
/hardware/invensense/libsensors_iio/software/core/driver/include/
H A Dlog.h332 const char *func, int line)
334 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
330 __print_result_location(int result, const char *file, const char *func, int line) argument
/hardware/invensense/mlsdk/mllite/
H A Dmlcontrol.c470 * @param func A user defined callback function
473 inv_error_t inv_set_grid_callback(fpGridCb func) argument
480 cntrl_params.gridCallback = func;
H A Dml.c387 * @param func Function to be called when a DMP interrupt occurs.
390 inv_error_t inv_register_dmp_interupt_cb(inv_obj_func func) argument
399 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) {
405 numInterruptProcesses] = func;
417 inv_error_t inv_unregister_dmp_interupt_cb(inv_obj_func func) argument
423 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) {
H A DmlFIFO.c704 * @param func A user defined callback function.
708 inv_error_t inv_set_fifo_processed_callback(void (*func) (void))
715 fifo_obj.fifo_process_cb = func;
2130 * @param[in] func The callback function to register
2135 inv_error_t inv_register_fifo_rate_process(inv_obj_func func, int priority) argument
2148 if ((fifo_rate_obj.fifo_process_cb[kk] == func) ||
2174 fifo_rate_obj.fifo_process_cb[kk] = func;
2191 inv_error_t inv_unregister_fifo_rate_process(inv_obj_func func) argument
2204 if (fifo_rate_obj.fifo_process_cb[kk] == func) {
/hardware/invensense/mlsdk/platform/include/
H A Dlog.h329 const char *func, int line)
331 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
327 __print_result_location(int result, const char *file, const char *func, int line) argument
/hardware/ti/wlan/wl1271/platforms/hw/linux/
H A DSdioAdapter.c71 static int sdio_wifi_probe(struct sdio_func *func, argument
76 printk("%s: %d\n", __FUNCTION__, func->class);
78 if (func->class != SDIO_CLASS_WLAN)
81 sdio_claim_host(func);
83 rc = sdio_enable_func(func);
86 rc = sdio_set_block_size(func, 512);
93 tiwlan_func = func;
97 sdio_disable_func(func);
99 sdio_release_host(func);
104 static void sdio_wifi_remove(struct sdio_func *func) argument
[all...]
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.c35 inv_process_cb_func func; member in struct:process_t
789 * @param[in] func Function pointer to receive callback when there is new sensor data
799 inv_error_t (*func)(struct inv_sensor_cal_t *data),
808 if ((inv_data_builder.process[kk].func == func) ||
832 inv_data_builder.process[kk].func = func;
846 * @param[in] func Function pointer to receive callback when there is new sensor data
856 inv_error_t (*func)(struct inv_sensor_cal_t *data))
861 if (inv_data_builder.process[kk].func
[all...]
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.cpp1758 camera_func_type func,
1763 switch(func) {
1774 camera_func_type func,
1794 if (func != CAMERA_FUNC_START_FOCUS) {
1802 switch(func) {
1756 stop_camera_cb(camera_cb_type cb, const void *client_data, camera_func_type func, int32_t parm4) argument
1772 camera_cb(camera_cb_type cb, const void *client_data, camera_func_type func, int32_t parm4) argument

Completed in 202 milliseconds