/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
D | bcmsdh_sdmmc.c | 56 static void IRQHandler(struct sdio_func *func); 57 static void IRQHandlerF2(struct sdio_func *func); 81 int sdioh_sdmmc_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data); 88 uint8 func; in sdioh_sdmmc_card_enablefuncs() local 98 for (fbraddr = SDIOD_FBR_STARTADDR, func = 1; in sdioh_sdmmc_card_enablefuncs() 99 func <= sd->num_funcs; func++, fbraddr += SDIOD_FBR_SIZE) { in sdioh_sdmmc_card_enablefuncs() 100 sd->func_cis_ptr[func] = sdioh_sdmmc_get_cisaddr(sd, SDIOD_FBR_CISPTR_0 + fbraddr); in sdioh_sdmmc_card_enablefuncs() 102 __FUNCTION__, func, sd->func_cis_ptr[func])); in sdioh_sdmmc_card_enablefuncs() 109 sdio_claim_host(gInstance->func[1]); in sdioh_sdmmc_card_enablefuncs() 110 err_ret = sdio_enable_func(gInstance->func[1]); in sdioh_sdmmc_card_enablefuncs() [all …]
|
D | bcmsdh_sdmmc_linux.c | 80 static int bcmsdh_sdmmc_probe(struct sdio_func *func, in bcmsdh_sdmmc_probe() argument 85 sd_trace(("sdio_bcmsdh: func->class=%x\n", func->class)); in bcmsdh_sdmmc_probe() 86 sd_trace(("sdio_vendor: 0x%04x\n", func->vendor)); in bcmsdh_sdmmc_probe() 87 sd_trace(("sdio_device: 0x%04x\n", func->device)); in bcmsdh_sdmmc_probe() 88 sd_trace(("Function#: 0x%04x\n", func->num)); in bcmsdh_sdmmc_probe() 90 if (func->num == 1) { in bcmsdh_sdmmc_probe() 92 gInstance->func[0] = func; in bcmsdh_sdmmc_probe() 93 if(func->device == 0x4) { /* 4318 */ in bcmsdh_sdmmc_probe() 94 gInstance->func[2] = NULL; in bcmsdh_sdmmc_probe() 100 gInstance->func[func->num] = func; in bcmsdh_sdmmc_probe() [all …]
|
D | bcmsdspi.c | 70 static int sdspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, 72 static int sdspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, 76 static int sdspi_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo, 78 static int sdspi_abort(sdioh_info_t *sd, uint func); 80 static int set_client_block_size(sdioh_info_t *sd, int func, int blocksize); 339 uint func = ((uint32)int_val >> 16); in sdioh_iovar_op() local 343 if (func > si->num_funcs) { in sdioh_iovar_op() 348 switch (func) { in sdioh_iovar_op() 364 bcmerror = set_client_block_size(si, func, blksize); in sdioh_iovar_op() 483 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data)) { in sdioh_iovar_op() [all …]
|
D | bcmsdstd.c | 74 static int sdstd_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, 76 static int sdstd_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, 80 static int sdstd_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo, 82 static int sdstd_abort(sdioh_info_t *sd, uint func); 84 static int set_client_block_size(sdioh_info_t *sd, int func, int blocksize); 475 uint func = ((uint32)int_val >> 16); in sdioh_iovar_op() local 479 if (func > si->num_funcs) { in sdioh_iovar_op() 484 switch (func) { in sdioh_iovar_op() 500 bcmerror = set_client_block_size(si, func, blksize); in sdioh_iovar_op() 671 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data)) { in sdioh_iovar_op() [all …]
|
D | bcmsdh.c | 293 bcmsdh_cis_read(void *sdh, uint func, uint8 *cis, uint length) in bcmsdh_cis_read() argument 300 bool ascii = func & ~0xf; in bcmsdh_cis_read() 301 func &= 0x7; in bcmsdh_cis_read() 310 status = sdioh_cis_read(bcmsdh->sdioh, func, cis, length); in bcmsdh_cis_read()
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_DebugMem.h | 16 const char* file, const char* func, int line); 18 const char* file, const char* func, int line); 20 const char* file, const char* func, int line); 22 const char* file, const char* func, int line); 24 const char* file, const char* func, int line); 26 void OMX_DebugMem_dump(const char *file, const char *func, int line);
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
D | bcmsdh.h | 87 extern uint8 bcmsdh_cfg_read(void *sdh, uint func, uint32 addr, int *err); 88 extern void bcmsdh_cfg_write(void *sdh, uint func, uint32 addr, uint8 data, int *err); 101 extern int bcmsdh_cis_read(void *sdh, uint func, uint8 *cis, uint length); 181 uint16 func, uint bustype, void * regsva, osl_t * osh,
|
D | sdio.h | 292 #define SDIO_IO_RW_DIRECT_ARG(rw, raw, func, addr, data) \ argument 293 ((((rw) & 1) << 31) | (((func) & 0x7) << 28) | (((raw) & 1) << 27) | \ 297 #define SDIO_IO_RW_EXTENDED_ARG(rw, blk, func, addr, inc_addr, count) \ argument 298 ((((rw) & 1) << 31) | (((func) & 0x7) << 28) | (((blk) & 1) << 27) | \
|
D | sdiovar.h | 38 int func; member
|
D | bcmsdh_sdmmc.h | 119 struct sdio_func *func[SDIOD_MAX_IOFUNCS]; member
|
D | linuxver.h | 300 void (*func)(unsigned long), in tasklet_init() 305 tasklet->routine = (void (*)(void *))func; in tasklet_init()
|
D | siutils.h | 206 extern int si_corepciid(si_t *sih, uint func, uint16 *pcivendor, uint16 *pcidevice,
|
/hardware/ril/libril/ |
D | ril_event.h | 31 ril_event_cb func; member 39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param);
|
D | ril_event.cpp | 87 dlog(" func = %x", (unsigned int)ev->func); in dump_event() 210 ev->func(ev->fd, 0, ev->param); in firePending() 253 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param) in ril_event_set() argument 260 ev->func = func; in ril_event_set()
|
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
D | dhdu.c | 689 int func, size; in dhd_sd_blocksize() local 700 func = strtol(argv[1], &endptr, 0); in dhd_sd_blocksize() 715 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0) in dhd_sd_blocksize() 716 printf("Function %d block size: %d\n", func, *(int*)ptr); in dhd_sd_blocksize() 718 printf("Setting function %d block size to %d\n", func, size); in dhd_sd_blocksize() 719 size &= 0x0000ffff; size |= (func << 16); in dhd_sd_blocksize() 797 sdreg.func = strtol((ptr+1), &ptr, 0); in dhd_sdreg() 798 if (*ptr || ((sdreg.func != 2) && sdreg.func != 4)) { in dhd_sdreg() 804 sdreg.func = 4; in dhd_sdreg() 819 printf("0x%0*x\n", (2 * sdreg.func), *(int *)ptr); in dhd_sdreg() [all …]
|
D | dhdu_cmd.h | 36 cmd_func_t *func; member
|
D | dhdu_linux.c | 225 err = (*cmd->func)((void *)&ifr, cmd, argv); in main()
|
/hardware/msm7k/boot/ |
D | boot.ld | 11 *(.init.func.0)
|
/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.h | 94 camera_func_type func, 99 camera_func_type func,
|
D | camera_ifc.h | 300 camera_func_type func,
|
D | QualcommCameraHardware.cpp | 1741 camera_func_type func, in stop_camera_cb() argument 1746 switch(func) { in stop_camera_cb() 1757 camera_func_type func, in camera_cb() argument 1777 if (func != CAMERA_FUNC_START_FOCUS) { in camera_cb() 1785 switch(func) { in camera_cb()
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
D | dhd_sdio.c | 1917 size = sd_ptr->func; in dhdsdio_doiovar() 1933 size = sd_ptr->func; in dhdsdio_doiovar() 1949 size = sdreg.func; in dhdsdio_doiovar() 1965 size = sdreg.func; in dhdsdio_doiovar() 4402 uint16 func, uint bustype, void *regsva, osl_t * osh, void *sdh) in dhdsdio_probe() argument
|