Searched refs:get_zone (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/sound/synth/emux/ |
D | emux_synth.c | 26 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port, 64 nvoices = get_zone(emu, port, ¬e, vel, chan, table); in snd_emux_note_on() 889 get_zone(struct snd_emux *emu, struct snd_emux_port *port, in get_zone() function
|
/Linux-v5.10/drivers/block/ |
D | pktcdvd.c | 111 static sector_t get_zone(sector_t sector, struct pktcdvd_device *pd) in get_zone() function 1132 zone = get_zone(bio->bi_iter.bi_sector, pd); in pkt_handle_queue() 1172 get_zone(bio->bi_iter.bi_sector, pd)); in pkt_handle_queue() 1173 if (get_zone(bio->bi_iter.bi_sector, pd) != zone) in pkt_handle_queue() 2294 zone = get_zone(bio->bi_iter.bi_sector, pd); in pkt_make_request_write() 2408 sector_t zone = get_zone(bio->bi_iter.bi_sector, pd); in pkt_submit_bio() 2409 sector_t last_zone = get_zone(bio_end_sector(bio) - 1, pd); in pkt_submit_bio()
|