Searched refs:fm_st_proto (Results 1 – 1 of 1) sorted by relevance
1490 memset(&fm_st_proto, 0, sizeof(fm_st_proto)); in fmc_prepare()1492 fm_st_proto.match_packet = NULL; in fmc_prepare()1495 fm_st_proto.priv_data = fmdev; in fmc_prepare()1496 fm_st_proto.chnl_id = 0x08; in fmc_prepare()1498 fm_st_proto.hdr_len = 1; in fmc_prepare()1500 fm_st_proto.len_size = 1; in fmc_prepare()1501 fm_st_proto.reserve = 1; in fmc_prepare()1503 ret = st_register(&fm_st_proto); in fmc_prepare()1527 if (fm_st_proto.write != NULL) { in fmc_prepare()1601 memset(&fm_st_proto, 0, sizeof(fm_st_proto)); in fmc_release()[all …]
Completed in 5 milliseconds