Searched refs:fm_st_proto (Results 1 - 1 of 1) sorted by relevance

/drivers/media/radio/wl128x/
H A Dfmdrv_common.c1488 static struct st_proto_s fm_st_proto; local
1496 memset(&fm_st_proto, 0, sizeof(fm_st_proto));
1497 fm_st_proto.recv = fm_st_receive;
1498 fm_st_proto.match_packet = NULL;
1499 fm_st_proto.reg_complete_cb = fm_st_reg_comp_cb;
1500 fm_st_proto.write = NULL; /* TI ST driver will fill write pointer */
1501 fm_st_proto.priv_data = fmdev;
1502 fm_st_proto.chnl_id = 0x08;
1503 fm_st_proto
1592 static struct st_proto_s fm_st_proto; local
[all...]

Completed in 11 milliseconds