Home
last modified time | relevance | path

Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance

/linux/net/bridge/
A Dbr_mdb.c384 struct br_port_msg *bpm; in br_mdb_valid_dump_req() local
391 bpm = nlmsg_data(nlh); in br_mdb_valid_dump_req()
392 if (bpm->ifindex) { in br_mdb_valid_dump_req()
438 bpm = nlmsg_data(nlh); in br_mdb_dump()
439 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
468 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local
475 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()
476 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill()
595 bpm = nlmsg_data(nlh); in nlmsg_populate_rtr_fill()
596 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_rtr_fill()
[all …]
/linux/sound/core/seq/
A Dseq_queue.c726 int i, bpm; in snd_seq_info_queues_read() local
739 bpm = 60000000 / tmr->tempo; in snd_seq_info_queues_read()
741 bpm = 0; in snd_seq_info_queues_read()
756 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()

Completed in 9 milliseconds