| /linux/drivers/comedi/ |
| H A D | comedi_buf.c | 51 struct comedi_subdevice *s) in __comedi_buf_free() 119 struct comedi_subdevice *s, in __comedi_buf_alloc() 181 comedi_buf_map_from_subdev_get(struct comedi_subdevice *s) in comedi_buf_map_from_subdev_get() 202 bool comedi_buf_is_mmapped(struct comedi_subdevice *s) in comedi_buf_is_mmapped() 209 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, in comedi_buf_alloc() 238 void comedi_buf_reset(struct comedi_subdevice *s) in comedi_buf_reset() 260 static unsigned int comedi_buf_write_n_unalloc(struct comedi_subdevice *s) in comedi_buf_write_n_unalloc() 268 unsigned int comedi_buf_write_n_available(struct comedi_subdevice *s) in comedi_buf_write_n_available() 276 unsigned int _comedi_buf_write_alloc(struct comedi_subdevice *s, in _comedi_buf_write_alloc() 307 unsigned int comedi_buf_write_alloc(struct comedi_subdevice *s, in comedi_buf_write_alloc() [all …]
|
| H A D | drivers.c | 98 struct comedi_subdevice *s; in comedi_alloc_subdevices() local 140 int comedi_alloc_subdev_readback(struct comedi_subdevice *s) in comedi_alloc_subdev_readback() 159 struct comedi_subdevice *s; in comedi_device_detach_cleanup() local 219 static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s) in poll_invalid() 237 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, in insn_inval() 261 struct comedi_subdevice *s, in comedi_readback_insn_read() 296 struct comedi_subdevice *s, in comedi_timeout() 344 struct comedi_subdevice *s, in comedi_dio_insn_config() 389 unsigned int comedi_dio_update_state(struct comedi_subdevice *s, in comedi_dio_update_state() 423 unsigned int comedi_bytes_per_scan_cmd(struct comedi_subdevice *s, in comedi_bytes_per_scan_cmd() [all …]
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 205 static struct node *node_first(const struct sparsebit *s) in node_first() 219 static struct node *node_next(const struct sparsebit *s, struct node *np) in node_next() 247 static struct node *node_prev(const struct sparsebit *s, struct node *np) in node_prev() 310 static struct node *node_find(const struct sparsebit *s, sparsebit_idx_t idx) in node_find() 333 static struct node *node_add(struct sparsebit *s, sparsebit_idx_t idx) in node_add() 396 bool sparsebit_all_set(const struct sparsebit *s) in sparsebit_all_set() 409 static void node_rm(struct sparsebit *s, struct node *nodep) in node_rm() 498 static struct node *node_split(struct sparsebit *s, sparsebit_idx_t idx) in node_split() 599 static void node_reduce(struct sparsebit *s, struct node *nodep) in node_reduce() 778 bool sparsebit_is_set(const struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_is_set() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramseq.h | 6 #define ram_init(s,p) hwsq_init(&(s)->base, (p)) argument 7 #define ram_exec(s,e) hwsq_exec(&(s)->base, (e)) argument 8 #define ram_have(s,r) ((s)->r_##r.addr != 0x000000) argument 9 #define ram_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument 10 #define ram_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument 11 #define ram_nuke(s,r) hwsq_nuke(&(s)->base, &(s)->r_##r) argument 12 #define ram_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 13 #define ram_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 14 #define ram_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument 15 #define ram_wait_vblank(s) hwsq_wait_vblank(&(s)->base) argument [all …]
|
| /linux/include/linux/ |
| H A D | seq_buf.h | 33 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() 41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init() 53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() 59 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow() 68 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left() 77 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used() 98 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str() 119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() 141 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit() 160 static inline int seq_buf_pop(struct seq_buf *s) in seq_buf_pop()
|
| /linux/drivers/usb/host/ |
| H A D | octeon-hcd.h | 157 } s; member 227 } s; member 316 } s; member 546 } s; member 573 } s; member 626 } s; member 754 } s; member 778 } s; member 824 } s; member 913 } s; member [all …]
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_debugfs.c | 28 static void dbg_uidn_show(struct seq_file *s, struct genwqe_reg *regs, in dbg_uidn_show() 43 static int curr_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in curr_dbg_uidn_show() 69 static int curr_dbg_uid0_show(struct seq_file *s, void *unused) in curr_dbg_uid0_show() 76 static int curr_dbg_uid1_show(struct seq_file *s, void *unused) in curr_dbg_uid1_show() 83 static int curr_dbg_uid2_show(struct seq_file *s, void *unused) in curr_dbg_uid2_show() 90 static int prev_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in prev_dbg_uidn_show() 98 static int prev_dbg_uid0_show(struct seq_file *s, void *unused) in prev_dbg_uid0_show() 105 static int prev_dbg_uid1_show(struct seq_file *s, void *unused) in prev_dbg_uid1_show() 112 static int prev_dbg_uid2_show(struct seq_file *s, void *unused) in prev_dbg_uid2_show() 119 static int curr_regs_show(struct seq_file *s, void *unused) in curr_regs_show() [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pciercx-defs.h | 82 } s; member 93 } s; member 104 } s; member 117 } s; member 124 } s; member 131 } s; member 157 } s; member 176 } s; member 203 } s; member 232 } s; member [all …]
|
| /linux/drivers/tty/serial/ |
| H A D | max3100.c | 123 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() 141 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity() 146 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity() 157 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr() 182 static int max3100_handlerx_unlocked(struct max3100_port *s, u16 rx) in max3100_handlerx_unlocked() 223 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx() 236 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work() local 304 static void max3100_dowork(struct max3100_port *s) in max3100_dowork() 312 struct max3100_port *s = timer_container_of(s, t, timer); in max3100_timeout() local 320 struct max3100_port *s = dev_id; in max3100_irq() local [all …]
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-streams.c | 108 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_queue_setup() local 141 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_queue() local 155 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_prepare() local 175 void cx18_clear_queue(struct cx18_stream *s, enum vb2_buffer_state state) in cx18_clear_queue() 190 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_start_streaming() local 216 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_stop_streaming() local 236 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init() local 303 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev() local 408 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev() local 548 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup() [all …]
|
| H A D | cx18-queue.c | 43 struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl, in _cx18_enqueue() 73 struct cx18_mdl *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q) in cx18_dequeue() 89 static void _cx18_mdl_update_bufs_for_cpu(struct cx18_stream *s, in _cx18_mdl_update_bufs_for_cpu() 109 static inline void cx18_mdl_update_bufs_for_cpu(struct cx18_stream *s, in cx18_mdl_update_bufs_for_cpu() 125 struct cx18_mdl *cx18_queue_get_mdl(struct cx18_stream *s, u32 id, in cx18_queue_get_mdl() 195 static void cx18_queue_flush(struct cx18_stream *s, in cx18_queue_flush() 221 void cx18_flush_queues(struct cx18_stream *s) in cx18_flush_queues() 231 void cx18_unload_queues(struct cx18_stream *s) in cx18_unload_queues() 262 void cx18_load_queues(struct cx18_stream *s) in cx18_load_queues() 320 void _cx18_mdl_sync_for_device(struct cx18_stream *s, struct cx18_mdl *mdl) in _cx18_mdl_sync_for_device() [all …]
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_debugfs.c | 16 static void fbnic_dbg_desc_break(struct seq_file *s, int i) in fbnic_dbg_desc_break() 24 static void fbnic_dbg_ring_show(struct seq_file *s) in fbnic_dbg_ring_show() 76 static void fbnic_dbg_twd_desc_seq_show(struct seq_file *s, int i) in fbnic_dbg_twd_desc_seq_show() 107 static int fbnic_dbg_twq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_twq_desc_seq_show() 132 static int fbnic_dbg_tcq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_tcq_desc_seq_show() 181 static int fbnic_dbg_bdq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_bdq_desc_seq_show() 211 static void fbnic_dbg_rcd_desc_seq_show(struct seq_file *s, int i) in fbnic_dbg_rcd_desc_seq_show() 254 static int fbnic_dbg_rcq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_rcq_desc_seq_show() 380 static int fbnic_dbg_mac_addr_show(struct seq_file *s, void *v) in fbnic_dbg_mac_addr_show() 406 static int fbnic_dbg_tce_tcam_show(struct seq_file *s, void *v) in fbnic_dbg_tce_tcam_show() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | seq.h | 6 #define clk_init(s,p) hwsq_init(&(s)->base, (p)) argument 7 #define clk_exec(s,e) hwsq_exec(&(s)->base, (e)) argument 8 #define clk_have(s,r) ((s)->r_##r.addr != 0x000000) argument 9 #define clk_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument 10 #define clk_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument 11 #define clk_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 12 #define clk_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 13 #define clk_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument 14 #define clk_nsec(s,n) hwsq_nsec(&(s)->base, (n)) argument
|
| /linux/kernel/bpf/ |
| H A D | percpu_freelist.c | 6 int pcpu_freelist_init(struct pcpu_freelist *s) in pcpu_freelist_init() argument 25 free_percpu(s->freelist); in pcpu_freelist_destroy() argument 45 void __pcpu_freelist_push(struct pcpu_freelist *s, in pcpu_freelist_try_push_extra() argument 56 ___pcpu_freelist_push_nmi(struct pcpu_freelist * s,struct pcpu_freelist_node * node) ___pcpu_freelist_push_nmi() argument 80 __pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) __pcpu_freelist_push() argument 89 pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) pcpu_freelist_push() argument 99 pcpu_freelist_populate(struct pcpu_freelist * s,void * buf,u32 elem_size,u32 nr_elems) pcpu_freelist_populate() argument 121 ___pcpu_freelist_pop(struct pcpu_freelist * s) ___pcpu_freelist_pop() argument 153 ___pcpu_freelist_pop_nmi(struct pcpu_freelist * s) ___pcpu_freelist_pop_nmi() argument 184 __pcpu_freelist_pop(struct pcpu_freelist * s) __pcpu_freelist_pop() argument 191 pcpu_freelist_pop(struct pcpu_freelist * s) pcpu_freelist_pop() argument [all...] |
| /linux/drivers/pcmcia/ |
| H A D | pcmcia_resource.c | 37 int pcmcia_validate_mem(struct pcmcia_socket *s) in pcmcia_validate_mem() 46 int low, struct pcmcia_socket *s) in pcmcia_find_mem_region() 60 static void release_io_space(struct pcmcia_socket *s, struct resource *res) in release_io_space() 96 static int alloc_io_space(struct pcmcia_socket *s, struct resource *res, in alloc_io_space() 155 static int pcmcia_access_config(struct pcmcia_device *p_dev, in pcmcia_access_config() 161 struct pcmcia_socket *s; in pcmcia_access_config() local 226 struct pcmcia_socket *s = p_dev->socket; in pcmcia_map_mem_page() local 255 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_iowidth() local 305 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_vpp() local 349 struct pcmcia_socket *s = p_dev->socket; in pcmcia_release_configuration() local [all …]
|
| H A D | socket_sysfs.c | 37 struct pcmcia_socket *s = to_socket(dev); in pccard_show_type() local 50 struct pcmcia_socket *s = to_socket(dev); in pccard_show_voltage() local 64 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vpp() local 74 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vcc() local 85 struct pcmcia_socket *s = to_socket(dev); in pccard_store_insert() local 101 struct pcmcia_socket *s = to_socket(dev); in pccard_show_card_pm_state() local 109 struct pcmcia_socket *s = to_socket(dev); in pccard_store_card_pm_state() local 132 struct pcmcia_socket *s = to_socket(dev); in pccard_store_eject() local 148 struct pcmcia_socket *s = to_socket(dev); in pccard_show_irq_mask() local 157 struct pcmcia_socket *s = to_socket(dev); in pccard_store_irq_mask() local [all …]
|
| /linux/security/selinux/ss/ |
| H A D | sidtab.c | 35 int sidtab_init(struct sidtab *s) in sidtab_init() 60 static u32 context_to_sid(struct sidtab *s, struct context *context, u32 hash) in context_to_sid() 78 int sidtab_set_initial(struct sidtab *s, u32 sid, struct context *context) in sidtab_set_initial() 163 static int sidtab_alloc_roots(struct sidtab *s, u32 level) in sidtab_alloc_roots() 184 static struct sidtab_entry *sidtab_do_lookup(struct sidtab *s, u32 index, in sidtab_do_lookup() 225 static struct sidtab_entry *sidtab_lookup(struct sidtab *s, u32 index) in sidtab_lookup() 236 static struct sidtab_entry *sidtab_lookup_initial(struct sidtab *s, u32 sid) in sidtab_lookup_initial() 241 static struct sidtab_entry *sidtab_search_core(struct sidtab *s, u32 sid, in sidtab_search_core() 258 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid) in sidtab_search_entry() 263 struct sidtab_entry *sidtab_search_entry_force(struct sidtab *s, u32 sid) in sidtab_search_entry_force() [all …]
|
| /linux/arch/alpha/lib/ |
| H A D | memcpy.c | 27 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument 34 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument 46 #define DO_REST_UP(d,s,n) \ argument 52 #define DO_REST_DN(d,s,n) \ argument 63 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument 64 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument 73 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up() 101 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn() 119 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up() 135 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
|
| /linux/arch/xtensa/variants/de212/include/variant/ |
| H A D | tie.h | 89 #define XCHAL_NCP_SA_LIST(s) \ argument 99 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument 102 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 105 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 108 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument 111 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 114 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 117 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 120 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
| /linux/net/ceph/ |
| H A D | debugfs.c | 34 static int monmap_show(struct seq_file *s, void *p) in monmap_show() 58 static int osdmap_show(struct seq_file *s, void *p) in osdmap_show() 144 static int monc_show(struct seq_file *s, void *p) in monc_show() 182 static void dump_spgid(struct seq_file *s, const struct ceph_spg *spgid) in dump_spgid() 189 static void dump_target(struct seq_file *s, struct ceph_osd_request_target *t) in dump_target() 215 static void dump_request(struct seq_file *s, struct ceph_osd_request *req) in dump_request() 240 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() 255 static void dump_linger_request(struct seq_file *s, in dump_linger_request() 266 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() 281 static void dump_snapid(struct seq_file *s, u64 snapid) in dump_snapid() [all …]
|
| /linux/fs/hpfs/ |
| H A D | alloc.c | 12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() 25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() 38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() 51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() 69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 100 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors() 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() 277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() 296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() [all …]
|
| /linux/sound/firewire/ |
| H A D | amdtp-stream.c | 92 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_stream_init() 126 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy() 163 struct snd_interval *s = hw_param_interval(params, rule->var); in apply_constraint_to_size() local 190 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints() 271 int amdtp_stream_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_stream_set_parameters() 301 static int amdtp_stream_get_max_ctx_payload_size(struct amdtp_stream *s) in amdtp_stream_get_max_ctx_payload_size() 320 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload() 339 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare() 347 #define prev_packet_desc(s, desc) \ argument 350 static void pool_blocking_data_blocks(struct amdtp_stream *s, struct seq_desc *descs, in pool_blocking_data_blocks() [all …]
|
| /linux/lib/zlib_deflate/ |
| H A D | deftree.c | 150 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument 154 # define send_code(s, c, tree) \ argument 242 deflate_state *s in zlib_tr_init() 273 deflate_state *s in init_block() 296 #define pqremove(s, tree, top) \ argument 318 deflate_state *s, in pqdownheap() 354 deflate_state *s, in gen_bitlen() 485 deflate_state *s, in build_tree() 573 deflate_state *s, in scan_tree() 619 deflate_state *s, in send_tree() [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | comedi_parport.c | 72 struct comedi_subdevice *s, in parport_data_reg_insn_bits() 85 struct comedi_subdevice *s, in parport_data_reg_insn_config() 107 struct comedi_subdevice *s, in parport_status_reg_insn_bits() 117 struct comedi_subdevice *s, in parport_ctrl_reg_insn_bits() 136 struct comedi_subdevice *s, in parport_intr_insn_bits() 145 struct comedi_subdevice *s, in parport_intr_cmdtest() 184 struct comedi_subdevice *s) in parport_intr_cmd() 196 struct comedi_subdevice *s) in parport_intr_cancel() 210 struct comedi_subdevice *s = dev->read_subdev; in parport_interrupt() local 227 struct comedi_subdevice *s; in parport_attach() local
|
| /linux/tools/virtio/linux/ |
| H A D | dma-mapping.h | 16 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument 22 #define dma_free_coherent(d, s, p, h) kfree(p) argument 24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument 25 #define dma_map_page_attrs(d, p, o, s, dir, a) (page_to_phys(p) + (o)) argument 27 #define dma_map_single(d, p, s, dir) (virt_to_phys(p)) argument 28 #define dma_map_single_attrs(d, p, s, dir, a) (virt_to_phys(p)) argument 31 #define dma_unmap_single(d, a, s, r) do { (void)(d); (void)(a); (void)(s); (void)(r); } while (0) argument 32 #define dma_unmap_page(d, a, s, argument 33 dma_unmap_page_attrs(d,a,s,r,t) global() argument 40 dma_unmap_single_attrs(d,a,s,r,t) global() argument 43 dma_sync_single_range_for_cpu(d,a,o,s,r) global() argument 46 dma_sync_single_range_for_device(d,a,o,s,r) global() argument [all...] |