Home
last modified time | relevance | path

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

/linux-5.19.10/sound/synth/emux/
Demux_synth.c26 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port,
64 nvoices = get_zone(emu, port, &note, 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-5.19.10/drivers/block/
Dpktcdvd.c111 static sector_t get_zone(sector_t sector, struct pktcdvd_device *pd) in get_zone() function
1117 zone = get_zone(bio->bi_iter.bi_sector, pd); in pkt_handle_queue()
1157 get_zone(bio->bi_iter.bi_sector, pd)); in pkt_handle_queue()
1158 if (get_zone(bio->bi_iter.bi_sector, pd) != zone) in pkt_handle_queue()
2313 zone = get_zone(bio->bi_iter.bi_sector, pd); in pkt_make_request_write()
2428 sector_t zone = get_zone(bio->bi_iter.bi_sector, pd); in pkt_submit_bio()
2429 sector_t last_zone = get_zone(bio_end_sector(bio) - 1, pd); in pkt_submit_bio()