Home
last modified time | relevance | path

Searched refs:fce (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/firmware_loader/
H A Dmain.c1231 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local
1233 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry()
1234 if (!fce) in alloc_fw_cache_entry()
1237 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
1238 if (!fce->name) { in alloc_fw_cache_entry()
1239 kfree(fce); in alloc_fw_cache_entry()
1240 fce = NULL; in alloc_fw_cache_entry()
1244 return fce; in alloc_fw_cache_entry()
1250 struct fw_cache_entry *fce; in __fw_entry_found() local
1252 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules1615 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="5175", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1616 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="a175", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1617 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="b175", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1618 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="0172", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1619 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="5172", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1620 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="4172", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1621 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="0186", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1622 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="5186", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1623 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="4186", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1624 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="0169", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
[all …]
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_clc.c107 static void smc_clc_fill_fce(struct smc_clc_first_contact_ext *fce, int *len) in smc_clc_fill_fce() argument
109 memset(fce, 0, sizeof(*fce)); in smc_clc_fill_fce()
110 fce->os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce()
111 fce->release = SMC_RELEASE; in smc_clc_fill_fce()
112 memcpy(fce->hostname, smc_hostname, sizeof(smc_hostname)); in smc_clc_fill_fce()
113 (*len) += sizeof(*fce); in smc_clc_fill_fce()
643 struct smc_clc_first_contact_ext fce; in smc_clc_send_confirm_accept() local
675 smc_clc_fill_fce(&fce, &len); in smc_clc_send_confirm_accept()
725 vec[i].iov_base = &fce; in smc_clc_send_confirm_accept()
726 vec[i++].iov_len = sizeof(fce); in smc_clc_send_confirm_accept()
H A Daf_smc.c489 struct smc_clc_first_contact_ext *fce = in smcd_conn_save_peer_info() local
495 smc->conn.lgr->peer_os = fce->os_type; in smcd_conn_save_peer_info()
496 smc->conn.lgr->peer_smc_release = fce->release; in smcd_conn_save_peer_info()
497 if (smc_isascii(fce->hostname)) in smcd_conn_save_peer_info()
498 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smcd_conn_save_peer_info()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_dfs.c362 uint32_t *fce; in qla2x00_dfs_fce_show() local
376 fce = (uint32_t *) ha->fce; in qla2x00_dfs_fce_show()
384 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show()
433 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release()
537 if (!ha->fce) in qla2x00_dfs_setup()
H A Dqla_tmpl.c398 if (vha->hw->fce) { in qla27xx_fwdt_entry_t264()
410 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len); in qla27xx_fwdt_entry_t264()
H A Dqla_init.c3241 if (ha->fce) { in qla2x00_init_fce_trace()
3272 ha->fce = tc; in qla2x00_init_fce_trace()
3380 if (ha->fce) in qla2x00_alloc_fw_dump()
7077 if (ha->fce) { in qla2x00_abort_isp()
7079 memset(ha->fce, 0, in qla2x00_abort_isp()
8870 if (ha->fce) { in qla82xx_restart_isp()
8872 memset(ha->fce, 0, in qla82xx_restart_isp()
H A Dqla_dbg.c475 if (!ha->fce) in qla25xx_copy_fce()
490 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
H A Dqla_os.c4614 if (ha->fce) in qla2x00_free_fw_dump()
4616 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump()
4625 ha->fce = NULL; in qla2x00_free_fw_dump()
H A Dqla_def.h4391 void *fce; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx25/
H A Dimx-regs.h491 wwu, age, cnc2, fce) \ argument
495 (age) << 2 | (cnc2) << 1 | (fce) << 0)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h653 wwu, age, cnc2, fce) \ argument
657 (age) << 2 | (cnc2) << 1 | (fce) << 0)