/linux-4.1.27/tools/lib/traceevent/ |
D | trace-seq.c | 34 #define TRACE_SEQ_CHECK(s) \ argument 41 #define TRACE_SEQ_CHECK_RET_N(s, n) \ argument 48 #define TRACE_SEQ_CHECK_RET(s) TRACE_SEQ_CHECK_RET_N(s, ) argument 49 #define TRACE_SEQ_CHECK_RET0(s) TRACE_SEQ_CHECK_RET_N(s, 0) argument 55 void trace_seq_init(struct trace_seq *s) in trace_seq_init() 71 void trace_seq_reset(struct trace_seq *s) in trace_seq_reset() 86 void trace_seq_destroy(struct trace_seq *s) in trace_seq_destroy() 95 static void expand_buffer(struct trace_seq *s) in expand_buffer() 124 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf() 161 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf() [all …]
|
D | plugin_sched_switch.c | 26 static void write_state(struct trace_seq *s, int val) in write_state() 49 struct trace_seq *s, int pid) in write_and_save_comm() 67 static int sched_wakeup_handler(struct trace_seq *s, in sched_wakeup_handler() 96 static int sched_switch_handler(struct trace_seq *s, in sched_switch_handler()
|
D | plugin_kvm.c | 247 static int print_exit_reason(struct trace_seq *s, struct pevent_record *record, in print_exit_reason() 268 static int kvm_exit_handler(struct trace_seq *s, struct pevent_record *record, in kvm_exit_handler() 290 static int kvm_emulate_insn_handler(struct trace_seq *s, in kvm_emulate_insn_handler() 330 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct pevent_record *record, in kvm_nested_vmexit_inject_handler() 344 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct pevent_record *record, in kvm_nested_vmexit_handler() 367 static int kvm_mmu_print_role(struct trace_seq *s, struct pevent_record *record, in kvm_mmu_print_role() 410 static int kvm_mmu_get_page_handler(struct trace_seq *s, in kvm_mmu_get_page_handler() 432 process_is_writable_pte(struct trace_seq *s, unsigned long long *args) in process_is_writable_pte()
|
/linux-4.1.27/include/linux/ |
D | trace_seq.h | 20 trace_seq_init(struct trace_seq *s) in trace_seq_init() 39 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used() 54 trace_seq_buffer_ptr(struct trace_seq *s) in trace_seq_buffer_ptr() 66 static inline bool trace_seq_has_overflowed(struct trace_seq *s) in trace_seq_has_overflowed() 95 static inline void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf() 99 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() 104 trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask() 109 static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq() 113 static inline int trace_seq_to_user(struct trace_seq *s, char __user *ubuf, in trace_seq_to_user() 118 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() [all …]
|
D | seq_buf.h | 25 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() 32 seq_buf_init(struct seq_buf *s, unsigned char *buf, unsigned int size) in seq_buf_init() 44 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() 50 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow() 59 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left() 68 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used() 81 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() 103 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit()
|
D | seqlock.h | 53 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() 67 # define seqcount_init(s) \ argument 73 static inline void seqcount_lockdep_reader_access(const seqcount_t *s) in seqcount_lockdep_reader_access() 86 # define seqcount_init(s) __seqcount_init(s, NULL, NULL) argument 106 static inline unsigned __read_seqcount_begin(const seqcount_t *s) in __read_seqcount_begin() 128 static inline unsigned raw_read_seqcount(const seqcount_t *s) in raw_read_seqcount() 144 static inline unsigned raw_read_seqcount_begin(const seqcount_t *s) in raw_read_seqcount_begin() 160 static inline unsigned read_seqcount_begin(const seqcount_t *s) in read_seqcount_begin() 180 static inline unsigned raw_seqcount_begin(const seqcount_t *s) in raw_seqcount_begin() 201 static inline int __read_seqcount_retry(const seqcount_t *s, unsigned start) in __read_seqcount_retry() [all …]
|
D | vt_buffer.h | 27 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw() 36 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() 45 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew()
|
/linux-4.1.27/kernel/trace/ |
D | trace_seq.c | 30 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) argument 33 #define TRACE_SEQ_BUF_USED(s) seq_buf_used(&(s)->seq) argument 38 static inline void __trace_seq_init(struct trace_seq *s) in __trace_seq_init() 53 int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq() 83 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf() 113 void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask() 143 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf() 177 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() 207 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() 235 void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc() [all …]
|
D | trace_output.c | 25 struct trace_seq *s = &iter->seq; in trace_print_bputs_msg_only() local 38 struct trace_seq *s = &iter->seq; in trace_print_bprintk_msg_only() local 51 struct trace_seq *s = &iter->seq; in trace_print_printk_msg_only() local 229 struct trace_seq *s = &iter->seq; in ftrace_raw_output_prep() local 251 struct trace_seq *s = &iter->seq; in ftrace_output_raw() local 290 seq_print_sym_short(struct trace_seq *s, const char *fmt, unsigned long address) in seq_print_sym_short() 305 seq_print_sym_offset(struct trace_seq *s, const char *fmt, in seq_print_sym_offset() 325 int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, in seq_print_user_ip() 358 seq_print_userip_objs(const struct userstack_entry *entry, struct trace_seq *s, in seq_print_userip_objs() 402 seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags) in seq_print_ip_sym() [all …]
|
D | trace_functions_graph.c | 485 static void print_graph_cpu(struct trace_seq *s, int cpu) in print_graph_cpu() 497 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc() 528 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt() 536 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid() 641 static void print_graph_abs_time(u64 t, struct trace_seq *s) in print_graph_abs_time() 656 struct trace_seq *s = &iter->seq; in print_graph_irq() local 696 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s) in trace_print_graph_duration() 729 print_graph_duration(unsigned long long duration, struct trace_seq *s, in print_graph_duration() 764 struct trace_seq *s, u32 flags) in print_graph_entry_leaf() 809 struct trace_seq *s, int cpu, u32 flags) in print_graph_entry_nested() [all …]
|
/linux-4.1.27/mm/ |
D | slub.c | 118 static inline int kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug() 127 static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) in kmem_cache_has_cpu_partial() 206 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; } in sysfs_slab_add() 207 static inline int sysfs_slab_alias(struct kmem_cache *s, const char *p) in sysfs_slab_alias() 209 static inline void memcg_propagate_slab_attrs(struct kmem_cache *s) { } in memcg_propagate_slab_attrs() 212 static inline void stat(const struct kmem_cache *s, enum stat_item si) in stat() 228 static inline int check_valid_pointer(struct kmem_cache *s, in check_valid_pointer() 245 static inline void *get_freepointer(struct kmem_cache *s, void *object) in get_freepointer() 250 static void prefetch_freepointer(const struct kmem_cache *s, void *object) in prefetch_freepointer() 255 static inline void *get_freepointer_safe(struct kmem_cache *s, void *object) in get_freepointer_safe() [all …]
|
D | slab_common.c | 64 unsigned int kmem_cache_size(struct kmem_cache *s) in kmem_cache_size() 73 struct kmem_cache *s = NULL; in kmem_cache_sanity_check() local 109 void slab_init_memcg_params(struct kmem_cache *s) in slab_init_memcg_params() 116 static int init_memcg_params(struct kmem_cache *s, in init_memcg_params() 143 static void destroy_memcg_params(struct kmem_cache *s) in destroy_memcg_params() 149 static int update_memcg_params(struct kmem_cache *s, int new_array_size) in update_memcg_params() 175 struct kmem_cache *s; in memcg_update_all_caches() local 192 static inline int init_memcg_params(struct kmem_cache *s, in init_memcg_params() 198 static inline void destroy_memcg_params(struct kmem_cache *s) in destroy_memcg_params() 206 int slab_unmergeable(struct kmem_cache *s) in slab_unmergeable() [all …]
|
D | slab.h | 178 static inline bool is_root_cache(struct kmem_cache *s) in is_root_cache() 183 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root() 194 static inline const char *cache_name(struct kmem_cache *s) in cache_name() 207 cache_from_memcg_idx(struct kmem_cache *s, int idx) in cache_from_memcg_idx() 226 static inline struct kmem_cache *memcg_root_cache(struct kmem_cache *s) in memcg_root_cache() 233 static __always_inline int memcg_charge_slab(struct kmem_cache *s, in memcg_charge_slab() 243 static __always_inline void memcg_uncharge_slab(struct kmem_cache *s, int order) in memcg_uncharge_slab() 261 static inline bool is_root_cache(struct kmem_cache *s) in is_root_cache() 266 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root() 272 static inline const char *cache_name(struct kmem_cache *s) in cache_name() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramseq.h | 5 #define ram_init(s,p) hwsq_init(&(s)->base, (p)) argument 6 #define ram_exec(s,e) hwsq_exec(&(s)->base, (e)) argument 7 #define ram_have(s,r) ((s)->r_##r.addr != 0x000000) argument 8 #define ram_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument 9 #define ram_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument 10 #define ram_nuke(s,r) hwsq_nuke(&(s)->base, &(s)->r_##r) argument 11 #define ram_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 12 #define ram_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 13 #define ram_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument 14 #define ram_nsec(s,n) hwsq_nsec(&(s)->base, (n)) argument
|
D | ramfuc.h | 166 #define ram_init(s,p) ramfuc_init(&(s)->base, (p)) argument 167 #define ram_exec(s,e) ramfuc_exec(&(s)->base, (e)) argument 168 #define ram_have(s,r) ((s)->r_##r.addr != 0x000000) argument 169 #define ram_rd32(s,r) ramfuc_rd32(&(s)->base, &(s)->r_##r) argument 170 #define ram_wr32(s,r,d) ramfuc_wr32(&(s)->base, &(s)->r_##r, (d)) argument 171 #define ram_nuke(s,r) ramfuc_nuke(&(s)->base, &(s)->r_##r) argument 172 #define ram_mask(s,r,m,d) ramfuc_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 173 #define ram_wait(s,r,m,d,n) ramfuc_wait(&(s)->base, (r), (m), (d), (n)) argument 174 #define ram_nsec(s,n) ramfuc_nsec(&(s)->base, (n)) argument 175 #define ram_wait_vblank(s) ramfuc_wait_vblank(&(s)->base) argument [all …]
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-queue.h | 30 static inline int ivtv_might_use_pio(struct ivtv_stream *s) in ivtv_might_use_pio() 35 static inline int ivtv_use_pio(struct ivtv_stream *s) in ivtv_use_pio() 43 static inline int ivtv_might_use_dma(struct ivtv_stream *s) in ivtv_might_use_dma() 48 static inline int ivtv_use_dma(struct ivtv_stream *s) in ivtv_use_dma() 53 static inline void ivtv_buf_sync_for_cpu(struct ivtv_stream *s, struct ivtv_buffer *buf) in ivtv_buf_sync_for_cpu() 60 static inline void ivtv_buf_sync_for_device(struct ivtv_stream *s, struct ivtv_buffer *buf) in ivtv_buf_sync_for_device() 82 static inline void ivtv_stream_sync_for_cpu(struct ivtv_stream *s) in ivtv_stream_sync_for_cpu() 89 static inline void ivtv_stream_sync_for_device(struct ivtv_stream *s) in ivtv_stream_sync_for_device()
|
D | ivtv-irq.c | 43 struct ivtv_stream *s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in ivtv_pcm_work_handler() local 72 struct ivtv_stream *s = &itv->streams[itv->cur_pio_stream]; in ivtv_pio_work_handler() local 123 static int stream_enc_dma_append(struct ivtv_stream *s, u32 data[CX2341X_MBOX_MAX_DATA]) in stream_enc_dma_append() 258 static void dma_post(struct ivtv_stream *s) in dma_post() 349 void ivtv_dma_stream_dec_prepare(struct ivtv_stream *s, u32 offset, int lock) in ivtv_dma_stream_dec_prepare() 426 static void ivtv_dma_enc_start_xfer(struct ivtv_stream *s) in ivtv_dma_enc_start_xfer() 442 static void ivtv_dma_dec_start_xfer(struct ivtv_stream *s) in ivtv_dma_dec_start_xfer() 459 static void ivtv_dma_enc_start(struct ivtv_stream *s) in ivtv_dma_enc_start() 520 static void ivtv_dma_dec_start(struct ivtv_stream *s) in ivtv_dma_dec_start() 541 struct ivtv_stream *s = NULL; in ivtv_irq_dma_read() local [all …]
|
D | ivtv-queue.c | 25 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,… in ivtv_buf_copy_from_user() 52 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q) in ivtv_enqueue() 71 struct ivtv_buffer *ivtv_dequeue(struct ivtv_stream *s, struct ivtv_queue *q) in ivtv_dequeue() 88 static void ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, in ivtv_queue_move_buf() 122 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, in ivtv_queue_move() 185 void ivtv_flush_queues(struct ivtv_stream *s) in ivtv_flush_queues() 193 int ivtv_stream_alloc(struct ivtv_stream *s) in ivtv_stream_alloc() 265 void ivtv_stream_free(struct ivtv_stream *s) in ivtv_stream_free()
|
D | ivtv-fileops.c | 47 struct ivtv_stream *s = &itv->streams[type]; in ivtv_claim_stream() local 103 void ivtv_release_stream(struct ivtv_stream *s) in ivtv_release_stream() 205 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) in ivtv_get_buffer() 298 static size_t ivtv_copy_buf_to_user(struct ivtv_stream *s, struct ivtv_buffer *buf, in ivtv_copy_buf_to_user() 358 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() 415 static ssize_t ivtv_read_pos(struct ivtv_stream *s, char __user *ubuf, size_t count, in ivtv_read_pos() 430 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_capture() local 509 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_read() local 526 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_decoding() local 552 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_write() local [all …]
|
D | ivtv-streams.c | 163 struct ivtv_stream *s = &itv->streams[type]; in ivtv_stream_init() local 193 struct ivtv_stream *s = &itv->streams[type]; in ivtv_prep_dev() local 279 struct ivtv_stream *s = &itv->streams[type]; in ivtv_reg_dev() local 475 int ivtv_start_v4l2_encode_stream(struct ivtv_stream *s) in ivtv_start_v4l2_encode_stream() 643 static int ivtv_setup_v4l2_decode_stream(struct ivtv_stream *s) in ivtv_setup_v4l2_decode_stream() 708 int ivtv_start_v4l2_decode_stream(struct ivtv_stream *s, int gop_offset) in ivtv_start_v4l2_decode_stream() 766 struct ivtv_stream *s = &itv->streams[i]; in ivtv_stop_all_captures() local 776 int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end) in ivtv_stop_v4l2_encode_stream() 900 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts) in ivtv_stop_v4l2_decode_stream()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | seq.h | 5 #define clk_init(s,p) hwsq_init(&(s)->base, (p)) argument 6 #define clk_exec(s,e) hwsq_exec(&(s)->base, (e)) argument 7 #define clk_have(s,r) ((s)->r_##r.addr != 0x000000) argument 8 #define clk_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument 9 #define clk_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument 10 #define clk_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 11 #define clk_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 12 #define clk_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument 13 #define clk_nsec(s,n) hwsq_nsec(&(s)->base, (n)) argument
|
/linux-4.1.27/sound/firewire/ |
D | amdtp.c | 78 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_stream_init() 101 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy() 135 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints() 196 void amdtp_stream_set_parameters(struct amdtp_stream *s, in amdtp_stream_set_parameters() 252 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload() 277 void amdtp_stream_set_pcm_format(struct amdtp_stream *s, in amdtp_stream_set_pcm_format() 310 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare() 319 static unsigned int calculate_data_blocks(struct amdtp_stream *s) in calculate_data_blocks() 354 static unsigned int calculate_syt(struct amdtp_stream *s, in calculate_syt() 397 static void amdtp_write_s32(struct amdtp_stream *s, in amdtp_write_s32() [all …]
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.h | 156 } s; member 226 } s; member 315 } s; member 545 } s; member 572 } s; member 625 } s; member 753 } s; member 777 } s; member 823 } s; member 912 } s; member [all …]
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_buf.c | 62 struct comedi_subdevice *s) in __comedi_buf_free() 82 struct comedi_subdevice *s, in __comedi_buf_alloc() 166 comedi_buf_map_from_subdev_get(struct comedi_subdevice *s) in comedi_buf_map_from_subdev_get() 187 bool comedi_buf_is_mmapped(struct comedi_subdevice *s) in comedi_buf_is_mmapped() 194 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, in comedi_buf_alloc() 226 void comedi_buf_reset(struct comedi_subdevice *s) in comedi_buf_reset() 248 static unsigned int comedi_buf_write_n_available(struct comedi_subdevice *s) in comedi_buf_write_n_available() 257 unsigned int comedi_buf_write_alloc(struct comedi_subdevice *s, in comedi_buf_write_alloc() 282 static unsigned int comedi_buf_munge(struct comedi_subdevice *s, in comedi_buf_munge() 325 unsigned int comedi_buf_write_n_allocated(struct comedi_subdevice *s) in comedi_buf_write_n_allocated() [all …]
|
D | comedi_fops.c | 198 struct comedi_subdevice *s; in comedi_subdevice_from_minor() local 224 struct comedi_subdevice *s; in comedi_dev_get_from_subdevice_minor() local 259 struct comedi_subdevice *s; in comedi_read_subdevice() local 272 struct comedi_subdevice *s; in comedi_write_subdevice() local 286 struct comedi_subdevice *s, *read_s, *write_s; in comedi_file_reset() local 331 struct comedi_subdevice *s, unsigned new_size) in resize_async_buffer() 375 struct comedi_subdevice *s; in max_read_buffer_kb_show() local 398 struct comedi_subdevice *s; in max_read_buffer_kb_store() local 431 struct comedi_subdevice *s; in read_buffer_kb_show() local 454 struct comedi_subdevice *s; in read_buffer_kb_store() local [all …]
|
D | drivers.c | 76 struct comedi_subdevice *s; in comedi_alloc_subdevices() local 104 int comedi_alloc_subdev_readback(struct comedi_subdevice *s) in comedi_alloc_subdev_readback() 123 struct comedi_subdevice *s; in comedi_device_detach_cleanup() local 172 static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s) in poll_invalid() 177 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, in insn_inval() 191 struct comedi_subdevice *s, in comedi_readback_insn_read() 217 struct comedi_subdevice *s, in comedi_timeout() 247 struct comedi_subdevice *s, in comedi_dio_insn_config() 283 unsigned int comedi_dio_update_state(struct comedi_subdevice *s, in comedi_dio_update_state() 315 unsigned int comedi_bytes_per_scan(struct comedi_subdevice *s) in comedi_bytes_per_scan() [all …]
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | core.c | 50 struct bnep_session *s; in __bnep_get_session() local 61 static void __bnep_link_session(struct bnep_session *s) in __bnep_link_session() 66 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_unlink_session() 71 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send() 79 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send_rsp() 89 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_set_default_proto_filter() 103 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_ctrl_set_netfilter() 149 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_mcfilter() 209 static int bnep_rx_control(struct bnep_session *s, void *data, int len) in bnep_rx_control() 257 static int bnep_rx_extension(struct bnep_session *s, struct sk_buff *skb) in bnep_rx_extension() [all …]
|
D | netdev.c | 53 struct bnep_session *s = netdev_priv(dev); in bnep_net_set_mc_list() local 122 static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_mc_filter() 148 static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_proto_filter() 167 struct bnep_session *s = netdev_priv(dev); in bnep_net_xmit() local
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_debugfs.c | 49 static void dbg_uidn_show(struct seq_file *s, struct genwqe_reg *regs, in dbg_uidn_show() 64 static int curr_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in curr_dbg_uidn_show() 90 static int genwqe_curr_dbg_uid0_show(struct seq_file *s, void *unused) in genwqe_curr_dbg_uid0_show() 97 static int genwqe_curr_dbg_uid1_show(struct seq_file *s, void *unused) in genwqe_curr_dbg_uid1_show() 104 static int genwqe_curr_dbg_uid2_show(struct seq_file *s, void *unused) in genwqe_curr_dbg_uid2_show() 111 static int prev_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in prev_dbg_uidn_show() 119 static int genwqe_prev_dbg_uid0_show(struct seq_file *s, void *unused) in genwqe_prev_dbg_uid0_show() 126 static int genwqe_prev_dbg_uid1_show(struct seq_file *s, void *unused) in genwqe_prev_dbg_uid1_show() 133 static int genwqe_prev_dbg_uid2_show(struct seq_file *s, void *unused) in genwqe_prev_dbg_uid2_show() 140 static int genwqe_curr_regs_show(struct seq_file *s, void *unused) in genwqe_curr_regs_show() [all …]
|
/linux-4.1.27/arch/alpha/lib/ |
D | memcpy.c | 24 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument 31 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument 43 #define DO_REST_UP(d,s,n) \ argument 49 #define DO_REST_DN(d,s,n) \ argument 60 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument 61 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument 70 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up() 98 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn() 116 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up() 132 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
|
/linux-4.1.27/arch/x86/kvm/ |
D | i8259.c | 42 static void pic_lock(struct kvm_pic *s) in pic_lock() 48 static void pic_unlock(struct kvm_pic *s) in pic_unlock() 75 static void pic_clear_isr(struct kvm_kpic_state *s, int irq) in pic_clear_isr() 94 static inline int pic_set_irq1(struct kvm_kpic_state *s, int irq, int level) in pic_set_irq1() 124 static inline int get_priority(struct kvm_kpic_state *s, int mask) in get_priority() 138 static int pic_get_irq(struct kvm_kpic_state *s) in pic_get_irq() 168 static void pic_update_irq(struct kvm_pic *s) in pic_update_irq() 184 void kvm_pic_update_irq(struct kvm_pic *s) in kvm_pic_update_irq() 191 int kvm_pic_set_irq(struct kvm_pic *s, int irq, int irq_source_id, int level) in kvm_pic_set_irq() 209 void kvm_pic_clear_all(struct kvm_pic *s, int irq_source_id) in kvm_pic_clear_all() [all …]
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-streams.c | 110 struct cx18_stream *s, struct cx18_videobuf_buffer *buf) in cx18_dma_free() 118 struct cx18_stream *s, in cx18_prepare_buffer() 198 struct cx18_stream *s = q->priv_data; in buffer_setup() local 220 struct cx18_stream *s = q->priv_data; in buffer_prepare() local 232 struct cx18_stream *s = q->priv_data; in buffer_release() local 241 struct cx18_stream *s = q->priv_data; in buffer_queue() local 257 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init() local 314 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev() local 413 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev() local 553 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup() [all …]
|
D | cx18-queue.c | 57 struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl, in _cx18_enqueue() 87 struct cx18_mdl *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q) in cx18_dequeue() 103 static void _cx18_mdl_update_bufs_for_cpu(struct cx18_stream *s, in _cx18_mdl_update_bufs_for_cpu() 123 static inline void cx18_mdl_update_bufs_for_cpu(struct cx18_stream *s, in cx18_mdl_update_bufs_for_cpu() 139 struct cx18_mdl *cx18_queue_get_mdl(struct cx18_stream *s, u32 id, in cx18_queue_get_mdl() 210 static void cx18_queue_flush(struct cx18_stream *s, in cx18_queue_flush() 236 void cx18_flush_queues(struct cx18_stream *s) in cx18_flush_queues() 246 void cx18_unload_queues(struct cx18_stream *s) in cx18_unload_queues() 277 void cx18_load_queues(struct cx18_stream *s) in cx18_load_queues() 335 void _cx18_mdl_sync_for_device(struct cx18_stream *s, struct cx18_mdl *mdl) in _cx18_mdl_sync_for_device() [all …]
|
D | cx18-fileops.c | 47 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream() local 104 void cx18_release_stream(struct cx18_stream *s) in cx18_release_stream() 184 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, in cx18_get_mdl() 274 static size_t cx18_copy_buf_to_user(struct cx18_stream *s, in cx18_copy_buf_to_user() 378 static size_t cx18_copy_mdl_to_user(struct cx18_stream *s, in cx18_copy_mdl_to_user() 420 static ssize_t cx18_read(struct cx18_stream *s, char __user *ubuf, in cx18_read() 485 static ssize_t cx18_read_pos(struct cx18_stream *s, char __user *ubuf, in cx18_read_pos() 500 struct cx18_stream *s = &cx->streams[id->type]; in cx18_start_capture() local 591 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_read() local 616 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_enc_poll() local [all …]
|
D | cx18-queue.h | 29 static inline void cx18_buf_sync_for_cpu(struct cx18_stream *s, in cx18_buf_sync_for_cpu() 36 static inline void cx18_buf_sync_for_device(struct cx18_stream *s, in cx18_buf_sync_for_device() 45 static inline void cx18_mdl_sync_for_device(struct cx18_stream *s, in cx18_mdl_sync_for_device() 73 struct cx18_queue *cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl, in cx18_enqueue() 80 struct cx18_queue *cx18_push(struct cx18_stream *s, struct cx18_mdl *mdl, in cx18_push()
|
D | cx18-streams.h | 34 static inline bool cx18_stream_enabled(struct cx18_stream *s) in cx18_stream_enabled() 43 static inline void cx18_stream_load_fw_queue(struct cx18_stream *s) in cx18_stream_load_fw_queue() 48 static inline void cx18_stream_put_mdl_fw(struct cx18_stream *s, in cx18_stream_put_mdl_fw()
|
/linux-4.1.27/lib/zlib_deflate/ |
D | deflate.c | 142 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument 153 #define INSERT_STRING(s, str, match_head) \ argument 162 #define CLEAR_HASH(s) \ argument 176 deflate_state *s; in zlib_deflateInit2() local 257 deflate_state *s; in zlib_deflateReset() local 289 deflate_state *s, in putShortMSB() 307 deflate_state *s = (deflate_state *) strm->state; in flush_pending() local 333 deflate_state *s; in zlib_deflate() local 470 deflate_state *s; in zlib_deflateEnd() local 520 deflate_state *s in lm_init() [all …]
|
D | deftree.c | 156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument 160 # define send_code(s, c, tree) \ argument 180 deflate_state *s, in send_bits() 205 #define send_bits(s, value, length) \ argument 296 deflate_state *s in zlib_tr_init() 327 deflate_state *s in init_block() 350 #define pqremove(s, tree, top) \ argument 372 deflate_state *s, in pqdownheap() 408 deflate_state *s, in gen_bitlen() 539 deflate_state *s, in build_tree() [all …]
|
/linux-4.1.27/lib/ |
D | kstrtox.c | 23 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() 47 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer() 86 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 122 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 146 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 171 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 187 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 218 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 249 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() 264 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() [all …]
|
D | seq_buf.c | 27 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit() 39 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq() 56 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() 82 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) in seq_buf_printf() 112 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() 140 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() 164 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() 188 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem() 216 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, 260 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) [all …]
|
D | parser.c | 26 static int match_one(char *s, const char *p, substring_t args[]) in match_one() 107 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token() 128 static int match_number(substring_t *s, int *result, int base) in match_number() 163 int match_int(substring_t *s, int *result) in match_int() 178 int match_octal(substring_t *s, int *result) in match_octal() 193 int match_hex(substring_t *s, int *result) in match_hex() 212 const char *s = str; in match_wildcard() local 281 char *match_strdup(const substring_t *s) in match_strdup()
|
D | string.c | 280 char *strchr(const char *s, int c) in strchr() 299 char *strchrnul(const char *s, int c) in strchrnul() 314 char *strrchr(const char *s, int c) in strrchr() 333 char *strnchr(const char *s, size_t count, int c) in strnchr() 365 char *strim(char *s) in strim() 388 size_t strlen(const char *s) in strlen() 405 size_t strnlen(const char *s, size_t count) in strnlen() 422 size_t strspn(const char *s, const char *accept) in strspn() 449 size_t strcspn(const char *s, const char *reject) in strcspn() 500 char *strsep(char **s, const char *ct) in strsep() [all …]
|
/linux-4.1.27/fs/hpfs/ |
D | alloc.c | 11 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() 24 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() 37 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() 50 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() 68 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 99 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors() 114 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() 202 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() 276 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() 295 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() [all …]
|
D | map.c | 11 __le32 *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh) in hpfs_map_dnode_bitmap() 16 __le32 *hpfs_map_bitmap(struct super_block *s, unsigned bmp_block, in hpfs_map_bitmap() 36 void hpfs_prefetch_bitmap(struct super_block *s, unsigned bmp_block) in hpfs_prefetch_bitmap() 56 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() 111 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory() 137 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 194 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() 229 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() 295 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
|
D | buffer.c | 13 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() 43 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() 65 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() 86 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, in hpfs_map_4sectors() 140 void *hpfs_get_4sectors(struct super_block *s, unsigned secno, in hpfs_get_4sectors()
|
D | anode.c | 13 secno hpfs_bplus_lookup(struct super_block *s, struct inode *inode, in hpfs_bplus_lookup() 60 secno hpfs_add_sector_to_btree(struct super_block *s, secno node, int fnod, unsigned fsecno) in hpfs_add_sector_to_btree() 273 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() 329 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup() 337 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() 360 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write() 384 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() 398 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs) in hpfs_truncate_btree() 480 void hpfs_remove_fnode(struct super_block *s, fnode_secno fno) in hpfs_remove_fnode()
|
D | super.c | 22 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() 40 static void unmark_dirty(struct super_block *s) in unmark_dirty() 56 void hpfs_error(struct super_block *s, const char *fmt, ...) in hpfs_error() 100 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, in hpfs_stop_cycles() 124 static void hpfs_put_super(struct super_block *s) in hpfs_put_super() 132 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() 146 static unsigned count_bitmaps(struct super_block *s) in count_bitmaps() 164 unsigned hpfs_get_free_dnodes(struct super_block *s) in hpfs_get_free_dnodes() 178 struct super_block *s = dentry->d_sb; in hpfs_statfs() local 422 static int hpfs_remount_fs(struct super_block *s, int *flags, char *data) in hpfs_remount_fs() [all …]
|
D | ea.c | 14 void hpfs_ea_ext_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_ext_remove() 50 static char *get_indirect_ea(struct super_block *s, int ano, secno a, int size) in get_indirect_ea() 65 static void set_indirect_ea(struct super_block *s, int ano, secno a, in set_indirect_ea() 73 int hpfs_read_ea(struct super_block *s, struct fnode *fnode, char *key, in hpfs_read_ea() 129 char *hpfs_get_ea(struct super_block *s, struct fnode *fnode, char *key, int *size) in hpfs_get_ea() 193 struct super_block *s = inode->i_sb; in hpfs_set_ea() local
|
/linux-4.1.27/drivers/tty/serial/ |
D | max3100.c | 144 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() 162 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity() 167 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity() 180 static void max3100_dowork(struct max3100_port *s) in max3100_dowork() 188 struct max3100_port *s = (struct max3100_port *)data; in max3100_timeout() local 196 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr() 221 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx() 263 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work() local 332 struct max3100_port *s = dev_id; in max3100_irq() local 342 struct max3100_port *s = container_of(port, in max3100_enable_ms() local [all …]
|
D | mxs-auart.c | 190 static inline int is_imx28_auart(struct mxs_auart_port *s) in is_imx28_auart() 195 static inline bool auart_dma_enabled(struct mxs_auart_port *s) in auart_dma_enabled() 208 struct mxs_auart_port *s = param; in dma_tx_callback() local 224 static int mxs_auart_dma_tx(struct mxs_auart_port *s, int size) in mxs_auart_dma_tx() 258 static void mxs_auart_tx_chars(struct mxs_auart_port *s) in mxs_auart_tx_chars() 327 static void mxs_auart_rx_char(struct mxs_auart_port *s) in mxs_auart_rx_char() 372 static void mxs_auart_rx_chars(struct mxs_auart_port *s) in mxs_auart_rx_chars() 406 struct mxs_auart_port *s = to_auart_port(u); in mxs_auart_type() local 417 struct mxs_auart_port *s = to_auart_port(u); in mxs_auart_set_mctrl() local 435 static u32 mxs_auart_modem_status(struct mxs_auart_port *s, u32 mctrl) in mxs_auart_modem_status() [all …]
|
D | clps711x.c | 81 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_stop_tx() local 91 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_start_tx() local 102 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_int_rx() local 155 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_int_tx() local 193 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_tx_empty() local 204 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_get_mctrl() local 211 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_set_mctrl() local 232 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_set_ldisc() local 241 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_startup() local 254 struct clps711x_port *s = dev_get_drvdata(port->dev); in uart_clps711x_shutdown() local [all …]
|
D | sccnxp.c | 286 struct sccnxp_port *s = dev_get_drvdata(port->dev); in sccnxp_set_baud() local 325 struct sccnxp_port *s = dev_get_drvdata(port->dev); in sccnxp_enable_irq() local 333 struct sccnxp_port *s = dev_get_drvdata(port->dev); in sccnxp_disable_irq() local 342 struct sccnxp_port *s = dev_get_drvdata(port->dev); in sccnxp_set_bit() local 413 struct sccnxp_port *s = dev_get_drvdata(port->dev); in sccnxp_handle_tx() local 448 static void sccnxp_handle_events(struct sccnxp_port *s) in sccnxp_handle_events() 470 struct sccnxp_port *s = (struct sccnxp_port *)data; in sccnxp_timer() local 482 struct sccnxp_port *s = (struct sccnxp_port *)dev_id; in sccnxp_ist() local 494 struct sccnxp_port *s = dev_get_drvdata(port->dev); in sccnxp_start_tx() local 515 struct sccnxp_port *s = dev_get_drvdata(port->dev); in sccnxp_stop_rx() local [all …]
|
D | max310x.c | 281 struct max310x_port *s = dev_get_drvdata(port->dev); in max310x_port_read() local 291 struct max310x_port *s = dev_get_drvdata(port->dev); in max310x_port_write() local 298 struct max310x_port *s = dev_get_drvdata(port->dev); in max310x_port_update() local 305 struct max310x_port *s = dev_get_drvdata(dev); in max3107_detect() local 324 struct max310x_port *s = dev_get_drvdata(dev); in max3108_detect() local 345 struct max310x_port *s = dev_get_drvdata(dev); in max3109_detect() local 376 struct max310x_port *s = dev_get_drvdata(dev); in max14830_detect() local 529 static int max310x_set_ref_clk(struct max310x_port *s, unsigned long freq, in max310x_set_ref_clk() 686 static void max310x_port_irq(struct max310x_port *s, int portno) in max310x_port_irq() 716 struct max310x_port *s = (struct max310x_port *)dev_id; in max310x_ist() local [all …]
|
D | sc16is7xx.c | 326 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_read() local 337 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_write() local 346 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_update() local 423 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_baud() local 471 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_rx() local 551 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_tx() local 589 static void sc16is7xx_port_irq(struct sc16is7xx_port *s, int portno) in sc16is7xx_port_irq() 633 struct sc16is7xx_port *s = (struct sc16is7xx_port *)dev_id; in sc16is7xx_ist() local 645 struct sc16is7xx_port *s = dev_get_drvdata(one->port.dev); in sc16is7xx_wq_proc() local 744 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_termios() local [all …]
|
/linux-4.1.27/drivers/media/tuners/ |
D | e4000.c | 26 struct e4000 *s = fe->tuner_priv; in e4000_init() local 97 struct e4000 *s = fe->tuner_priv; in e4000_sleep() local 116 struct e4000 *s = fe->tuner_priv; in e4000_set_params() local 261 struct e4000 *s = fe->tuner_priv; in e4000_get_if_frequency() local 273 struct e4000 *s = fe->tuner_priv; in e4000_set_lna_gain() local 308 struct e4000 *s = fe->tuner_priv; in e4000_set_mixer_gain() local 339 struct e4000 *s = fe->tuner_priv; in e4000_set_if_gain() local 377 struct e4000 *s = fe->tuner_priv; in e4000_pll_lock() local 395 struct e4000 *s = container_of(ctrl->handler, struct e4000, hdl); in e4000_g_volatile_ctrl() local 416 struct e4000 *s = container_of(ctrl->handler, struct e4000, hdl); in e4000_s_ctrl() local [all …]
|
D | msi001.c | 59 static int msi001_wreg(struct msi001 *s, u32 data) in msi001_wreg() 65 static int msi001_set_gain(struct msi001 *s, int lna_gain, int mixer_gain, in msi001_set_gain() 91 static int msi001_set_tuner(struct msi001 *s) in msi001_set_tuner() 283 struct msi001 *s = sd_to_msi001(sd); in msi001_s_power() local 302 struct msi001 *s = sd_to_msi001(sd); in msi001_g_tuner() local 317 struct msi001 *s = sd_to_msi001(sd); in msi001_s_tuner() local 325 struct msi001 *s = sd_to_msi001(sd); in msi001_g_frequency() local 335 struct msi001 *s = sd_to_msi001(sd); in msi001_s_frequency() local 354 struct msi001 *s = sd_to_msi001(sd); in msi001_enum_freq_bands() local 384 struct msi001 *s = container_of(ctrl->handler, struct msi001, hdl); in msi001_s_ctrl() local [all …]
|
/linux-4.1.27/drivers/pcmcia/ |
D | pcmcia_resource.c | 41 int pcmcia_validate_mem(struct pcmcia_socket *s) in pcmcia_validate_mem() 50 int low, struct pcmcia_socket *s) in pcmcia_find_mem_region() 64 static void release_io_space(struct pcmcia_socket *s, struct resource *res) in release_io_space() 100 static int alloc_io_space(struct pcmcia_socket *s, struct resource *res, in alloc_io_space() 159 static int pcmcia_access_config(struct pcmcia_device *p_dev, in pcmcia_access_config() 165 struct pcmcia_socket *s; in pcmcia_access_config() local 230 struct pcmcia_socket *s = p_dev->socket; in pcmcia_map_mem_page() local 259 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_iowidth() local 309 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_vpp() local 353 struct pcmcia_socket *s = p_dev->socket; in pcmcia_release_configuration() local [all …]
|
D | socket_sysfs.c | 39 struct pcmcia_socket *s = to_socket(dev); in pccard_show_type() local 52 struct pcmcia_socket *s = to_socket(dev); in pccard_show_voltage() local 66 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vpp() local 76 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vcc() local 87 struct pcmcia_socket *s = to_socket(dev); in pccard_store_insert() local 103 struct pcmcia_socket *s = to_socket(dev); in pccard_show_card_pm_state() local 111 struct pcmcia_socket *s = to_socket(dev); in pccard_store_card_pm_state() local 134 struct pcmcia_socket *s = to_socket(dev); in pccard_store_eject() local 150 struct pcmcia_socket *s = to_socket(dev); in pccard_show_irq_mask() local 159 struct pcmcia_socket *s = to_socket(dev); in pccard_store_irq_mask() local [all …]
|
D | rsrc_nonstatic.c | 76 claim_region(struct pcmcia_socket *s, resource_size_t base, in claim_region() 185 static void do_io_probe(struct pcmcia_socket *s, unsigned int base, in do_io_probe() 268 static int readable(struct pcmcia_socket *s, struct resource *res, in readable() 299 static int checksum(struct pcmcia_socket *s, struct resource *res, in checksum() 349 static int do_validate_mem(struct pcmcia_socket *s, in do_validate_mem() 351 int validate (struct pcmcia_socket *s, in do_validate_mem() 405 static int do_mem_probe(struct pcmcia_socket *s, u_long base, u_long num, in do_mem_probe() 406 int validate (struct pcmcia_socket *s, in do_mem_probe() 409 int fallback (struct pcmcia_socket *s, in do_mem_probe() 459 static u_long inv_probe(struct resource_map *m, struct pcmcia_socket *s) in inv_probe() [all …]
|
D | bfin_cf_pcmcia.c | 83 static int bfin_cf_ss_init(struct pcmcia_socket *s) in bfin_cf_ss_init() 105 static int bfin_cf_get_status(struct pcmcia_socket *s, u_int *sp) in bfin_cf_get_status() 125 bfin_cf_set_socket(struct pcmcia_socket *sock, struct socket_state_t *s) in bfin_cf_set_socket() 153 static int bfin_cf_ss_suspend(struct pcmcia_socket *s) in bfin_cf_ss_suspend() 160 static int bfin_cf_set_io_map(struct pcmcia_socket *s, struct pccard_io_map *io) in bfin_cf_set_io_map() 172 bfin_cf_set_mem_map(struct pcmcia_socket *s, struct pccard_mem_map *map) in bfin_cf_set_mem_map()
|
D | omap_cf.c | 77 static int omap_cf_ss_init(struct pcmcia_socket *s) in omap_cf_ss_init() 109 static int omap_cf_get_status(struct pcmcia_socket *s, u_int *sp) in omap_cf_get_status() 128 omap_cf_set_socket(struct pcmcia_socket *sock, struct socket_state_t *s) in omap_cf_set_socket() 153 static int omap_cf_ss_suspend(struct pcmcia_socket *s) in omap_cf_ss_suspend() 162 omap_cf_set_io_map(struct pcmcia_socket *s, struct pccard_io_map *io) in omap_cf_set_io_map() 174 omap_cf_set_mem_map(struct pcmcia_socket *s, struct pccard_mem_map *map) in omap_cf_set_mem_map()
|
D | cistpl.c | 62 void release_cis_mem(struct pcmcia_socket *s) in release_cis_mem() 87 static void __iomem *set_cis_map(struct pcmcia_socket *s, in set_cis_map() 136 int pcmcia_read_cis_mem(struct pcmcia_socket *s, int attr, u_int addr, in pcmcia_read_cis_mem() 217 int pcmcia_write_cis_mem(struct pcmcia_socket *s, int attr, u_int addr, in pcmcia_write_cis_mem() 289 static int read_cis_cache(struct pcmcia_socket *s, int attr, u_int addr, in read_cis_cache() 337 remove_cis_cache(struct pcmcia_socket *s, int attr, u_int addr, u_int len) in remove_cis_cache() 358 void destroy_cis_cache(struct pcmcia_socket *s) in destroy_cis_cache() 373 int verify_cis_cache(struct pcmcia_socket *s) in verify_cis_cache() 413 int pcmcia_replace_cis(struct pcmcia_socket *s, in pcmcia_replace_cis() 449 int pccard_get_first_tuple(struct pcmcia_socket *s, unsigned int function, in pccard_get_first_tuple() [all …]
|
D | at91_cf.c | 63 static int at91_cf_ss_init(struct pcmcia_socket *s) in at91_cf_ss_init() 87 static int at91_cf_get_status(struct pcmcia_socket *s, u_int *sp) in at91_cf_get_status() 113 at91_cf_set_socket(struct pcmcia_socket *sock, struct socket_state_t *s) in at91_cf_set_socket() 142 static int at91_cf_ss_suspend(struct pcmcia_socket *s) in at91_cf_ss_suspend() 148 static int at91_cf_set_io_map(struct pcmcia_socket *s, struct pccard_io_map *io) in at91_cf_set_io_map() 188 at91_cf_set_mem_map(struct pcmcia_socket *s, struct pccard_mem_map *map) in at91_cf_set_mem_map()
|
D | cs.c | 237 struct pcmcia_socket *s; in pcmcia_get_socket_by_nr() local 288 static void socket_shutdown(struct pcmcia_socket *s) in socket_shutdown() 702 void pcmcia_parse_events(struct pcmcia_socket *s, u_int events) in pcmcia_parse_events() 727 void pcmcia_parse_uevents(struct pcmcia_socket *s, u_int events) in pcmcia_parse_uevents() 743 int pccard_register_pcmcia(struct pcmcia_socket *s, struct pcmcia_callback *c) in pccard_register_pcmcia() 820 struct pcmcia_socket *s = container_of(dev, struct pcmcia_socket, dev); in pcmcia_socket_uevent() local 842 struct pcmcia_socket *s = container_of(dev, struct pcmcia_socket, dev); in __pcmcia_pm_op() local
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | core.c | 84 #define __session_dir(s) ((s)->initiator ? 0x00 : 0x01) argument 238 struct rfcomm_session *s = (void *) arg; in rfcomm_session_timeout() local 246 static void rfcomm_session_set_timer(struct rfcomm_session *s, long timeout) in rfcomm_session_set_timer() 253 static void rfcomm_session_clear_timer(struct rfcomm_session *s) in rfcomm_session_clear_timer() 331 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) in rfcomm_dlc_link() 343 struct rfcomm_session *s = d->session; in rfcomm_dlc_unlink() local 355 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get() 373 struct rfcomm_session *s; in __rfcomm_dlc_open() local 439 struct rfcomm_session *s = d->session; in __rfcomm_dlc_disconn() local 453 struct rfcomm_session *s = d->session; in __rfcomm_dlc_close() local [all …]
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | comedi_parport.c | 82 struct comedi_subdevice *s, in parport_data_reg_insn_bits() 95 struct comedi_subdevice *s, in parport_data_reg_insn_config() 117 struct comedi_subdevice *s, in parport_status_reg_insn_bits() 127 struct comedi_subdevice *s, in parport_ctrl_reg_insn_bits() 146 struct comedi_subdevice *s, in parport_intr_insn_bits() 155 struct comedi_subdevice *s, in parport_intr_cmdtest() 194 struct comedi_subdevice *s) in parport_intr_cmd() 206 struct comedi_subdevice *s) in parport_intr_cancel() 220 struct comedi_subdevice *s = dev->read_subdev; in parport_interrupt() local 236 struct comedi_subdevice *s; in parport_attach() local
|
D | amplc_dio200_common.c | 166 struct comedi_subdevice *s) in dio200_subdev_8254_offset() 187 struct comedi_subdevice *s, in dio200_subdev_intr_insn_bits() 206 struct comedi_subdevice *s) in dio200_stop_intr() 218 struct comedi_subdevice *s) in dio200_start_intr() 240 struct comedi_subdevice *s, in dio200_inttrig_start_intr() 261 struct comedi_subdevice *s, in dio200_read_scan_intr() 283 struct comedi_subdevice *s) in dio200_handle_read_intr() 353 struct comedi_subdevice *s) in dio200_subdev_intr_cancel() 368 struct comedi_subdevice *s, in dio200_subdev_intr_cmdtest() 418 struct comedi_subdevice *s) in dio200_subdev_intr_cmd() [all …]
|
D | aio_iiro_16.c | 68 struct comedi_subdevice *s = dev->read_subdev; in aio_iiro_16_cos() local 94 struct comedi_subdevice *s) in aio_iiro_16_cos_cancel() 102 struct comedi_subdevice *s) in aio_iiro_16_cos_cmd() 110 struct comedi_subdevice *s, in aio_iiro_16_cos_cmdtest() 149 struct comedi_subdevice *s, in aio_iiro_16_do_insn_bits() 165 struct comedi_subdevice *s, in aio_iiro_16_di_insn_bits() 177 struct comedi_subdevice *s; in aio_iiro_16_attach() local
|
D | addi_apci_1032.c | 112 struct comedi_subdevice *s, in apci1032_cos_insn_config() 180 struct comedi_subdevice *s, in apci1032_cos_insn_bits() 190 struct comedi_subdevice *s, in apci1032_cos_cmdtest() 234 struct comedi_subdevice *s) in apci1032_cos_cmd() 252 struct comedi_subdevice *s) in apci1032_cos_cancel() 261 struct comedi_subdevice *s = dev->read_subdev; in apci1032_interrupt() local 288 struct comedi_subdevice *s, in apci1032_di_insn_bits() 302 struct comedi_subdevice *s; in apci1032_auto_attach() local
|
D | amplc_pc236_common.c | 69 struct comedi_subdevice *s, struct comedi_insn *insn, in pc236_intr_insn() 77 struct comedi_subdevice *s, in pc236_intr_cmdtest() 115 static int pc236_intr_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pc236_intr_cmd() 123 struct comedi_subdevice *s) in pc236_intr_cancel() 133 struct comedi_subdevice *s = dev->read_subdev; in pc236_interrupt() local 147 struct comedi_subdevice *s; in amplc_pc236_common_attach() local
|
D | pcl711.c | 172 struct comedi_subdevice *s) in pcl711_ai_get_sample() 183 struct comedi_subdevice *s) in pcl711_ai_cancel() 193 struct comedi_subdevice *s = dev->read_subdev; in pcl711_interrupt() local 218 struct comedi_subdevice *s, in pcl711_set_changain() 244 struct comedi_subdevice *s, in pcl711_ai_eoc() 257 struct comedi_subdevice *s, in pcl711_ai_insn_read() 282 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl711_ai_cmdtest() 347 static int pcl711_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl711_ai_cmd() 373 struct comedi_subdevice *s, in pcl711_ao_insn_write() 391 struct comedi_subdevice *s, in pcl711_di_insn_bits() [all …]
|
D | ni_mio_common.c | 1042 struct comedi_subdevice *s = dev->read_subdev; in ni_sync_ai_dma() local 1089 struct comedi_subdevice *s = dev->write_subdev; in mite_handle_b_linkc() local 1124 struct comedi_subdevice *s, int n) in ni_ao_fifo_load() 1166 struct comedi_subdevice *s) in ni_ao_fifo_half_empty() 1188 struct comedi_subdevice *s) in ni_ao_prep_fifo() 1215 struct comedi_subdevice *s, int n) in ni_ai_fifo_read() 1275 struct comedi_subdevice *s = dev->read_subdev; in ni_handle_fifo_half_full() local 1290 struct comedi_subdevice *s = dev->read_subdev; in ni_handle_fifo_dregs() local 1352 struct comedi_subdevice *s = dev->read_subdev; in get_last_sample_611x() local 1370 struct comedi_subdevice *s = dev->read_subdev; in get_last_sample_6143() local [all …]
|
D | addi_apci_2032.c | 53 struct comedi_subdevice *s, in apci2032_do_insn_bits() 68 struct comedi_subdevice *s, in apci2032_int_insn_bits() 77 struct comedi_subdevice *s) in apci2032_int_stop() 87 struct comedi_subdevice *s, in apci2032_int_cmdtest() 134 struct comedi_subdevice *s) in apci2032_int_cmd() 158 struct comedi_subdevice *s) in apci2032_int_cancel() 174 struct comedi_subdevice *s = dev->read_subdev; in apci2032_interrupt() local 239 struct comedi_subdevice *s; in apci2032_auto_attach() local
|
D | usbdux.c | 235 struct comedi_subdevice *s) in usbdux_ai_cancel() 249 struct comedi_subdevice *s, in usbduxsub_ai_handle_urb() 300 struct comedi_subdevice *s = dev->read_subdev; in usbduxsub_ai_isoc_irq() local 363 struct comedi_subdevice *s) in usbdux_ao_cancel() 377 struct comedi_subdevice *s, in usbduxsub_ao_handle_urb() 447 struct comedi_subdevice *s = dev->write_subdev; in usbduxsub_ao_isoc_irq() local 517 struct comedi_subdevice *s, struct comedi_cmd *cmd) in usbdux_ai_cmdtest() 649 struct comedi_subdevice *s, in usbdux_ai_inttrig() 679 static int usbdux_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in usbdux_ai_cmd() 756 struct comedi_subdevice *s, in usbdux_ai_insn_read() [all …]
|
D | addi_apci_1500.c | 219 struct comedi_subdevice *s = dev->read_subdev; in apci1500_interrupt() local 266 struct comedi_subdevice *s) in apci1500_di_cancel() 289 struct comedi_subdevice *s, in apci1500_di_inttrig_start() 372 struct comedi_subdevice *s) in apci1500_di_cmd() 380 struct comedi_subdevice *s, in apci1500_di_cmdtest() 457 struct comedi_subdevice *s, in apci1500_di_cfg_trig() 538 struct comedi_subdevice *s, in apci1500_di_insn_config() 551 struct comedi_subdevice *s, in apci1500_di_insn_bits() 563 struct comedi_subdevice *s, in apci1500_do_insn_bits() 578 struct comedi_subdevice *s, in apci1500_timer_insn_config() [all …]
|
D | multiq3.c | 79 struct comedi_subdevice *s, in multiq3_ai_status() 92 struct comedi_subdevice *s, in multiq3_ai_insn_read() 126 struct comedi_subdevice *s, in multiq3_ao_insn_write() 147 struct comedi_subdevice *s, in multiq3_di_insn_bits() 156 struct comedi_subdevice *s, in multiq3_do_insn_bits() 169 struct comedi_subdevice *s, in multiq3_encoder_insn_read() 193 struct comedi_subdevice *s = &dev->subdevices[4]; in encoder_reset() local 213 struct comedi_subdevice *s; in multiq3_attach() local
|
D | 8255.c | 82 struct comedi_subdevice *s, in subdev_8255_insn() 114 struct comedi_subdevice *s) in subdev_8255_do_config() 135 struct comedi_subdevice *s, in subdev_8255_insn_config() 162 struct comedi_subdevice *s, in __subdev_8255_init() 222 int subdev_8255_init(struct comedi_device *dev, struct comedi_subdevice *s, in subdev_8255_init() 258 int subdev_8255_mm_init(struct comedi_device *dev, struct comedi_subdevice *s, in subdev_8255_mm_init() 274 struct comedi_subdevice *s; in dev_8255_attach() local 319 struct comedi_subdevice *s; in dev_8255_detach() local
|
D | pcl816.c | 123 struct comedi_subdevice *s, in pcl816_ai_setup_dma() 197 struct comedi_subdevice *s) in pcl816_ai_get_sample() 208 struct comedi_subdevice *s, in pcl816_ai_eoc() 221 struct comedi_subdevice *s) in pcl816_ai_next_chan() 235 struct comedi_subdevice *s, in transfer_from_dma_buf() 254 struct comedi_subdevice *s = dev->read_subdev; in pcl816_interrupt() local 290 struct comedi_subdevice *s, in check_channel_list() 346 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl816_ai_cmdtest() 415 static int pcl816_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl816_ai_cmd() 459 static int pcl816_ai_poll(struct comedi_device *dev, struct comedi_subdevice *s) in pcl816_ai_poll() [all …]
|
D | pcl726.c | 158 struct comedi_subdevice *s, in pcl726_intr_insn_bits() 167 struct comedi_subdevice *s, in pcl726_intr_cmdtest() 206 struct comedi_subdevice *s) in pcl726_intr_cmd() 216 struct comedi_subdevice *s) in pcl726_intr_cancel() 228 struct comedi_subdevice *s = dev->read_subdev; in pcl726_interrupt() local 242 struct comedi_subdevice *s, in pcl726_ao_insn_write() 268 struct comedi_subdevice *s, in pcl726_di_insn_bits() 289 struct comedi_subdevice *s, in pcl726_do_insn_bits() 322 struct comedi_subdevice *s; in pcl726_attach() local
|
D | addi_apci_1564.c | 156 struct comedi_subdevice *s = dev->read_subdev; in apci1564_interrupt() local 214 struct comedi_subdevice *s, in apci1564_di_insn_bits() 224 struct comedi_subdevice *s, in apci1564_do_insn_bits() 239 struct comedi_subdevice *s, in apci1564_diag_insn_bits() 279 struct comedi_subdevice *s, in apci1564_cos_insn_config() 349 struct comedi_subdevice *s, in apci1564_cos_insn_bits() 359 struct comedi_subdevice *s, in apci1564_cos_cmdtest() 403 struct comedi_subdevice *s) in apci1564_cos_cmd() 421 struct comedi_subdevice *s) in apci1564_cos_cancel() 436 struct comedi_subdevice *s; in apci1564_auto_attach() local
|
D | das16m1.c | 150 struct comedi_subdevice *s, in das16m1_ai_check_chanlist() 178 struct comedi_subdevice *s, struct comedi_cmd *cmd) in das16m1_cmd_test() 249 struct comedi_subdevice *s) in das16m1_cmd_exec() 313 static int das16m1_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in das16m1_cancel() 324 struct comedi_subdevice *s, in das16m1_ai_eoc() 337 struct comedi_subdevice *s, in das16m1_ai_rinsn() 372 struct comedi_subdevice *s, in das16m1_di_rbits() 385 struct comedi_subdevice *s, in das16m1_do_wbits() 400 struct comedi_subdevice *s; in das16m1_handler() local 455 static int das16m1_poll(struct comedi_device *dev, struct comedi_subdevice *s) in das16m1_poll() [all …]
|
D | pcl818.c | 311 struct comedi_subdevice *s, in pcl818_ai_setup_dma() 391 struct comedi_subdevice *s, in pcl818_ai_get_fifo_sample() 406 struct comedi_subdevice *s, in pcl818_ai_get_sample() 421 struct comedi_subdevice *s, in pcl818_ai_eoc() 434 struct comedi_subdevice *s, in pcl818_ai_write_sample() 468 struct comedi_subdevice *s) in pcl818_handle_eoc() 484 struct comedi_subdevice *s) in pcl818_handle_dma() 509 struct comedi_subdevice *s) in pcl818_handle_fifo() 547 struct comedi_subdevice *s = dev->read_subdev; in pcl818_interrupt() local 581 struct comedi_subdevice *s, in check_channel_list() [all …]
|
D | ni_6527.c | 120 struct comedi_subdevice *s, in ni6527_di_insn_config() 154 struct comedi_subdevice *s, in ni6527_di_insn_bits() 170 struct comedi_subdevice *s, in ni6527_do_insn_bits() 199 struct comedi_subdevice *s = dev->read_subdev; in ni6527_interrupt() local 217 struct comedi_subdevice *s, in ni6527_intr_cmdtest() 256 struct comedi_subdevice *s) in ni6527_intr_cmd() 265 struct comedi_subdevice *s) in ni6527_intr_cancel() 273 struct comedi_subdevice *s, in ni6527_intr_insn_bits() 315 struct comedi_subdevice *s, in ni6527_intr_insn_config() 385 struct comedi_subdevice *s; in ni6527_auto_attach() local
|
D | pcmuio.c | 144 static inline int pcmuio_subdevice_to_asic(struct comedi_subdevice *s) in pcmuio_subdevice_to_asic() 153 static inline int pcmuio_subdevice_to_port(struct comedi_subdevice *s) in pcmuio_subdevice_to_port() 222 struct comedi_subdevice *s, in pcmuio_dio_insn_bits() 257 struct comedi_subdevice *s, in pcmuio_dio_insn_config() 294 struct comedi_subdevice *s) in pcmuio_stop_intr() 309 struct comedi_subdevice *s, in pcmuio_handle_intr_subdev() 350 struct comedi_subdevice *s = &dev->subdevices[asic * 2]; in pcmuio_handle_asic_interrupt() local 385 struct comedi_subdevice *s) in pcmuio_start_intr() 416 static int pcmuio_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in pcmuio_cancel() 432 struct comedi_subdevice *s, in pcmuio_inttrig_start_intr() [all …]
|
D | addi_apci_3xxx.c | 360 struct comedi_subdevice *s = dev->read_subdev; in apci3xxx_irq_handler() local 429 struct comedi_subdevice *s, in apci3xxx_ai_eoc() 442 struct comedi_subdevice *s, in apci3xxx_ai_insn_read() 520 struct comedi_subdevice *s, in apci3xxx_ai_cmdtest() 577 struct comedi_subdevice *s) in apci3xxx_ai_cmd() 600 struct comedi_subdevice *s) in apci3xxx_ai_cancel() 606 struct comedi_subdevice *s, in apci3xxx_ao_eoc() 619 struct comedi_subdevice *s, in apci3xxx_ao_insn_write() 649 struct comedi_subdevice *s, in apci3xxx_di_insn_bits() 659 struct comedi_subdevice *s, in apci3xxx_do_insn_bits() [all …]
|
D | adl_pci9111.c | 209 struct comedi_subdevice *s) in pci9111_ai_cancel() 226 struct comedi_subdevice *s, in pci9111_ai_check_chanlist() 261 struct comedi_subdevice *s, in pci9111_ai_do_cmd_test() 361 struct comedi_subdevice *s) in pci9111_ai_do_cmd() 417 struct comedi_subdevice *s, void *data, in pci9111_ai_munge() 433 struct comedi_subdevice *s) in pci9111_handle_fifo_half_full() 482 struct comedi_subdevice *s = dev->read_subdev; in pci9111_interrupt() local 545 struct comedi_subdevice *s, in pci9111_ai_eoc() 558 struct comedi_subdevice *s, in pci9111_ai_insn_read() 598 struct comedi_subdevice *s, in pci9111_ao_insn_write() [all …]
|
D | das6402.c | 171 struct comedi_subdevice *s) in das6402_ai_read_sample() 184 struct comedi_subdevice *s = dev->read_subdev; in das6402_interrupt() local 214 struct comedi_subdevice *s, in das6402_ai_set_mode() 231 struct comedi_subdevice *s) in das6402_ai_cmd() 256 struct comedi_subdevice *s, in das6402_ai_check_chanlist() 297 struct comedi_subdevice *s, in das6402_ai_cmdtest() 360 struct comedi_subdevice *s) in das6402_ai_cancel() 373 struct comedi_subdevice *s, in das6402_ai_eoc() 386 struct comedi_subdevice *s, in das6402_ai_insn_read() 424 struct comedi_subdevice *s, in das6402_ao_insn_write() [all …]
|
D | pcl812.c | 523 struct comedi_subdevice *s, in pcl812_ai_setup_dma() 599 struct comedi_subdevice *s) in pcl812_ai_get_sample() 610 struct comedi_subdevice *s, in pcl812_ai_eoc() 629 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl812_ai_cmdtest() 701 static int pcl812_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl812_ai_cmd() 757 struct comedi_subdevice *s) in pcl812_ai_next_chan() 771 struct comedi_subdevice *s) in pcl812_handle_eoc() 796 struct comedi_subdevice *s, in transfer_from_dma_buf() 813 struct comedi_subdevice *s) in pcl812_handle_dma() 836 struct comedi_subdevice *s = dev->read_subdev; in pcl812_interrupt() local [all …]
|
D | usbduxsigma.c | 197 struct comedi_subdevice *s) in usbduxsigma_ai_cancel() 210 struct comedi_subdevice *s, in usbduxsigma_ai_handle_urb() 259 struct comedi_subdevice *s = dev->read_subdev; in usbduxsigma_ai_urb_complete() local 320 struct comedi_subdevice *s) in usbduxsigma_ao_cancel() 333 struct comedi_subdevice *s, in usbduxsigma_ao_handle_urb() 401 struct comedi_subdevice *s = dev->write_subdev; in usbduxsigma_ao_urb_complete() local 478 struct comedi_subdevice *s, in usbduxsigma_ai_cmdtest() 609 struct comedi_subdevice *s, in usbduxsigma_ai_inttrig() 637 struct comedi_subdevice *s) in usbduxsigma_ai_cmd() 709 struct comedi_subdevice *s, in usbduxsigma_ai_insn_read() [all …]
|
D | ni_daq_700.c | 84 struct comedi_subdevice *s, in daq700_dio_insn_bits() 106 struct comedi_subdevice *s, in daq700_dio_insn_config() 123 struct comedi_subdevice *s, in daq700_ai_eoc() 141 struct comedi_subdevice *s, in daq700_ai_rinsn() 205 struct comedi_subdevice *s) in daq700_ai_config() 222 struct comedi_subdevice *s; in daq700_auto_attach() local
|
D | dyna_pci10xx.c | 59 struct comedi_subdevice *s, in dyna_pci10xx_ai_eoc() 72 struct comedi_subdevice *s, in dyna_pci10xx_insn_read_ai() 112 struct comedi_subdevice *s, in dyna_pci10xx_insn_write_ao() 136 struct comedi_subdevice *s, in dyna_pci10xx_di_insn_bits() 156 struct comedi_subdevice *s, in dyna_pci10xx_do_insn_bits() 180 struct comedi_subdevice *s; in dyna_pci10xx_auto_attach() local
|
D | comedi_test.c | 92 struct comedi_subdevice *s = dev->read_subdev; in fake_sawtooth() local 117 struct comedi_subdevice *s = dev->read_subdev; in fake_squarewave() local 171 struct comedi_subdevice *s = dev->read_subdev; in waveform_ai_interrupt() local 219 struct comedi_subdevice *s, in waveform_ai_cmdtest() 301 struct comedi_subdevice *s) in waveform_ai_cmd() 334 struct comedi_subdevice *s) in waveform_ai_cancel() 347 struct comedi_subdevice *s, in waveform_ai_insn_read() 360 struct comedi_subdevice *s, in waveform_ao_insn_write() 376 struct comedi_subdevice *s; in waveform_attach() local
|
D | das08.c | 190 struct comedi_subdevice *s, in das08_ai_eoc() 202 static int das08_ai_rinsn(struct comedi_device *dev, struct comedi_subdevice *s, in das08_ai_rinsn() 269 static int das08_di_rbits(struct comedi_device *dev, struct comedi_subdevice *s, in das08_di_rbits() 279 struct comedi_subdevice *s, in das08_do_wbits() 300 struct comedi_subdevice *s, in das08jr_di_rbits() 310 struct comedi_subdevice *s, in das08jr_do_wbits() 345 struct comedi_subdevice *s, in das08_ao_insn_write() 366 struct comedi_subdevice *s; in das08_common_attach() local
|
D | dt282x.c | 395 struct comedi_subdevice *s, in dt282x_munge() 418 struct comedi_subdevice *s, in dt282x_ao_setup_dma() 437 struct comedi_subdevice *s) in dt282x_ao_dma_interrupt() 455 struct comedi_subdevice *s) in dt282x_ai_dma_interrupt() 500 struct comedi_subdevice *s = dev->read_subdev; in dt282x_interrupt() local 581 struct comedi_subdevice *s, in dt282x_ai_timeout() 610 struct comedi_subdevice *s, in dt282x_ai_insn_read() 653 struct comedi_subdevice *s, in dt282x_ai_cmdtest() 717 static int dt282x_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in dt282x_ai_cmd() 777 struct comedi_subdevice *s) in dt282x_ai_cancel() [all …]
|
D | adv_pci1710.c | 257 struct comedi_subdevice *s, in pci171x_ai_check_chanlist() 323 struct comedi_subdevice *s, in pci171x_ai_setup_chanlist() 359 struct comedi_subdevice *s, in pci171x_ai_eoc() 372 struct comedi_subdevice *s, in pci171x_ai_read_sample() 401 struct comedi_subdevice *s, in pci171x_ai_insn_read() 440 struct comedi_subdevice *s, in pci171x_ao_insn_write() 466 struct comedi_subdevice *s, in pci171x_di_insn_bits() 476 struct comedi_subdevice *s, in pci171x_do_insn_bits() 489 struct comedi_subdevice *s, in pci1720_ao_insn_write() 519 struct comedi_subdevice *s) in pci171x_ai_cancel() [all …]
|
D | dt2814.c | 65 struct comedi_subdevice *s, in dt2814_ai_eoc() 78 struct comedi_subdevice *s, in dt2814_ai_insn_read() 123 struct comedi_subdevice *s, struct comedi_cmd *cmd) in dt2814_ai_cmdtest() 179 static int dt2814_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in dt2814_ai_cmd() 201 struct comedi_subdevice *s = dev->read_subdev; in dt2814_interrupt() local 237 struct comedi_subdevice *s; in dt2814_attach() local
|
D | pcmmio.c | 252 struct comedi_subdevice *s, in pcmmio_dio_insn_bits() 287 struct comedi_subdevice *s, in pcmmio_dio_insn_config() 319 struct comedi_subdevice *s) in pcmmio_stop_intr() 332 struct comedi_subdevice *s, in pcmmio_handle_dio_intr() 371 struct comedi_subdevice *s = dev->read_subdev; in interrupt_pcmmio() local 391 struct comedi_subdevice *s) in pcmmio_start_intr() 420 static int pcmmio_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in pcmmio_cancel() 434 struct comedi_subdevice *s, in pcmmio_inttrig_start_intr() 456 static int pcmmio_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcmmio_cmd() 477 struct comedi_subdevice *s, in pcmmio_cmdtest() [all …]
|
D | pcmda12.c | 68 struct comedi_subdevice *s, in pcmda12_ao_insn_write() 96 struct comedi_subdevice *s, in pcmda12_ao_insn_read() 113 struct comedi_subdevice *s) in pcmda12_ao_reset() 129 struct comedi_subdevice *s; in pcmda12_attach() local
|
D | adl_pci6208.c | 52 struct comedi_subdevice *s, in pci6208_ao_eoc() 65 struct comedi_subdevice *s, in pci6208_ao_insn_write() 93 struct comedi_subdevice *s, in pci6208_di_insn_bits() 108 struct comedi_subdevice *s, in pci6208_do_insn_bits() 124 struct comedi_subdevice *s; in pci6208_auto_attach() local
|
D | ni_tiocmd.c | 87 struct comedi_subdevice *s, in ni_tio_input_inttrig() 112 static int ni_tio_input_cmd(struct comedi_subdevice *s) in ni_tio_input_cmd() 153 static int ni_tio_output_cmd(struct comedi_subdevice *s) in ni_tio_output_cmd() 168 static int ni_tio_cmd_setup(struct comedi_subdevice *s) in ni_tio_cmd_setup() 194 int ni_tio_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in ni_tio_cmd() 224 struct comedi_subdevice *s, in ni_tio_cmdtest() 414 struct comedi_subdevice *s) in ni_tio_handle_interrupt()
|
D | icp_multi.c | 121 struct comedi_subdevice *s, in setup_channel_list() 168 struct comedi_subdevice *s, in icp_multi_ai_eoc() 181 struct comedi_subdevice *s, in icp_multi_insn_read_ai() 228 struct comedi_subdevice *s, in icp_multi_ao_eoc() 241 struct comedi_subdevice *s, in icp_multi_ao_insn_write() 304 struct comedi_subdevice *s, in icp_multi_insn_bits_di() 314 struct comedi_subdevice *s, in icp_multi_insn_bits_do() 327 struct comedi_subdevice *s, in icp_multi_insn_read_ctr() 334 struct comedi_subdevice *s, in icp_multi_insn_write_ctr() 450 struct comedi_subdevice *s; in icp_multi_auto_attach() local
|
D | s526.c | 119 struct comedi_subdevice *s, in s526_gpct_rinsn() 141 struct comedi_subdevice *s, in s526_gpct_insn_config() 350 struct comedi_subdevice *s, in s526_gpct_winsn() 389 struct comedi_subdevice *s, in s526_ai_insn_config() 419 struct comedi_subdevice *s, in s526_ai_eoc() 431 static int s526_ai_rinsn(struct comedi_device *dev, struct comedi_subdevice *s, in s526_ai_rinsn() 470 struct comedi_subdevice *s, in s526_ao_insn_write() 492 struct comedi_subdevice *s, in s526_dio_insn_bits() 505 struct comedi_subdevice *s, in s526_dio_insn_config() 540 struct comedi_subdevice *s; in s526_attach() local
|
D | das1800.c | 470 struct comedi_subdevice *s) in das1800_handle_fifo_half_full() 481 struct comedi_subdevice *s) in das1800_handle_fifo_not_empty() 503 struct comedi_subdevice *s, in das1800_flush_dma_channel() 521 struct comedi_subdevice *s) in das1800_flush_dma() 542 struct comedi_subdevice *s, unsigned int status) in das1800_handle_dma() 563 static int das1800_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in das1800_cancel() 590 struct comedi_subdevice *s = dev->read_subdev; in das1800_ai_handler() local 636 struct comedi_subdevice *s) in das1800_ai_poll() 707 struct comedi_subdevice *s, in das1800_ai_check_chanlist() 728 struct comedi_subdevice *s, in das1800_ai_do_cmdtest() [all …]
|
D | pcm3724.c | 56 static int compute_buffer(int config, int devno, struct comedi_subdevice *s) in compute_buffer() 81 struct comedi_subdevice *s, int chanspec) in do_3724_config() 115 static void enable_chan(struct comedi_device *dev, struct comedi_subdevice *s, in enable_chan() 154 struct comedi_subdevice *s, in subdev_3724_insn_config() 185 struct comedi_subdevice *s; in pcm3724_attach() local
|
D | addi_watchdog.c | 42 struct comedi_subdevice *s, in addi_watchdog_insn_config() 72 struct comedi_subdevice *s, in addi_watchdog_insn_read() 86 struct comedi_subdevice *s, in addi_watchdog_insn_write() 114 int addi_watchdog_init(struct comedi_subdevice *s, unsigned long iobase) in addi_watchdog_init()
|
D | dmm32at.c | 167 struct comedi_subdevice *s, in dmm32at_ai_set_chanspec() 186 struct comedi_subdevice *s) in dmm32at_ai_get_sample() 198 struct comedi_subdevice *s, in dmm32at_ai_status() 211 struct comedi_subdevice *s, in dmm32at_ai_insn_read() 241 struct comedi_subdevice *s, in dmm32at_ai_check_chanlist() 268 struct comedi_subdevice *s, in dmm32at_ai_cmdtest() 371 static int dmm32at_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in dmm32at_ai_cmd() 403 struct comedi_subdevice *s) in dmm32at_ai_cancel() 425 struct comedi_subdevice *s = dev->read_subdev; in dmm32at_isr() local 446 struct comedi_subdevice *s, in dmm32at_ao_eoc() [all …]
|
D | ke_counter.c | 50 struct comedi_subdevice *s, in ke_counter_insn_write() 72 struct comedi_subdevice *s, in ke_counter_insn_read() 104 struct comedi_subdevice *s, in ke_counter_insn_config() 157 struct comedi_subdevice *s, in ke_counter_do_insn_bits() 173 struct comedi_subdevice *s; in ke_counter_auto_attach() local
|
D | adq12b.c | 119 struct comedi_subdevice *s, in adq12b_ai_eoc() 132 struct comedi_subdevice *s, in adq12b_ai_insn_read() 168 struct comedi_subdevice *s, in adq12b_di_insn_bits() 178 struct comedi_subdevice *s, in adq12b_do_insn_bits() 205 struct comedi_subdevice *s; in adq12b_attach() local
|
D | cb_pcidas.c | 363 struct comedi_subdevice *s, in cb_pcidas_ai_eoc() 377 struct comedi_subdevice *s, in cb_pcidas_ai_rinsn() 428 static int ai_config_insn(struct comedi_device *dev, struct comedi_subdevice *s, in ai_config_insn() 453 struct comedi_subdevice *s, in cb_pcidas_ao_nofifo_winsn() 481 struct comedi_subdevice *s, in cb_pcidas_ao_fifo_winsn() 551 struct comedi_subdevice *s, in eeprom_read_insn() 604 struct comedi_subdevice *s, in cb_pcidas_caldac_insn_write() 641 struct comedi_subdevice *s, in cb_pcidas_dac08_insn_write() 724 struct comedi_subdevice *s, in cb_pcidas_trimpot_insn_write() 743 struct comedi_subdevice *s, in cb_pcidas_ai_check_chanlist() [all …]
|
D | ii_pci20kc.c | 136 struct comedi_subdevice *s) in ii20k_module_iobase() 142 struct comedi_subdevice *s, in ii20k_ao_insn_write() 168 struct comedi_subdevice *s, in ii20k_ai_eoc() 182 struct comedi_subdevice *s, in ii20k_ai_setup() 222 struct comedi_subdevice *s, in ii20k_ai_insn_read() 256 struct comedi_subdevice *s) in ii20k_dio_config() 320 struct comedi_subdevice *s, in ii20k_dio_insn_config() 347 struct comedi_subdevice *s, in ii20k_dio_insn_bits() 378 struct comedi_subdevice *s) in ii20k_init_module() 420 struct comedi_subdevice *s; in ii20k_attach() local
|
D | das800.c | 268 static int das800_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in das800_cancel() 275 struct comedi_subdevice *s, in das800_ai_check_chanlist() 303 struct comedi_subdevice *s, in das800_ai_do_cmdtest() 376 struct comedi_subdevice *s) in das800_ai_do_cmd() 434 struct comedi_subdevice *s = dev->read_subdev; in das800_interrupt() local 518 struct comedi_subdevice *s, in das800_ai_eoc() 531 struct comedi_subdevice *s, in das800_ai_insn_read() 576 struct comedi_subdevice *s, in das800_di_insn_bits() 586 struct comedi_subdevice *s, in das800_do_insn_bits() 651 struct comedi_subdevice *s; in das800_attach() local
|
D | das16.c | 451 struct comedi_subdevice *s, in das16_ai_setup_dma() 475 struct comedi_subdevice *s = dev->read_subdev; in das16_interrupt() local 563 struct comedi_subdevice *s, in das16_ai_check_chanlist() 590 static int das16_cmd_test(struct comedi_device *dev, struct comedi_subdevice *s, in das16_cmd_test() 700 static int das16_cmd_exec(struct comedi_device *dev, struct comedi_subdevice *s) in das16_cmd_exec() 767 static int das16_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in das16_cancel() 797 struct comedi_subdevice *s, void *array, in das16_ai_munge() 814 struct comedi_subdevice *s, in das16_ai_eoc() 827 struct comedi_subdevice *s, in das16_ai_insn_read() 861 struct comedi_subdevice *s, in das16_ao_insn_write() [all …]
|
D | adl_pci9118.c | 300 struct comedi_subdevice *s, int n_chan, in check_channel_list() 347 struct comedi_subdevice *s, in pci9118_set_chanlist() 425 struct comedi_subdevice *s, in valid_samples_in_act_dma_buf() 481 struct comedi_subdevice *s, in move_block_from_dma() 549 struct comedi_subdevice *s, in pci9118_calc_divisors() 582 struct comedi_subdevice *s) in pci9118_ai_cancel() 618 struct comedi_subdevice *s, void *data, in pci9118_ai_munge() 638 struct comedi_subdevice *s) in interrupt_pci9118_ai_onesample() 655 struct comedi_subdevice *s) in interrupt_pci9118_ai_dma() 700 struct comedi_subdevice *s = dev->read_subdev; in pci9118_interrupt() local [all …]
|
D | cb_das16_cs.c | 87 struct comedi_subdevice *s, in das16cs_ai_eoc() 100 struct comedi_subdevice *s, in das16cs_ai_rinsn() 147 struct comedi_subdevice *s, in das16cs_ao_insn_write() 194 struct comedi_subdevice *s, in das16cs_dio_insn_bits() 207 struct comedi_subdevice *s, in das16cs_dio_insn_config() 255 struct comedi_subdevice *s; in das16cs_auto_attach() local
|
D | addi_apci_3120.c | 211 struct comedi_subdevice *s) in apci3120_setup_dma() 397 struct comedi_subdevice *s, in apci3120_set_chanlist() 432 struct comedi_subdevice *s) in apci3120_interrupt_dma() 480 struct comedi_subdevice *s = dev->read_subdev; in apci3120_interrupt() local 549 struct comedi_subdevice *s) in apci3120_ai_cmd() 605 struct comedi_subdevice *s, in apci3120_ai_cmdtest() 675 struct comedi_subdevice *s) in apci3120_cancel() 703 struct comedi_subdevice *s, in apci3120_ai_eoc() 716 struct comedi_subdevice *s, in apci3120_ai_insn_read() 760 struct comedi_subdevice *s, in apci3120_ao_ready() [all …]
|
D | dt2815.c | 68 struct comedi_subdevice *s, in dt2815_ao_status() 81 struct comedi_subdevice *s, in dt2815_ao_insn_read() 94 static int dt2815_ao_insn(struct comedi_device *dev, struct comedi_subdevice *s, in dt2815_ao_insn() 149 struct comedi_subdevice *s; in dt2815_attach() local
|
D | contec_pci_dio.c | 39 struct comedi_subdevice *s, in contec_do_insn_bits() 52 struct comedi_subdevice *s, in contec_di_insn_bits() 64 struct comedi_subdevice *s; in contec_auto_attach() local
|
D | ni_labpc_common.c | 111 static int labpc_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in labpc_cancel() 156 struct comedi_subdevice *s, in labpc_setup_cmd6_reg() 220 struct comedi_subdevice *s, in labpc_ai_eoc() 233 struct comedi_subdevice *s, in labpc_ai_insn_read() 448 struct comedi_subdevice *s, in labpc_ai_check_chanlist() 505 struct comedi_subdevice *s, struct comedi_cmd *cmd) in labpc_ai_cmdtest() 620 static int labpc_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in labpc_ai_cmd() 816 struct comedi_subdevice *s = dev->read_subdev; in labpc_interrupt() local 887 struct comedi_subdevice *s, in labpc_ao_write() 899 struct comedi_subdevice *s, in labpc_ao_insn_write() [all …]
|
D | dt2817.c | 43 struct comedi_subdevice *s, in dt2817_dio_insn_config() 80 struct comedi_subdevice *s, in dt2817_dio_insn_bits() 113 struct comedi_subdevice *s; in dt2817_attach() local
|
D | amplc_pci224.c | 417 struct comedi_subdevice *s, in pci224_ao_insn_write() 439 struct comedi_subdevice *s) in pci224_ao_stop() 481 struct comedi_subdevice *s) in pci224_ao_start() 504 struct comedi_subdevice *s) in pci224_ao_handle_fifo() 605 struct comedi_subdevice *s, in pci224_ao_inttrig_start() 620 struct comedi_subdevice *s, in pci224_ao_check_chanlist() 660 pci224_ao_cmdtest(struct comedi_device *dev, struct comedi_subdevice *s, in pci224_ao_cmdtest() 806 struct comedi_subdevice *s) in pci224_ao_start_pacer() 827 static int pci224_ao_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pci224_ao_cmd() 901 struct comedi_subdevice *s) in pci224_ao_cancel() [all …]
|
/linux-4.1.27/arch/mips/include/asm/netlogic/xlr/ |
D | fmn.h | 144 #define nlm_read_c2_cc0(s) __read_32bit_c2_register($16, s) argument 145 #define nlm_read_c2_cc1(s) __read_32bit_c2_register($17, s) argument 146 #define nlm_read_c2_cc2(s) __read_32bit_c2_register($18, s) argument 147 #define nlm_read_c2_cc3(s) __read_32bit_c2_register($19, s) argument 148 #define nlm_read_c2_cc4(s) __read_32bit_c2_register($20, s) argument 149 #define nlm_read_c2_cc5(s) __read_32bit_c2_register($21, s) argument 150 #define nlm_read_c2_cc6(s) __read_32bit_c2_register($22, s) argument 151 #define nlm_read_c2_cc7(s) __read_32bit_c2_register($23, s) argument 152 #define nlm_read_c2_cc8(s) __read_32bit_c2_register($24, s) argument 153 #define nlm_read_c2_cc9(s) __read_32bit_c2_register($25, s) argument [all …]
|
/linux-4.1.27/security/selinux/ss/ |
D | sidtab.c | 17 int sidtab_init(struct sidtab *s) in sidtab_init() 33 int sidtab_insert(struct sidtab *s, u32 sid, struct context *context) in sidtab_insert() 85 static struct context *sidtab_search_core(struct sidtab *s, u32 sid, int force) in sidtab_search_core() 115 struct context *sidtab_search(struct sidtab *s, u32 sid) in sidtab_search() 120 struct context *sidtab_search_force(struct sidtab *s, u32 sid) in sidtab_search_force() 125 int sidtab_map(struct sidtab *s, in sidtab_map() 150 static void sidtab_update_cache(struct sidtab *s, struct sidtab_node *n, int loc) in sidtab_update_cache() 161 static inline u32 sidtab_search_context(struct sidtab *s, in sidtab_search_context() 180 static inline u32 sidtab_search_cache(struct sidtab *s, struct context *context) in sidtab_search_cache() 197 int sidtab_context_to_sid(struct sidtab *s, in sidtab_context_to_sid() [all …]
|
/linux-4.1.27/drivers/net/hamradio/ |
D | hdlcdrv.c | 119 #define tenms_to_2flags(s,tenms) ((tenms * s->par.bitrate) / 100 / 16) argument 126 static int hdlc_rx_add_bytes(struct hdlcdrv_state *s, unsigned int bits, in hdlc_rx_add_bytes() 144 static void hdlc_rx_flag(struct net_device *dev, struct hdlcdrv_state *s) in hdlc_rx_flag() 168 void hdlcdrv_receiver(struct net_device *dev, struct hdlcdrv_state *s) in hdlcdrv_receiver() 224 static inline void do_kiss_params(struct hdlcdrv_state *s, in do_kiss_params() 265 void hdlcdrv_transmitter(struct net_device *dev, struct hdlcdrv_state *s) in hdlcdrv_transmitter() 365 static void start_tx(struct net_device *dev, struct hdlcdrv_state *s) in start_tx() 377 void hdlcdrv_arbitrate(struct net_device *dev, struct hdlcdrv_state *s) in hdlcdrv_arbitrate() 445 struct hdlcdrv_state *s = netdev_priv(dev); in hdlcdrv_open() local 482 struct hdlcdrv_state *s = netdev_priv(dev); in hdlcdrv_close() local [all …]
|
/linux-4.1.27/arch/xtensa/variants/fsf/include/variant/ |
D | tie.h | 50 #define XCHAL_NCP_SA_LIST(s) argument 52 #define XCHAL_CP0_SA_LIST(s) argument 54 #define XCHAL_CP1_SA_LIST(s) argument 56 #define XCHAL_CP2_SA_LIST(s) argument 58 #define XCHAL_CP3_SA_LIST(s) argument 60 #define XCHAL_CP4_SA_LIST(s) argument 62 #define XCHAL_CP5_SA_LIST(s) argument 64 #define XCHAL_CP6_SA_LIST(s) argument 66 #define XCHAL_CP7_SA_LIST(s) argument
|
/linux-4.1.27/arch/xtensa/variants/dc232b/include/variant/ |
D | tie.h | 93 #define XCHAL_NCP_SA_LIST(s) \ argument 104 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument 107 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 110 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 113 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument 116 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 119 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 122 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 125 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/ |
D | tie.h | 112 #define XCHAL_NCP_SA_LIST(s) \ argument 123 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument 126 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 129 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 132 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument 135 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 138 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 141 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 144 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree-spine.c | 127 void init_ro_spine(struct ro_spine *s, struct dm_btree_info *info) in init_ro_spine() 135 int exit_ro_spine(struct ro_spine *s) in exit_ro_spine() 148 int ro_step(struct ro_spine *s, dm_block_t new_child) in ro_step() 167 void ro_pop(struct ro_spine *s) in ro_pop() 174 struct btree_node *ro_node(struct ro_spine *s) in ro_node() 186 void init_shadow_spine(struct shadow_spine *s, struct dm_btree_info *info) in init_shadow_spine() 192 int exit_shadow_spine(struct shadow_spine *s) in exit_shadow_spine() 205 int shadow_step(struct shadow_spine *s, dm_block_t b, in shadow_step() 229 struct dm_block *shadow_current(struct shadow_spine *s) in shadow_current() 236 struct dm_block *shadow_parent(struct shadow_spine *s) in shadow_parent() [all …]
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
D | msi2500.c | 161 struct msi2500_state *s) in msi2500_get_next_fill_buf() 259 static int msi2500_convert_stream(struct msi2500_state *s, u8 *dst, u8 *src, in msi2500_convert_stream() 381 struct msi2500_state *s = (struct msi2500_state *)urb->context; in msi2500_isoc_handler() local 447 static void msi2500_iso_stop(struct msi2500_state *s) in msi2500_iso_stop() 462 static void msi2500_iso_free(struct msi2500_state *s) in msi2500_iso_free() 485 static void msi2500_isoc_cleanup(struct msi2500_state *s) in msi2500_isoc_cleanup() 494 static int msi2500_isoc_init(struct msi2500_state *s) in msi2500_isoc_init() 559 static void msi2500_cleanup_queued_bufs(struct msi2500_state *s) in msi2500_cleanup_queued_bufs() 581 struct msi2500_state *s = in msi2500_disconnect() local 602 struct msi2500_state *s = video_drvdata(file); in msi2500_querycap() local [all …]
|
/linux-4.1.27/include/acpi/platform/ |
D | acenv.h | 348 #define ACPI_STRLEN(s) (acpi_size) strlen((s)) argument 349 #define ACPI_STRCPY(d,s) (void) strcpy((d), (s)) argument 350 #define ACPI_STRNCPY(d,s,n) (void) strncpy((d), (s), (acpi_size)(n)) argument 351 #define ACPI_STRNCMP(d,s,n) strncmp((d), (s), (acpi_size)(n)) argument 352 #define ACPI_STRCMP(d,s) strcmp((d), (s)) argument 353 #define ACPI_STRCAT(d,s) (void) strcat((d), (s)) argument 354 #define ACPI_STRNCAT(d,s,n) strncat((d), (s), (acpi_size)(n)) argument 355 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n)) argument 357 #define ACPI_MEMCPY(d,s,n) (void) memcpy((d), (s), (acpi_size)(n)) argument 358 #define ACPI_MEMSET(d,s,n) (void) memset((d), (s), (acpi_size)(n)) argument [all …]
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 79 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start() 88 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next() 99 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) in _opcode_stats_seq_stop() 104 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show() 141 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _ctx_stats_seq_next() 155 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) in _ctx_stats_seq_stop() 160 static int _ctx_stats_seq_show(struct seq_file *s, void *v) in _ctx_stats_seq_show() 211 static void *_qp_stats_seq_next(struct seq_file *s, void *iter_ptr, in _qp_stats_seq_next() 226 static void _qp_stats_seq_stop(struct seq_file *s, void *iter_ptr) in _qp_stats_seq_stop() 231 static int _qp_stats_seq_show(struct seq_file *s, void *iter_ptr) in _qp_stats_seq_show()
|
/linux-4.1.27/drivers/char/mwave/ |
D | mwavedd.h | 74 #define PRINTK_1(f,s) \ argument 79 #define PRINTK_2(f,s,v1) \ argument 84 #define PRINTK_3(f,s,v1,v2) \ argument 89 #define PRINTK_4(f,s,v1,v2,v3) \ argument 94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument 99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument 104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument 109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument 115 #define PRINTK_1(f,s) argument 116 #define PRINTK_2(f,s,v1) argument [all …]
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | sp2.c | 26 static int sp2_read_i2c(struct sp2 *s, u8 reg, u8 *buf, int len) in sp2_read_i2c() 62 static int sp2_write_i2c(struct sp2 *s, u8 reg, u8 *buf, int len) in sp2_write_i2c() 104 struct sp2 *s = en50221->data; in sp2_ci_op_cam() local 185 struct sp2 *s = en50221->data; in sp2_ci_slot_reset() local 217 struct sp2 *s = en50221->data; in sp2_ci_slot_shutdown() local 227 struct sp2 *s = en50221->data; in sp2_ci_slot_ts_enable() local 245 struct sp2 *s = en50221->data; in sp2_ci_poll_slot_status() local 272 static int sp2_init(struct sp2 *s) in sp2_init() 356 struct sp2 *s; in sp2_exit() local 379 struct sp2 *s; in sp2_probe() local [all …]
|
/linux-4.1.27/include/linux/mtd/ |
D | cfi_endian.h | 36 #define cfi_default(s) ((s)?:CFI_DEFAULT_ENDIAN) argument 37 #define cfi_be(s) (cfi_default(s) == CFI_BIG_ENDIAN) argument 38 #define cfi_le(s) (cfi_default(s) == CFI_LITTLE_ENDIAN) argument 39 #define cfi_host(s) (cfi_default(s) == CFI_HOST_ENDIAN) argument 50 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x)) argument 51 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) argument 52 #define _swap_to_cfi(w, s, x) (cfi_be(s)?cpu_to_be##w(x):cpu_to_le##w(x)) argument 53 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) argument
|
/linux-4.1.27/lib/lz4/ |
D | lz4defs.h | 35 #define PUT4(s, d) (A32(d) = A32(s)) argument 36 #define PUT8(s, d) (A64(d) = A64(s)) argument 38 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) \ argument 52 #define PUT4(s, d) \ argument 54 #define PUT8(s, d) \ argument 57 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) \ argument 99 #define LZ4_COPYSTEP(s, d) \ argument 106 #define LZ4_COPYPACKET(s, d) LZ4_COPYSTEP(s, d) argument 108 #define LZ4_SECURECOPY(s, d, e) \ argument 125 #define LZ4_COPYSTEP(s, d) \ argument [all …]
|
/linux-4.1.27/fs/reiserfs/ |
D | objectid.c | 11 #define objectid_map(s,rs) (old_format_only (s) ? \ argument 17 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() 27 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() 51 struct super_block *s = th->t_super; in reiserfs_get_unused_objectid() local 100 struct super_block *s = th->t_super; in reiserfs_release_objectid() local 179 int reiserfs_convert_objectid_map_v1(struct super_block *s) in reiserfs_convert_objectid_map_v1()
|
D | super.c | 66 static int reiserfs_sync_fs(struct super_block *s, int wait) in reiserfs_sync_fs() 86 struct super_block *s; in flush_old_commits() local 98 void reiserfs_schedule_old_flush(struct super_block *s) in reiserfs_schedule_old_flush() 119 static void cancel_old_flush(struct super_block *s) in cancel_old_flush() 129 static int reiserfs_freeze(struct super_block *s) in reiserfs_freeze() 152 static int reiserfs_unfreeze(struct super_block *s) in reiserfs_unfreeze() 169 static int remove_save_link_only(struct super_block *s, in remove_save_link_only() 193 static int finish_unfinished(struct super_block *s) in finish_unfinished() 516 static void reiserfs_kill_sb(struct super_block *s) in reiserfs_kill_sb() 539 static void reiserfs_put_super(struct super_block *s) in reiserfs_put_super() [all …]
|
D | bitmap.c | 20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits) argument 36 #define concentrating_formatted_nodes(s) test_bit(_ALLOC_concentrating_formatted_nodes, &SB_ALLOC_… argument 37 #define displacing_large_files(s) test_bit(_ALLOC_displacing_large_files, &SB_ALLOC_OPTS(s)) argument 38 #define displacing_new_packing_localities(s) test_bit(_ALLOC_displacing_new_packing_localities, &S… argument 45 #define TEST_OPTION(optname, s) \ argument 48 static inline void get_bit_address(struct super_block *s, in get_bit_address() 62 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value) in is_reusable() 120 static inline int is_block_in_journal(struct super_block *s, unsigned int bmap, in is_block_in_journal() 147 struct super_block *s = th->t_super; in scan_bitmap_block() local 274 static int bmap_hash_id(struct super_block *s, u32 id) in bmap_hash_id() [all …]
|
D | lock.c | 21 void reiserfs_write_lock(struct super_block *s) in reiserfs_write_lock() 34 void reiserfs_write_unlock(struct super_block *s) in reiserfs_write_unlock() 51 int __must_check reiserfs_write_unlock_nested(struct super_block *s) in reiserfs_write_unlock_nested() 69 void reiserfs_write_lock_nested(struct super_block *s, int depth) in reiserfs_write_lock_nested()
|
/linux-4.1.27/drivers/media/usb/airspy/ |
D | airspy.c | 170 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index, in airspy_ctrl_msg() 224 static struct airspy_frame_buf *airspy_get_next_fill_buf(struct airspy *s) in airspy_get_next_fill_buf() 241 static unsigned int airspy_convert_stream(struct airspy *s, in airspy_convert_stream() 279 struct airspy *s = urb->context; in airspy_urb_complete() local 325 static int airspy_kill_urbs(struct airspy *s) in airspy_kill_urbs() 339 static int airspy_submit_urbs(struct airspy *s) in airspy_submit_urbs() 358 static int airspy_free_stream_bufs(struct airspy *s) in airspy_free_stream_bufs() 374 static int airspy_alloc_stream_bufs(struct airspy *s) in airspy_alloc_stream_bufs() 401 static int airspy_free_urbs(struct airspy *s) in airspy_free_urbs() 419 static int airspy_alloc_urbs(struct airspy *s) in airspy_alloc_urbs() [all …]
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | string.c | 12 unsigned char *d = (unsigned char *)__dest, *s = (unsigned char *)__src; in memcpy() local 46 const unsigned char *s = __src; in memmove() local 59 size_t strlen(const char *s) in strlen() 96 void *memchr(const void *s, int c, size_t count) in memchr() 106 char *strchr(const char *s, int c) in strchr() 116 void *memset(void *s, int c, size_t count) in memset() 124 void __memzero(void *s, size_t count) in __memzero()
|
/linux-4.1.27/lib/xz/ |
D | xz_dec_stream.c | 157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 175 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, in dec_vli() 218 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 281 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 296 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 346 static enum xz_ret crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate() 370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 387 static enum xz_ret dec_stream_header(struct xz_dec *s) in dec_stream_header() 422 static enum xz_ret dec_stream_footer(struct xz_dec *s) in dec_stream_footer() 449 static enum xz_ret dec_block_header(struct xz_dec *s) in dec_block_header() [all …]
|
D | xz_dec_bcj.c | 88 static size_t bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86() 160 static size_t bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc() 181 static size_t bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64() 265 static size_t bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm() 288 static size_t bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb() 316 static size_t bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc() 345 static void bcj_apply(struct xz_dec_bcj *s, in bcj_apply() 399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() 417 XZ_EXTERN enum xz_ret xz_dec_bcj_run(struct xz_dec_bcj *s, in xz_dec_bcj_run() 529 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_bcj_create() local [all …]
|
/linux-4.1.27/net/tipc/ |
D | server.c | 123 static struct tipc_conn *tipc_conn_lookup(struct tipc_server *s, int conid) in tipc_conn_lookup() 189 struct tipc_server *s = con->server; in tipc_close_conn() local 214 static struct tipc_conn *tipc_alloc_conn(struct tipc_server *s) in tipc_alloc_conn() 249 struct tipc_server *s = con->server; in tipc_receive_from_sock() local 290 struct tipc_server *s = con->server; in tipc_accept_from_sock() local 320 struct tipc_server *s = con->server; in tipc_create_listen_sock() local 380 static int tipc_open_listening_sock(struct tipc_server *s) in tipc_open_listening_sock() 441 int tipc_conn_sendmsg(struct tipc_server *s, int conid, in tipc_conn_sendmsg() 473 void tipc_conn_terminate(struct tipc_server *s, int conid) in tipc_conn_terminate() 487 struct tipc_server *s = con->server; in tipc_send_to_sock() local [all …]
|
/linux-4.1.27/drivers/md/ |
D | dm-snap.c | 144 struct dm_dev *dm_snap_origin(struct dm_snapshot *s) in dm_snap_origin() 150 struct dm_dev *dm_snap_cow(struct dm_snapshot *s) in dm_snap_cow() 230 static void track_chunk(struct dm_snapshot *s, struct bio *bio, chunk_t chunk) in track_chunk() 242 static void stop_tracking_chunk(struct dm_snapshot *s, struct bio *bio) in stop_tracking_chunk() 252 static int __chunk_is_tracked(struct dm_snapshot *s, chunk_t chunk) in __chunk_is_tracked() 276 static void __check_for_conflicting_io(struct dm_snapshot *s, chunk_t chunk) in __check_for_conflicting_io() 421 struct dm_snapshot *s; in __find_snapshots_sharing_cow() local 502 static void __insert_snapshot(struct origin *o, struct dm_snapshot *s) in __insert_snapshot() 564 static void reregister_snapshot(struct dm_snapshot *s) in reregister_snapshot() 576 static void unregister_snapshot(struct dm_snapshot *s) in unregister_snapshot() [all …]
|
D | dm-round-robin.c | 53 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector() local 65 struct selector *s; in rr_create() local 77 struct selector *s = (struct selector *) ps->context; in rr_destroy() local 114 struct selector *s = (struct selector *) ps->context; in rr_add_path() local 149 struct selector *s = (struct selector *) ps->context; in rr_fail_path() local 157 struct selector *s = (struct selector *) ps->context; in rr_reinstate_path() local 168 struct selector *s = (struct selector *) ps->context; in rr_select_path() local
|
D | dm-queue-length.c | 43 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector() local 55 struct selector *s = alloc_selector(); in ql_create() local 76 struct selector *s = ps->context; in ql_destroy() local 112 struct selector *s = ps->context; in ql_add_path() local 152 struct selector *s = ps->context; in ql_fail_path() local 160 struct selector *s = ps->context; in ql_reinstate_path() local 174 struct selector *s = ps->context; in ql_select_path() local
|
D | dm-service-time.c | 39 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector() local 51 struct selector *s = alloc_selector(); in st_create() local 72 struct selector *s = ps->context; in st_destroy() local 109 struct selector *s = ps->context; in st_add_path() local 165 struct selector *s = ps->context; in st_fail_path() local 173 struct selector *s = ps->context; in st_reinstate_path() local 261 struct selector *s = ps->context; in st_select_path() local
|
/linux-4.1.27/drivers/md/bcache/ |
D | request.c | 478 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() local 504 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() local 569 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup() local 591 struct search *s = container_of(cl, struct search, cl); in request_endio() local 601 static void bio_complete(struct search *s) in bio_complete() 613 static void do_bio_hook(struct search *s, struct bio *orig_bio) in do_bio_hook() 627 struct search *s = container_of(cl, struct search, cl); in search_free() local 640 struct search *s; in search_alloc() local 672 struct search *s = container_of(cl, struct search, cl); in cached_dev_bio_complete() local 683 struct search *s = container_of(cl, struct search, cl); in cached_dev_cache_miss_done() local [all …]
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 112 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 114 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 118 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 119 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 120 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 121 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument 122 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument 123 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .va… argument 124 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .val… argument [all …]
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_dh.c | 92 ip_vs_dh_get(int af, struct ip_vs_dh_state *s, const union nf_inet_addr *addr) in ip_vs_dh_get() 102 ip_vs_dh_reassign(struct ip_vs_dh_state *s, struct ip_vs_service *svc) in ip_vs_dh_reassign() 138 static void ip_vs_dh_flush(struct ip_vs_dh_state *s) in ip_vs_dh_flush() 158 struct ip_vs_dh_state *s; in ip_vs_dh_init_svc() local 179 struct ip_vs_dh_state *s = svc->sched_data; in ip_vs_dh_done_svc() local 194 struct ip_vs_dh_state *s = svc->sched_data; in ip_vs_dh_dest_changed() local 221 struct ip_vs_dh_state *s; in ip_vs_dh_schedule() local
|
D | ip_vs_sh.c | 108 ip_vs_sh_get(struct ip_vs_service *svc, struct ip_vs_sh_state *s, in ip_vs_sh_get() 125 ip_vs_sh_get_fallback(struct ip_vs_service *svc, struct ip_vs_sh_state *s, in ip_vs_sh_get_fallback() 167 ip_vs_sh_reassign(struct ip_vs_sh_state *s, struct ip_vs_service *svc) in ip_vs_sh_reassign() 214 static void ip_vs_sh_flush(struct ip_vs_sh_state *s) in ip_vs_sh_flush() 234 struct ip_vs_sh_state *s; in ip_vs_sh_init_svc() local 255 struct ip_vs_sh_state *s = svc->sched_data; in ip_vs_sh_done_svc() local 270 struct ip_vs_sh_state *s = svc->sched_data; in ip_vs_sh_dest_changed() local 323 struct ip_vs_sh_state *s; in ip_vs_sh_schedule() local
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acmacros.h | 88 #define ACPI_MOVE_16_TO_16(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[1];\ argument 91 #define ACPI_MOVE_16_TO_32(d, s) {(*(u32 *)(void *)(d))=0;\ argument 95 #define ACPI_MOVE_16_TO_64(d, s) {(*(u64 *)(void *)(d))=0;\ argument 101 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument 103 #define ACPI_MOVE_32_TO_32(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[3];\ argument 108 #define ACPI_MOVE_32_TO_64(d, s) {(*(u64 *)(void *)(d))=0;\ argument 116 #define ACPI_MOVE_64_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument 118 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */ argument 120 #define ACPI_MOVE_64_TO_64(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[7];\ argument 139 #define ACPI_MOVE_16_TO_16(d, s) *(u16 *)(void *)(d) = *(u16 *)(void *)(s) argument [all …]
|
/linux-4.1.27/fs/jffs2/ |
D | summary.c | 63 static int jffs2_sum_add_mem(struct jffs2_summary *s, union jffs2_sum_mem *item) in jffs2_sum_add_mem() 108 int jffs2_sum_add_padding_mem(struct jffs2_summary *s, uint32_t size) in jffs2_sum_add_padding_mem() 115 int jffs2_sum_add_inode_mem(struct jffs2_summary *s, struct jffs2_raw_inode *ri, in jffs2_sum_add_inode_mem() 133 int jffs2_sum_add_dirent_mem(struct jffs2_summary *s, struct jffs2_raw_dirent *rd, in jffs2_sum_add_dirent_mem() 158 int jffs2_sum_add_xattr_mem(struct jffs2_summary *s, struct jffs2_raw_xattr *rx, uint32_t ofs) in jffs2_sum_add_xattr_mem() 176 int jffs2_sum_add_xref_mem(struct jffs2_summary *s, struct jffs2_raw_xref *rr, uint32_t ofs) in jffs2_sum_add_xref_mem() 193 static void jffs2_sum_clean_collected(struct jffs2_summary *s) in jffs2_sum_clean_collected() 210 void jffs2_sum_reset_collected(struct jffs2_summary *s) in jffs2_sum_reset_collected() 217 void jffs2_sum_disable_collecting(struct jffs2_summary *s) in jffs2_sum_disable_collecting() 224 int jffs2_sum_is_disabled(struct jffs2_summary *s) in jffs2_sum_is_disabled() [all …]
|
/linux-4.1.27/drivers/media/i2c/ |
D | saa6588.c | 153 static bool block_from_buf(struct saa6588 *s, unsigned char *buf) in block_from_buf() 182 static void read_from_buf(struct saa6588 *s, struct saa6588_command *a) in read_from_buf() 232 static void block_to_buf(struct saa6588 *s, unsigned char *blockbuf) in block_to_buf() 260 static void saa6588_i2c_poll(struct saa6588 *s) in saa6588_i2c_poll() 334 struct saa6588 *s = container_of(work, struct saa6588, work.work); in saa6588_work() local 340 static void saa6588_configure(struct saa6588 *s) in saa6588_configure() 399 struct saa6588 *s = to_saa6588(sd); in saa6588_ioctl() local 431 struct saa6588 *s = to_saa6588(sd); in saa6588_g_tuner() local 441 struct saa6588 *s = to_saa6588(sd); in saa6588_s_tuner() local 468 struct saa6588 *s; in saa6588_probe() local [all …]
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.h | 45 #define SYM_GEN_FW_A(s) \ argument 64 #define SYM_GEN_FW_B(s) \ argument 80 #define SYM_GEN_FW_Z(s) \ argument 87 #define SYM_GEN_A(s, label) s label; argument 88 #define SYM_GEN_B(s, label) s label; argument 89 #define SYM_GEN_Z(s, label) s label; argument 200 #define SYM_GEN_PADDR_A(s, label) (RELOC_LABEL_A | offsetof(s, label)) argument 201 #define SYM_GEN_PADDR_B(s, label) (RELOC_LABEL_B | offsetof(s, label)) argument
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | debug.c | 23 static int ci_device_show(struct seq_file *s, void *data) in ci_device_show() 63 static int ci_port_test_show(struct seq_file *s, void *data) in ci_port_test_show() 84 struct seq_file *s = file->private_data; in ci_port_test_write() local 124 static int ci_qheads_show(struct seq_file *s, void *data) in ci_qheads_show() 167 static int ci_requests_show(struct seq_file *s, void *data) in ci_requests_show() 215 static int ci_otg_show(struct seq_file *s, void *unused) in ci_otg_show() 289 static int ci_role_show(struct seq_file *s, void *data) in ci_role_show() 301 struct seq_file *s = file->private_data; in ci_role_write() local 338 static int ci_registers_show(struct seq_file *s, void *unused) in ci_registers_show()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_audio.c | 302 isdn_audio_get_bits(adpcm_state *s, unsigned char **in, int *len) in isdn_audio_get_bits() 315 isdn_audio_put_bits(int data, int nbits, adpcm_state *s, in isdn_audio_put_bits() 329 isdn_audio_adpcm_init(adpcm_state *s, int nbits) in isdn_audio_adpcm_init() 344 isdn_audio_dtmf_init(dtmf_state *s) in isdn_audio_dtmf_init() 361 isdn_audio_adpcm2xlaw(adpcm_state *s, int fmt, unsigned char *in, in isdn_audio_adpcm2xlaw() 396 isdn_audio_xlaw2adpcm(adpcm_state *s, int fmt, unsigned char *in, in isdn_audio_xlaw2adpcm() 499 dtmf_state *s; in isdn_audio_eval_dtmf() local 595 dtmf_state *s = info->dtmf_state; in isdn_audio_calc_dtmf() local 622 isdn_audio_silence_init(silence_state *s) in isdn_audio_silence_init() 636 silence_state *s = info->silence_state; in isdn_audio_calc_silence() local [all …]
|
/linux-4.1.27/fs/squashfs/ |
D | squashfs.h | 24 #define TRACE(s, args...) pr_debug("SQUASHFS: "s, ## args) argument 26 #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) argument 28 #define WARNING(s, args...) pr_warn("SQUASHFS: "s, ## args) argument
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | misc.c | 24 #define memzero(s, n) memset((s), 0, (n)) argument 67 static int puts(const char *s) in puts() 73 void *memset(void *s, int c, size_t n) in memset() 85 const char *s = src; in memcpy() local 95 const char *s = src; in memmove() local
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 32 static void *fm10k_dbg_desc_seq_start(struct seq_file *s, loff_t *pos) in fm10k_dbg_desc_seq_start() 39 static void *fm10k_dbg_desc_seq_next(struct seq_file *s, in fm10k_dbg_desc_seq_next() 47 static void fm10k_dbg_desc_seq_stop(struct seq_file __always_unused *s, in fm10k_dbg_desc_seq_stop() 53 static void fm10k_dbg_desc_break(struct seq_file *s, int i) in fm10k_dbg_desc_break() 61 static int fm10k_dbg_tx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_tx_desc_seq_show() 88 static int fm10k_dbg_rx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_rx_desc_seq_show()
|
/linux-4.1.27/drivers/staging/comedi/drivers/addi-data/ |
D | hwdrv_apci1564.c | 21 struct comedi_subdevice *s, in apci1564_timer_insn_config() 71 struct comedi_subdevice *s, in apci1564_timer_insn_write() 94 struct comedi_subdevice *s, in apci1564_timer_insn_read() 110 struct comedi_subdevice *s, in apci1564_counter_insn_config() 156 struct comedi_subdevice *s, in apci1564_counter_insn_write() 185 struct comedi_subdevice *s, in apci1564_counter_insn_read()
|
D | hwdrv_apci3501.c | 20 struct comedi_subdevice *s, in apci3501_config_insn_timer() 90 struct comedi_subdevice *s, in apci3501_write_insn_timer() 152 struct comedi_subdevice *s, in apci3501_read_insn_timer()
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | trace-agent.c | 51 struct agent_info *s; in agent_info_new() local 152 static void *agent_info_init(struct agent_info *s) in agent_info_init() 187 static void *parse_args(int argc, char *argv[], struct agent_info *s) in parse_args() 220 static void agent_main_loop(struct agent_info *s) in agent_main_loop() 243 static void agent_info_free(struct agent_info *s) in agent_info_free() 260 struct agent_info *s = NULL; in main() local
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-debugfs.c | 1286 struct seq_file *s) in ab8500_registers_print() 1323 static int ab8500_print_bank_registers(struct seq_file *s, void *p) in ab8500_print_bank_registers() 1348 static int ab8500_print_all_banks(struct seq_file *s, void *p) in ab8500_print_all_banks() 1435 struct seq_file *s; in ab8500_all_banks_open() local 1460 static int ab8500_bank_print(struct seq_file *s, void *p) in ab8500_bank_print() 1493 static int ab8500_address_print(struct seq_file *s, void *p) in ab8500_address_print() 1525 static int ab8500_val_print(struct seq_file *s, void *p) in ab8500_val_print() 1595 static int ab8500_interrupts_print(struct seq_file *s, void *p) in ab8500_interrupts_print() 1632 static int ab8500_hwreg_print(struct seq_file *s, void *d) in ab8500_hwreg_print() 1670 static int ab8500_print_modem_registers(struct seq_file *s, void *p) in ab8500_print_modem_registers() [all …]
|
/linux-4.1.27/arch/s390/lib/ |
D | string.c | 17 static inline char *__strend(const char *s) in __strend() 27 static inline char *__strnend(const char *s, size_t n) in __strnend() 44 size_t strlen(const char *s) in strlen() 57 size_t strnlen(const char * s, size_t n) in strnlen() 226 char * strrchr(const char * s, int c) in strrchr() 282 void *memchr(const void *s, int c, size_t n) in memchr() 332 void *memscan(void *s, int c, size_t n) in memscan()
|
/linux-4.1.27/fs/ |
D | super.c | 144 static void destroy_super(struct super_block *s) in destroy_super() 168 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local 280 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super() 313 void deactivate_super(struct super_block *s) in deactivate_super() 336 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super() 443 struct super_block *s = NULL; in sget() local 620 struct super_block *s = get_super(bdev); in get_super_thawed() local 869 int set_anon_super(struct super_block *s, void *data) in set_anon_super() 931 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super() 944 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super() [all …]
|
/linux-4.1.27/drivers/xen/events/ |
D | events_2l.c | 57 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_clear_pending() local 63 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_set_pending() local 69 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_is_pending() local 75 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_test_and_set_mask() local 81 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_mask() local 87 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_unmask() local 169 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_handle_events() local
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_strings.c | 97 const char *drbd_conn_str(enum drbd_conns s) in drbd_conn_str() 103 const char *drbd_role_str(enum drbd_role s) in drbd_role_str() 108 const char *drbd_disk_str(enum drbd_disk_state s) in drbd_disk_str()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | string_32.h | 207 static inline void *__memset_generic(void *s, char c, size_t count) in __memset_generic() 219 #define __constant_count_memset(s, c, count) __memset_generic((s), (c), (count)) argument 227 void *__constant_c_memset(void *s, unsigned long c, size_t count) in __constant_c_memset() 257 void *__constant_c_and_count_memset(void *s, unsigned long pattern, in __constant_c_and_count_memset() 313 #define __constant_c_x_memset(s, c, count) \ argument 318 #define __memset(s, c, count) \ argument 325 #define memset(s, c, count) __builtin_memset(s, c, count) argument 327 #define memset(s, c, count) \ argument
|
/linux-4.1.27/arch/mips/include/asm/ |
D | compat-signal.h | 14 const sigset_t *s) in __copy_conv_sigset_to_user() 30 const compat_sigset_t __user *s) in __copy_conv_sigset_from_user() 34 sigset_t s; in __copy_conv_sigset_from_user() member
|
D | vga.h | 17 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) argument 43 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument 44 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | udbg.c | 84 void udbg_puts(const char *s) in udbg_puts() 104 int udbg_write(const char *s, int n) in udbg_write() 136 void __init udbg_progress(char *s, unsigned short hex) in udbg_progress() 145 static void udbg_console_write(struct console *con, const char *s, in udbg_console_write()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinconf.h | 71 static inline void pinconf_show_map(struct seq_file *s, in pinconf_show_map() 76 static inline void pinconf_show_setting(struct seq_file *s, in pinconf_show_setting() 104 struct seq_file *s, in pinconf_generic_dump_pins() 111 struct seq_file *s, in pinconf_generic_dump_config()
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usb_stream.c | 29 struct usb_stream *s = sk->s; in usb_stream_next_packet_size() local 36 struct usb_stream *s = sk->s; in playback_prep_freqn() local 95 struct usb_stream *s = sk->s; in init_urbs() local 132 struct usb_stream *s; in usb_stream_free() local 276 struct usb_stream *s = sk->s; in usb_stream_prepare_playback() local 375 static void loop_back(struct usb_stream *s) in loop_back() 427 static void loop_back(struct usb_stream *s) in loop_back() 435 struct usb_stream *s = sk->s; in stream_idle() local 517 struct usb_stream *s = sk->s; in stream_start() local 598 struct usb_stream *s = sk->s; in i_capture_start() local [all …]
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | sn_proc_fs.c | 15 static int partition_id_show(struct seq_file *s, void *p) in partition_id_show() 26 static int system_serial_number_show(struct seq_file *s, void *p) in system_serial_number_show() 37 static int licenseID_show(struct seq_file *s, void *p) in licenseID_show() 48 static int coherence_id_show(struct seq_file *s, void *p) in coherence_id_show()
|
/linux-4.1.27/arch/mips/math-emu/ |
D | ieee754.c | 41 #define xPCNST(s, b, m, ebias) \ argument 50 #define DPCNST(s, b, m) \ argument 73 #define SPCNST(s, b, m) \ argument
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sysfs.c | 142 static ssize_t show_mmustat_enable(struct device *s, in show_mmustat_enable() 149 static ssize_t store_mmustat_enable(struct device *s, in store_mmustat_enable() 170 static int register_mmu_stats(struct device *s) in register_mmu_stats() 179 static void unregister_mmu_stats(struct device *s) in unregister_mmu_stats() 227 struct device *s = &c->dev; in register_cpu_online() local 240 struct device *s = &c->dev; in unregister_cpu_online() local
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | debugfs.c | 360 static int dwc3_mode_show(struct seq_file *s, void *unused) in dwc3_mode_show() 395 struct seq_file *s = file->private_data; in dwc3_mode_write() local 429 static int dwc3_testmode_show(struct seq_file *s, void *unused) in dwc3_testmode_show() 475 struct seq_file *s = file->private_data; in dwc3_testmode_write() local 512 static int dwc3_link_state_show(struct seq_file *s, void *unused) in dwc3_link_state_show() 582 struct seq_file *s = file->private_data; in dwc3_link_state_write() local
|
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/ |
D | hmatrix.h | 31 #define HMATRIX_SCFG(s) (0x0040 + 4 * (s)) argument 41 #define HMATRIX_PRAS(s) (0x0080 + 8 * (s)) argument 45 #define HMATRIX_PRBS(s) (0x0084 + 8 * (s)) argument 53 #define HMATRIX_SFR(s) (0x0110 + 4 * (s)) argument
|
/linux-4.1.27/drivers/video/fbdev/mbx/ |
D | mbxdebugfs.c | 33 char * s = big_buffer; in sysconf_read_file() local 49 char * s = big_buffer; in gsctl_read_file() local 77 char * s = big_buffer; in display_read_file() local 117 char * s = big_buffer; in clock_read_file() local 140 char * s = big_buffer; in sdram_read_file() local 162 char * s = big_buffer; in misc_read_file() local
|
/linux-4.1.27/arch/sh/boot/compressed/ |
D | misc.c | 26 #define memzero(s, n) memset ((s), 0, (n)) argument 72 int puts(const char *s) in puts() 78 void* memset(void* s, int c, size_t n) in memset() 91 char *d = (char *)__dest, *s = (char *)__src; in memcpy() local
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-led-defs.h | 55 } s; member 74 } s; member 93 } s; member 112 } s; member 131 } s; member 150 } s; member 169 } s; member 188 } s; member 207 } s; member 226 } s; member [all …]
|
D | cvmx-asxx-defs.h | 68 } s; member 84 } s; member 104 } s; member 144 } s; member 180 } s; member 197 } s; member 229 } s; member 246 } s; member 265 } s; member 294 } s; member [all …]
|
D | cvmx-rst-defs.h | 82 } s; member 104 } s; member 120 } s; member 152 } s; member 170 } s; member 186 } s; member 204 } s; member 232 } s; member 246 } s; member 260 } s; member [all …]
|
D | cvmx-stxx-defs.h | 64 } s; member 81 } s; member 102 } s; member 121 } s; member 138 } s; member 169 } s; member 202 } s; member 233 } s; member 250 } s; member 275 } s; member [all …]
|
/linux-4.1.27/sound/oss/ |
D | swarm_cs4297a.c | 195 #define VALIDATE_STATE(s) \ argument 333 static int prog_dmabuf_adc(struct cs4297a_state *s) in prog_dmabuf_adc() 340 static int prog_dmabuf_dac(struct cs4297a_state *s) in prog_dmabuf_dac() 575 static int ser_init(struct cs4297a_state *s) in ser_init() 673 static int dma_init(struct cs4297a_state *s) in dma_init() 736 static int serdma_reg_access(struct cs4297a_state *s, u64 data) in serdma_reg_access() 787 static int cs4297a_read_ac97(struct cs4297a_state *s, u32 offset, in cs4297a_read_ac97() 807 static int cs4297a_write_ac97(struct cs4297a_state *s, u32 offset, in cs4297a_write_ac97() 815 static void stop_dac(struct cs4297a_state *s) in stop_dac() 834 static void start_dac(struct cs4297a_state *s) in start_dac() [all …]
|
/linux-4.1.27/fs/ceph/ |
D | debugfs.c | 21 static int mdsmap_show(struct seq_file *s, void *p) in mdsmap_show() 49 static int mdsc_show(struct seq_file *s, void *p) in mdsc_show() 127 static int caps_show(struct seq_file *s, void *p) in caps_show() 142 static int dentry_lru_show(struct seq_file *s, void *ptr) in dentry_lru_show() 159 static int mds_sessions_show(struct seq_file *s, void *ptr) in mds_sessions_show()
|
/linux-4.1.27/drivers/staging/android/ |
D | sync_debug.c | 85 static void sync_print_pt(struct seq_file *s, struct sync_pt *pt, bool fence) in sync_print_pt() 121 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) in sync_print_obj() 146 static void sync_print_fence(struct seq_file *s, struct sync_fence *fence) in sync_print_fence() 177 static int sync_debugfs_show(struct seq_file *s, void *unused) in sync_debugfs_show() 232 struct seq_file s = { in sync_dump() local
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | pm-debug.c | 79 struct seq_file *s = (struct seq_file *)user; in clkdm_dbg_show_counter() local 94 struct seq_file *s = (struct seq_file *)user; in pwrdm_dbg_show_counter() local 124 struct seq_file *s = (struct seq_file *)user; in pwrdm_dbg_show_timer() local 145 static int pm_dbg_show_counters(struct seq_file *s, void *unused) in pm_dbg_show_counters() 153 static int pm_dbg_show_timers(struct seq_file *s, void *unused) in pm_dbg_show_timers()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_system.h | 41 #define SEG_BASE_ADDR(s) (((s).b & 0xff000000) \ argument 43 #define SEG_LIMIT(s) (((s).b & 0xff0000) | ((s).a & 0xffff)) argument 44 #define SEG_EXECUTE_ONLY(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 11)) argument 45 #define SEG_WRITE_PERM(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 9)) argument 46 #define SEG_EXPAND_DOWN(s) (((s).b & ((1 << 11) | (1 << 10))) \ argument
|
/linux-4.1.27/sound/soc/fsl/ |
D | mpc5200_dma.c | 59 static void psc_dma_bcom_enqueue_next_buffer(struct psc_dma_stream *s) in psc_dma_bcom_enqueue_next_buffer() 76 struct psc_dma_stream *s = _psc_dma_stream; in psc_dma_bcom_irq() local 116 struct psc_dma_stream *s = to_psc_dma_stream(substream, psc_dma); in psc_dma_trigger() local 216 struct psc_dma_stream *s; in psc_dma_open() local 243 struct psc_dma_stream *s; in psc_dma_close() local 268 struct psc_dma_stream *s; in psc_dma_pointer() local
|
/linux-4.1.27/net/ceph/ |
D | debugfs.c | 33 static int monmap_show(struct seq_file *s, void *p) in monmap_show() 53 static int osdmap_show(struct seq_file *s, void *p) in osdmap_show() 109 static int monc_show(struct seq_file *s, void *p) in monc_show() 141 static int osdc_show(struct seq_file *s, void *pp) in osdc_show() 181 static int client_options_show(struct seq_file *s, void *p) in client_options_show()
|
/linux-4.1.27/arch/mips/kernel/ |
D | mips-mt.c | 127 static int __init rps_disable(char *s) in rps_disable() 162 static int __init set_protiflush(char *s) in set_protiflush() 169 static int __init set_protdflush(char *s) in set_protdflush() 176 static int __init niflush(char *s) in niflush() 183 static int __init ndflush(char *s) in ndflush()
|
/linux-4.1.27/drivers/net/phy/ |
D | mdio-mux-gpio.c | 28 struct mdio_mux_gpio_state *s = data; in mdio_mux_gpio_switch_fn() local 45 struct mdio_mux_gpio_state *s; in mdio_mux_gpio_probe() local 70 struct mdio_mux_gpio_state *s = dev_get_platdata(&pdev->dev); in mdio_mux_gpio_remove() local
|
/linux-4.1.27/fs/qnx6/ |
D | dir.c | 54 u32 s = fs32_to_cpu(sbi, de->de_long_inode); /* in block units */ in qnx6_longname() local 72 struct super_block *s = inode->i_sb; in qnx6_dir_longfilename() local 119 struct super_block *s = inode->i_sb; in qnx6_readdir() local 182 struct super_block *s = dir->i_sb; in qnx6_long_match() local 207 static unsigned qnx6_match(struct super_block *s, int len, const char *name, in qnx6_match() 220 struct super_block *s = dir->i_sb; in qnx6_find_entry() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb_utils.h | 48 static inline void *fb_memclear_small(void *s, size_t count) in fb_memclear_small() 77 static inline void *fb_memclear(void *s, size_t count) in fb_memclear() 117 static inline void *fb_memset255(void *s, size_t count) in fb_memset255() 144 static inline void *fb_memmove(void *d, const void *s, size_t count) in fb_memmove() 376 u32 *s, *d, v; in memmove32_col() local
|
/linux-4.1.27/arch/s390/include/asm/ |
D | string.h | 53 static inline void *memchr(const void * s, int c, size_t n) in memchr() 68 static inline void *memscan(void *s, int c, size_t n) in memscan() 109 static inline size_t strlen(const char *s) in strlen() 121 static inline size_t strnlen(const char * s, size_t n) in strnlen()
|
/linux-4.1.27/tools/vm/ |
D | slabinfo.c | 185 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj() 199 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj() 279 static void slab_validate(struct slabinfo *s) in slab_validate() 287 static void slab_shrink(struct slabinfo *s) in slab_shrink() 325 static unsigned long slab_size(struct slabinfo *s) in slab_size() 330 static unsigned long slab_activity(struct slabinfo *s) in slab_activity() 336 static void slab_numa(struct slabinfo *s, int mode) in slab_numa() 381 static void show_tracking(struct slabinfo *s) in show_tracking() 399 static void ops(struct slabinfo *s) in ops() 419 static void slab_stats(struct slabinfo *s) in slab_stats() [all …]
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_standalone.c | 40 print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple, in print_tuple() 110 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next() 116 static void ct_seq_stop(struct seq_file *s, void *v) in ct_seq_stop() 123 static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 138 static inline void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 144 static void ct_show_delta_time(struct seq_file *s, const struct nf_conn *ct) in ct_show_delta_time() 165 ct_show_delta_time(struct seq_file *s, const struct nf_conn *ct) in ct_show_delta_time() 171 static int ct_seq_show(struct seq_file *s, void *v) in ct_seq_show()
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | dma-mapping.h | 37 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument 38 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument 73 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument 91 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
|