/linux-4.4.14/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()
|
/linux-4.4.14/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 | 54 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() 68 # define seqcount_init(s) \ argument 74 static inline void seqcount_lockdep_reader_access(const seqcount_t *s) in seqcount_lockdep_reader_access() 87 # define seqcount_init(s) __seqcount_init(s, NULL, NULL) argument 107 static inline unsigned __read_seqcount_begin(const seqcount_t *s) in __read_seqcount_begin() 129 static inline unsigned raw_read_seqcount(const seqcount_t *s) in raw_read_seqcount() 145 static inline unsigned raw_read_seqcount_begin(const seqcount_t *s) in raw_read_seqcount_begin() 161 static inline unsigned read_seqcount_begin(const seqcount_t *s) in read_seqcount_begin() 181 static inline unsigned raw_seqcount_begin(const seqcount_t *s) in raw_seqcount_begin() 202 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.4.14/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 | 63 unsigned int kmem_cache_size(struct kmem_cache *s) in kmem_cache_size() 72 struct kmem_cache *s = NULL; in kmem_cache_sanity_check() local 107 void __kmem_cache_free_bulk(struct kmem_cache *s, size_t nr, void **p) in __kmem_cache_free_bulk() 115 int __kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t nr, in __kmem_cache_alloc_bulk() 131 void slab_init_memcg_params(struct kmem_cache *s) in slab_init_memcg_params() 138 static int init_memcg_params(struct kmem_cache *s, in init_memcg_params() 165 static void destroy_memcg_params(struct kmem_cache *s) in destroy_memcg_params() 171 static int update_memcg_params(struct kmem_cache *s, int new_array_size) in update_memcg_params() 197 struct kmem_cache *s; in memcg_update_all_caches() local 214 static inline int init_memcg_params(struct kmem_cache *s, in init_memcg_params() [all …]
|
D | slab.h | 184 static inline bool is_root_cache(struct kmem_cache *s) in is_root_cache() 189 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root() 200 static inline const char *cache_name(struct kmem_cache *s) in cache_name() 213 cache_from_memcg_idx(struct kmem_cache *s, int idx) in cache_from_memcg_idx() 232 static inline struct kmem_cache *memcg_root_cache(struct kmem_cache *s) in memcg_root_cache() 241 struct kmem_cache *s) in memcg_charge_slab() 258 static inline bool is_root_cache(struct kmem_cache *s) in is_root_cache() 263 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root() 269 static inline const char *cache_name(struct kmem_cache *s) in cache_name() 275 cache_from_memcg_idx(struct kmem_cache *s, int idx) in cache_from_memcg_idx() [all …]
|
/linux-4.4.14/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 trace_raw_output_prep() local 251 struct trace_seq *s = &iter->seq; in trace_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 static int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, in seq_print_user_ip() 358 seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags) in seq_print_ip_sym() 385 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt() [all …]
|
D | trace_functions_graph.c | 484 static void print_graph_cpu(struct trace_seq *s, int cpu) in print_graph_cpu() 496 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc() 527 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt() 535 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid() 640 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() 730 struct trace_seq *s, u32 flags) in print_graph_duration() 764 struct trace_seq *s, u32 flags) in print_graph_entry_leaf() 810 struct trace_seq *s, int cpu, u32 flags) in print_graph_entry_nested() [all …]
|
/linux-4.4.14/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_wait_vblank(s) hwsq_wait_vblank(&(s)->base) argument [all …]
|
D | ramfuc.h | 163 #define ram_init(s,p) ramfuc_init(&(s)->base, (p)) argument 164 #define ram_exec(s,e) ramfuc_exec(&(s)->base, (e)) argument 165 #define ram_have(s,r) ((s)->r_##r.addr != 0x000000) argument 166 #define ram_rd32(s,r) ramfuc_rd32(&(s)->base, &(s)->r_##r) argument 167 #define ram_wr32(s,r,d) ramfuc_wr32(&(s)->base, &(s)->r_##r, (d)) argument 168 #define ram_nuke(s,r) ramfuc_nuke(&(s)->base, &(s)->r_##r) argument 169 #define ram_mask(s,r,m,d) ramfuc_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 170 #define ram_wait(s,r,m,d,n) ramfuc_wait(&(s)->base, (r), (m), (d), (n)) argument 171 #define ram_nsec(s,n) ramfuc_nsec(&(s)->base, (n)) argument 172 #define ram_wait_vblank(s) ramfuc_wait_vblank(&(s)->base) argument [all …]
|
/linux-4.4.14/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.4.14/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_unalloc(struct comedi_subdevice *s) in comedi_buf_write_n_unalloc() 256 unsigned int comedi_buf_write_n_available(struct comedi_subdevice *s) in comedi_buf_write_n_available() 275 unsigned int comedi_buf_write_alloc(struct comedi_subdevice *s, in comedi_buf_write_alloc() 300 static unsigned int comedi_buf_munge(struct comedi_subdevice *s, in comedi_buf_munge() [all …]
|
D | comedi_fops.c | 215 struct comedi_subdevice *s; in comedi_subdevice_from_minor() local 239 struct comedi_subdevice *s; in comedi_dev_get_from_subdevice_minor() local 273 struct comedi_subdevice *s; in comedi_read_subdevice() local 286 struct comedi_subdevice *s; in comedi_write_subdevice() local 300 struct comedi_subdevice *s, *read_s, *write_s; in comedi_file_reset() local 345 struct comedi_subdevice *s, unsigned new_size) in resize_async_buffer() 389 struct comedi_subdevice *s; in max_read_buffer_kb_show() local 412 struct comedi_subdevice *s; in max_read_buffer_kb_store() local 445 struct comedi_subdevice *s; in read_buffer_kb_show() local 468 struct comedi_subdevice *s; in read_buffer_kb_store() local [all …]
|
D | drivers.c | 108 struct comedi_subdevice *s; in comedi_alloc_subdevices() local 150 int comedi_alloc_subdev_readback(struct comedi_subdevice *s) in comedi_alloc_subdev_readback() 169 struct comedi_subdevice *s; in comedi_device_detach_cleanup() local 218 static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s) in poll_invalid() 223 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, in insn_inval() 247 struct comedi_subdevice *s, in comedi_readback_insn_read() 282 struct comedi_subdevice *s, in comedi_timeout() 330 struct comedi_subdevice *s, in comedi_dio_insn_config() 375 unsigned int comedi_dio_update_state(struct comedi_subdevice *s, in comedi_dio_update_state() 407 unsigned int comedi_bytes_per_scan(struct comedi_subdevice *s) in comedi_bytes_per_scan() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/xtensa/variants/de212/include/variant/ |
D | tie.h | 89 #define XCHAL_NCP_SA_LIST(s) \ argument 99 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument 102 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 105 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 108 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument 111 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 114 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 117 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 120 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 | 369 char *strchr(const char *s, int c) in strchr() 388 char *strchrnul(const char *s, int c) in strchrnul() 403 char *strrchr(const char *s, int c) in strrchr() 422 char *strnchr(const char *s, size_t count, int c) in strnchr() 454 char *strim(char *s) in strim() 477 size_t strlen(const char *s) in strlen() 494 size_t strnlen(const char *s, size_t count) in strnlen() 511 size_t strspn(const char *s, const char *accept) in strspn() 538 size_t strcspn(const char *s, const char *reject) in strcspn() 589 char *strsep(char **s, const char *ct) in strsep() [all …]
|
/linux-4.4.14/sound/firewire/ |
D | amdtp-stream.c | 67 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_stream_init() 103 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy() 138 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints() 192 int amdtp_stream_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_stream_set_parameters() 225 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload() 242 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare() 251 static unsigned int calculate_data_blocks(struct amdtp_stream *s, in calculate_data_blocks() 295 static unsigned int calculate_syt(struct amdtp_stream *s, in calculate_syt() 338 static void update_pcm_pointers(struct amdtp_stream *s, in update_pcm_pointers() 359 struct amdtp_stream *s = (void *)data; in pcm_period_tasklet() local [all …]
|
D | amdtp-am824.c | 60 int amdtp_am824_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_am824_set_parameters() 129 void amdtp_am824_set_pcm_position(struct amdtp_stream *s, unsigned int index, in amdtp_am824_set_pcm_position() 145 void amdtp_am824_set_midi_position(struct amdtp_stream *s, in amdtp_am824_set_midi_position() 154 static void write_pcm_s32(struct amdtp_stream *s, in write_pcm_s32() 180 static void write_pcm_s16(struct amdtp_stream *s, in write_pcm_s16() 206 static void read_pcm_s32(struct amdtp_stream *s, in read_pcm_s32() 231 static void write_pcm_silence(struct amdtp_stream *s, in write_pcm_silence() 253 void amdtp_am824_set_pcm_format(struct amdtp_stream *s, snd_pcm_format_t format) in amdtp_am824_set_pcm_format() 287 int amdtp_am824_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_am824_add_pcm_hw_constraints() 311 void amdtp_am824_midi_trigger(struct amdtp_stream *s, unsigned int port, in amdtp_am824_midi_trigger() [all …]
|
/linux-4.4.14/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 | 192 static inline int is_imx28_auart(struct mxs_auart_port *s) in is_imx28_auart() 197 static inline bool auart_dma_enabled(struct mxs_auart_port *s) in auart_dma_enabled() 210 struct mxs_auart_port *s = param; in dma_tx_callback() local 226 static int mxs_auart_dma_tx(struct mxs_auart_port *s, int size) in mxs_auart_dma_tx() 260 static void mxs_auart_tx_chars(struct mxs_auart_port *s) in mxs_auart_tx_chars() 329 static void mxs_auart_rx_char(struct mxs_auart_port *s) in mxs_auart_rx_char() 374 static void mxs_auart_rx_chars(struct mxs_auart_port *s) in mxs_auart_rx_chars() 408 struct mxs_auart_port *s = to_auart_port(u); in mxs_auart_type() local 419 struct mxs_auart_port *s = to_auart_port(u); in mxs_auart_set_mctrl() local 437 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 | sc16is7xx.c | 358 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_read() local 369 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_write() local 377 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_read() local 388 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_write() local 400 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_update() local 489 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_baud() local 537 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_rx() local 614 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_tx() local 651 static void sc16is7xx_port_irq(struct sc16is7xx_port *s, int portno) in sc16is7xx_port_irq() 693 struct sc16is7xx_port *s = to_sc16is7xx_port(ws, irq_work); in sc16is7xx_ist() 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 | sh-sci.c | 495 struct sci_port *s = to_sci_port(port); in sci_start_tx() local 625 struct sci_port *s = to_sci_port(port); in sci_init_pins() local 694 struct sci_port *s = to_sci_port(port); in sci_rxd_in() local 892 struct sci_port *s = to_sci_port(port); in sci_handle_errors() local 956 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun() local 987 struct sci_port *s = to_sci_port(port); in sci_handle_breaks() local 1018 struct sci_port *s = arg; in sci_dma_tx_complete() local 1050 static int sci_dma_rx_push(struct sci_port *s, void *buf, size_t count) in sci_dma_rx_push() 1068 static int sci_dma_rx_find_active(struct sci_port *s) in sci_dma_rx_find_active() 1081 static void sci_rx_dma_release(struct sci_port *s, bool enable_pio) in sci_rx_dma_release() [all …]
|
/linux-4.4.14/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() 266 static int readable(struct pcmcia_socket *s, struct resource *res, in readable() 297 static int checksum(struct pcmcia_socket *s, struct resource *res, in checksum() 347 static int do_validate_mem(struct pcmcia_socket *s, in do_validate_mem() 349 int validate (struct pcmcia_socket *s, in do_validate_mem() 403 static int do_mem_probe(struct pcmcia_socket *s, u_long base, u_long num, in do_mem_probe() 404 int validate (struct pcmcia_socket *s, in do_mem_probe() 407 int fallback (struct pcmcia_socket *s, in do_mem_probe() 457 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 | 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() 135 int pcmcia_read_cis_mem(struct pcmcia_socket *s, int attr, u_int addr, in pcmcia_read_cis_mem() 216 int pcmcia_write_cis_mem(struct pcmcia_socket *s, int attr, u_int addr, in pcmcia_write_cis_mem() 288 static int read_cis_cache(struct pcmcia_socket *s, int attr, u_int addr, in read_cis_cache() 336 remove_cis_cache(struct pcmcia_socket *s, int attr, u_int addr, u_int len) in remove_cis_cache() 357 void destroy_cis_cache(struct pcmcia_socket *s) in destroy_cis_cache() 372 int verify_cis_cache(struct pcmcia_socket *s) in verify_cis_cache() 411 int pcmcia_replace_cis(struct pcmcia_socket *s, in pcmcia_replace_cis() 447 int pccard_get_first_tuple(struct pcmcia_socket *s, unsigned int function, in pccard_get_first_tuple() [all …]
|
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 | at91_cf.c | 64 static int at91_cf_ss_init(struct pcmcia_socket *s) in at91_cf_ss_init() 88 static int at91_cf_get_status(struct pcmcia_socket *s, u_int *sp) in at91_cf_get_status() 114 at91_cf_set_socket(struct pcmcia_socket *sock, struct socket_state_t *s) in at91_cf_set_socket() 143 static int at91_cf_ss_suspend(struct pcmcia_socket *s) in at91_cf_ss_suspend() 149 static int at91_cf_set_io_map(struct pcmcia_socket *s, struct pccard_io_map *io) in at91_cf_set_io_map() 187 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() 699 void pcmcia_parse_events(struct pcmcia_socket *s, u_int events) in pcmcia_parse_events() 724 void pcmcia_parse_uevents(struct pcmcia_socket *s, u_int events) in pcmcia_parse_uevents() 740 int pccard_register_pcmcia(struct pcmcia_socket *s, struct pcmcia_callback *c) in pccard_register_pcmcia() 817 struct pcmcia_socket *s = container_of(dev, struct pcmcia_socket, dev); in pcmcia_socket_uevent() local 839 struct pcmcia_socket *s = container_of(dev, struct pcmcia_socket, dev); in __pcmcia_pm_op() local
|
/linux-4.4.14/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.4.14/drivers/media/pci/cobalt/ |
D | cobalt-v4l2.c | 51 struct cobalt_stream *s = q->drv_priv; in cobalt_queue_setup() local 71 struct cobalt_stream *s = vb->vb2_queue->drv_priv; in cobalt_buf_init() local 107 struct cobalt_stream *s = vb->vb2_queue->drv_priv; in cobalt_buf_cleanup() local 116 struct cobalt_stream *s = vb->vb2_queue->drv_priv; in cobalt_buf_prepare() local 123 static void chain_all_buffers(struct cobalt_stream *s) in chain_all_buffers() 143 struct cobalt_stream *s = q->drv_priv; in cobalt_buf_queue() local 158 static void cobalt_enable_output(struct cobalt_stream *s) in cobalt_enable_output() 213 static void cobalt_enable_input(struct cobalt_stream *s) in cobalt_enable_input() 263 static void cobalt_dma_start_streaming(struct cobalt_stream *s) in cobalt_dma_start_streaming() 295 struct cobalt_stream *s = q->drv_priv; in cobalt_start_streaming() local [all …]
|
D | cobalt-alsa-main.c | 56 static int snd_cobalt_card_create(struct cobalt_stream *s, in snd_cobalt_card_create() 75 struct cobalt_stream *s = cobsc->s; in snd_cobalt_card_set_names() local 94 int cobalt_alsa_init(struct cobalt_stream *s) in cobalt_alsa_init() 155 void cobalt_alsa_exit(struct cobalt_stream *s) in cobalt_alsa_exit()
|
/linux-4.4.14/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.4.14/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() 354 struct comedi_subdevice *s) in dio200_subdev_intr_cancel() 369 struct comedi_subdevice *s, in dio200_subdev_intr_cmdtest() 419 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 | comedi_test.c | 93 struct comedi_subdevice *s = dev->read_subdev; in fake_sawtooth() local 125 struct comedi_subdevice *s = dev->read_subdev; in fake_squarewave() local 187 struct comedi_subdevice *s = dev->read_subdev; in waveform_ai_timer() local 239 struct comedi_subdevice *s, in waveform_ai_cmdtest() 340 struct comedi_subdevice *s) in waveform_ai_cmd() 399 struct comedi_subdevice *s) in waveform_ai_cancel() 412 struct comedi_subdevice *s, in waveform_ai_insn_read() 432 struct comedi_subdevice *s = dev->write_subdev; in waveform_ao_timer() local 506 struct comedi_subdevice *s, in waveform_ao_inttrig_start() 532 struct comedi_subdevice *s, in waveform_ao_cmdtest() [all …]
|
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 | addi_apci_1032.c | 113 struct comedi_subdevice *s, in apci1032_cos_insn_config() 181 struct comedi_subdevice *s, in apci1032_cos_insn_bits() 191 struct comedi_subdevice *s, in apci1032_cos_cmdtest() 235 struct comedi_subdevice *s) in apci1032_cos_cmd() 253 struct comedi_subdevice *s) in apci1032_cos_cancel() 262 struct comedi_subdevice *s = dev->read_subdev; in apci1032_interrupt() local 289 struct comedi_subdevice *s, in apci1032_di_insn_bits() 303 struct comedi_subdevice *s; in apci1032_auto_attach() local
|
D | pcl711.c | 173 struct comedi_subdevice *s) in pcl711_ai_get_sample() 184 struct comedi_subdevice *s) in pcl711_ai_cancel() 194 struct comedi_subdevice *s = dev->read_subdev; in pcl711_interrupt() local 219 struct comedi_subdevice *s, in pcl711_set_changain() 245 struct comedi_subdevice *s, in pcl711_ai_eoc() 258 struct comedi_subdevice *s, in pcl711_ai_insn_read() 283 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl711_ai_cmdtest() 348 static int pcl711_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl711_ai_cmd() 374 struct comedi_subdevice *s, in pcl711_ao_insn_write() 392 struct comedi_subdevice *s, in pcl711_di_insn_bits() [all …]
|
D | ni_mio_common.c | 938 struct comedi_subdevice *s = dev->read_subdev; in ni_sync_ai_dma() local 985 struct comedi_subdevice *s = dev->write_subdev; in mite_handle_b_linkc() local 1020 struct comedi_subdevice *s, int n) in ni_ao_fifo_load() 1062 struct comedi_subdevice *s) in ni_ao_fifo_half_empty() 1084 struct comedi_subdevice *s) in ni_ao_prep_fifo() 1111 struct comedi_subdevice *s, int n) in ni_ai_fifo_read() 1171 struct comedi_subdevice *s = dev->read_subdev; in ni_handle_fifo_half_full() local 1186 struct comedi_subdevice *s = dev->read_subdev; in ni_handle_fifo_dregs() local 1248 struct comedi_subdevice *s = dev->read_subdev; in get_last_sample_611x() local 1266 struct comedi_subdevice *s = dev->read_subdev; in get_last_sample_6143() local [all …]
|
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() 639 struct comedi_subdevice *s, in usbdux_ai_inttrig() 669 static int usbdux_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in usbdux_ai_cmd() 746 struct comedi_subdevice *s, in usbdux_ai_insn_read() [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 | 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 | pcl816.c | 112 struct comedi_subdevice *s, in pcl816_ai_setup_dma() 186 struct comedi_subdevice *s) in pcl816_ai_get_sample() 197 struct comedi_subdevice *s, in pcl816_ai_eoc() 210 struct comedi_subdevice *s) in pcl816_ai_next_chan() 224 struct comedi_subdevice *s, in transfer_from_dma_buf() 243 struct comedi_subdevice *s = dev->read_subdev; in pcl816_interrupt() local 279 struct comedi_subdevice *s, in check_channel_list() 335 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl816_ai_cmdtest() 404 static int pcl816_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl816_ai_cmd() 449 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 | pcl818.c | 301 struct comedi_subdevice *s, in pcl818_ai_setup_dma() 381 struct comedi_subdevice *s, in pcl818_ai_get_fifo_sample() 396 struct comedi_subdevice *s, in pcl818_ai_get_sample() 411 struct comedi_subdevice *s, in pcl818_ai_eoc() 424 struct comedi_subdevice *s, in pcl818_ai_write_sample() 458 struct comedi_subdevice *s) in pcl818_handle_eoc() 474 struct comedi_subdevice *s) in pcl818_handle_dma() 499 struct comedi_subdevice *s) in pcl818_handle_fifo() 537 struct comedi_subdevice *s = dev->read_subdev; in pcl818_interrupt() local 571 struct comedi_subdevice *s, in check_channel_list() [all …]
|
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 458 static int das16m1_poll(struct comedi_device *dev, struct comedi_subdevice *s) in das16m1_poll() [all …]
|
D | usbduxsigma.c | 198 struct comedi_subdevice *s) in usbduxsigma_ai_cancel() 211 struct comedi_subdevice *s, in usbduxsigma_ai_handle_urb() 263 struct comedi_subdevice *s = dev->read_subdev; in usbduxsigma_ai_urb_complete() local 324 struct comedi_subdevice *s) in usbduxsigma_ao_cancel() 337 struct comedi_subdevice *s, in usbduxsigma_ao_handle_urb() 402 struct comedi_subdevice *s = dev->write_subdev; in usbduxsigma_ao_urb_complete() local 478 struct comedi_subdevice *s, in usbduxsigma_ai_cmdtest() 602 struct comedi_subdevice *s, in usbduxsigma_ai_inttrig() 630 struct comedi_subdevice *s) in usbduxsigma_ai_cmd() 703 struct comedi_subdevice *s, in usbduxsigma_ai_insn_read() [all …]
|
D | multiq3.c | 91 struct comedi_subdevice *s, in multiq3_ai_status() 104 struct comedi_subdevice *s, in multiq3_ai_insn_read() 141 struct comedi_subdevice *s, in multiq3_ao_insn_write() 162 struct comedi_subdevice *s, in multiq3_di_insn_bits() 171 struct comedi_subdevice *s, in multiq3_do_insn_bits() 184 struct comedi_subdevice *s, in multiq3_encoder_insn_read() 243 struct comedi_subdevice *s, in multiq3_encoder_insn_config() 263 struct comedi_subdevice *s; in multiq3_attach() local
|
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 | addi_apci_1564.c | 163 struct comedi_subdevice *s = dev->read_subdev; in apci1564_interrupt() local 221 struct comedi_subdevice *s, in apci1564_di_insn_bits() 231 struct comedi_subdevice *s, in apci1564_do_insn_bits() 246 struct comedi_subdevice *s, in apci1564_diag_insn_bits() 286 struct comedi_subdevice *s, in apci1564_cos_insn_config() 354 struct comedi_subdevice *s, in apci1564_cos_insn_bits() 364 struct comedi_subdevice *s, in apci1564_cos_cmdtest() 408 struct comedi_subdevice *s) in apci1564_cos_cmd() 426 struct comedi_subdevice *s) in apci1564_cos_cancel() 441 struct comedi_subdevice *s; in apci1564_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 | adl_pci9111.c | 194 struct comedi_subdevice *s) in pci9111_ai_cancel() 211 struct comedi_subdevice *s, in pci9111_ai_check_chanlist() 246 struct comedi_subdevice *s, in pci9111_ai_do_cmd_test() 346 struct comedi_subdevice *s) in pci9111_ai_do_cmd() 400 struct comedi_subdevice *s, void *data, in pci9111_ai_munge() 416 struct comedi_subdevice *s) in pci9111_handle_fifo_half_full() 463 struct comedi_subdevice *s = dev->read_subdev; in pci9111_interrupt() local 526 struct comedi_subdevice *s, in pci9111_ai_eoc() 539 struct comedi_subdevice *s, in pci9111_ai_insn_read() 579 struct comedi_subdevice *s, in pci9111_ao_insn_write() [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 | 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 | adv_pci1710.c | 237 struct comedi_subdevice *s, in pci171x_ai_check_chanlist() 303 struct comedi_subdevice *s, in pci171x_ai_setup_chanlist() 339 struct comedi_subdevice *s, in pci171x_ai_eoc() 352 struct comedi_subdevice *s, in pci171x_ai_read_sample() 381 struct comedi_subdevice *s, in pci171x_ai_insn_read() 421 struct comedi_subdevice *s, in pci171x_ao_insn_write() 446 struct comedi_subdevice *s, in pci171x_di_insn_bits() 456 struct comedi_subdevice *s, in pci171x_do_insn_bits() 469 struct comedi_subdevice *s, in pci1720_ao_insn_write() 499 struct comedi_subdevice *s) in pci171x_ai_cancel() [all …]
|
D | pcl812.c | 525 struct comedi_subdevice *s, in pcl812_ai_setup_dma() 601 struct comedi_subdevice *s) in pcl812_ai_get_sample() 612 struct comedi_subdevice *s, in pcl812_ai_eoc() 631 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl812_ai_cmdtest() 703 static int pcl812_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl812_ai_cmd() 759 struct comedi_subdevice *s) in pcl812_ai_next_chan() 773 struct comedi_subdevice *s) in pcl812_handle_eoc() 798 struct comedi_subdevice *s, in transfer_from_dma_buf() 815 struct comedi_subdevice *s) in pcl812_handle_dma() 838 struct comedi_subdevice *s = dev->read_subdev; in pcl812_interrupt() local [all …]
|
D | comedi_8255.c | 72 struct comedi_subdevice *s, in subdev_8255_insn() 104 struct comedi_subdevice *s) in subdev_8255_do_config() 125 struct comedi_subdevice *s, in subdev_8255_insn_config() 152 struct comedi_subdevice *s, in __subdev_8255_init() 212 int subdev_8255_init(struct comedi_device *dev, struct comedi_subdevice *s, in subdev_8255_init() 247 int subdev_8255_mm_init(struct comedi_device *dev, struct comedi_subdevice *s, in subdev_8255_mm_init() 264 unsigned long subdev_8255_regbase(struct comedi_subdevice *s) in subdev_8255_regbase()
|
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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() 162 static int ni_tio_cmd_setup(struct comedi_subdevice *s) in ni_tio_cmd_setup() 188 int ni_tio_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in ni_tio_cmd() 218 struct comedi_subdevice *s, in ni_tio_cmdtest() 408 struct comedi_subdevice *s) in ni_tio_handle_interrupt()
|
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 | das08.c | 165 struct comedi_subdevice *s, in das08_ai_eoc() 178 struct comedi_subdevice *s, in das08_ai_insn_read() 261 struct comedi_subdevice *s, in das08_di_insn_bits() 271 struct comedi_subdevice *s, in das08_do_insn_bits() 291 struct comedi_subdevice *s, in das08jr_di_insn_bits() 301 struct comedi_subdevice *s, in das08jr_do_insn_bits() 335 struct comedi_subdevice *s, in das08_ao_insn_write() 356 struct comedi_subdevice *s; in das08_common_attach() local
|
D | cb_pcidas.c | 320 struct comedi_subdevice *s, in cb_pcidas_ai_eoc() 334 struct comedi_subdevice *s, in cb_pcidas_ai_insn_read() 387 struct comedi_subdevice *s, in cb_pcidas_ai_insn_config() 413 struct comedi_subdevice *s, in cb_pcidas_ao_nofifo_insn_write() 444 struct comedi_subdevice *s, in cb_pcidas_ao_fifo_insn_write() 478 struct comedi_subdevice *s, in cb_pcidas_eeprom_ready() 492 struct comedi_subdevice *s, in cb_pcidas_eeprom_insn_read() 569 struct comedi_subdevice *s, in cb_pcidas_caldac_insn_write() 606 struct comedi_subdevice *s, in cb_pcidas_dac08_insn_write() 639 struct comedi_subdevice *s, in cb_pcidas_trimpot_insn_write() [all …]
|
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 | 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 | pcm3724.c | 62 static int compute_buffer(int config, int devno, struct comedi_subdevice *s) in compute_buffer() 87 struct comedi_subdevice *s, int chanspec) in do_3724_config() 121 static void enable_chan(struct comedi_device *dev, struct comedi_subdevice *s, in enable_chan() 160 struct comedi_subdevice *s, in subdev_3724_insn_config() 191 struct comedi_subdevice *s; in pcm3724_attach() local
|
D | adq12b.c | 103 struct comedi_subdevice *s, in adq12b_ai_eoc() 116 struct comedi_subdevice *s, in adq12b_ai_insn_read() 152 struct comedi_subdevice *s, in adq12b_di_insn_bits() 162 struct comedi_subdevice *s, in adq12b_do_insn_bits() 189 struct comedi_subdevice *s; in adq12b_attach() local
|
D | ii_pci20kc.c | 137 struct comedi_subdevice *s) in ii20k_module_iobase() 143 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() 253 struct comedi_subdevice *s) in ii20k_dio_config() 317 struct comedi_subdevice *s, in ii20k_dio_insn_config() 344 struct comedi_subdevice *s, in ii20k_dio_insn_bits() 375 struct comedi_subdevice *s) in ii20k_init_module() 417 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() 660 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 | 287 struct comedi_subdevice *s, in pci9118_ai_check_chanlist() 327 struct comedi_subdevice *s, in pci9118_set_chanlist() 405 struct comedi_subdevice *s, in pci9118_ai_samples_ready() 461 struct comedi_subdevice *s, in pci9118_ai_dma_xfer() 529 struct comedi_subdevice *s, in pci9118_calc_divisors() 562 struct comedi_subdevice *s) in pci9118_ai_cancel() 598 struct comedi_subdevice *s, void *data, in pci9118_ai_munge() 618 struct comedi_subdevice *s) in pci9118_ai_get_onesample() 635 struct comedi_subdevice *s) in pci9118_ai_get_dma() 678 struct comedi_subdevice *s = dev->read_subdev; in pci9118_interrupt() local [all …]
|
D | icp_multi.c | 98 struct comedi_subdevice *s, in icp_multi_ai_eoc() 111 struct comedi_subdevice *s, in icp_multi_ai_insn_read() 151 struct comedi_subdevice *s, in icp_multi_ao_ready() 164 struct comedi_subdevice *s, in icp_multi_ao_insn_write() 200 struct comedi_subdevice *s, in icp_multi_di_insn_bits() 210 struct comedi_subdevice *s, in icp_multi_do_insn_bits() 256 struct comedi_subdevice *s; in icp_multi_auto_attach() local
|
D | ke_counter.c | 51 struct comedi_subdevice *s, in ke_counter_insn_write() 73 struct comedi_subdevice *s, in ke_counter_insn_read() 105 struct comedi_subdevice *s, in ke_counter_insn_config() 158 struct comedi_subdevice *s, in ke_counter_do_insn_bits() 174 struct comedi_subdevice *s; in ke_counter_auto_attach() local
|
D | quatech_daqp_cs.c | 178 struct comedi_subdevice *s) in daqp_ai_cancel() 197 struct comedi_subdevice *s) in daqp_ai_get_sample() 213 struct comedi_subdevice *s = dev->read_subdev; in daqp_interrupt() local 282 struct comedi_subdevice *s, in daqp_ai_eos() 295 struct comedi_subdevice *s, in daqp_ai_insn_read() 371 struct comedi_subdevice *s, in daqp_ai_cmdtest() 461 static int daqp_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in daqp_ai_cmd() 618 struct comedi_subdevice *s, in daqp_ao_empty() 631 struct comedi_subdevice *s, in daqp_ao_insn_write() 665 struct comedi_subdevice *s, in daqp_di_insn_bits() [all …]
|
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 | mf6x4.c | 94 struct comedi_subdevice *s, in mf6x4_di_insn_bits() 104 struct comedi_subdevice *s, in mf6x4_do_insn_bits() 117 struct comedi_subdevice *s, in mf6x4_ai_eoc() 131 struct comedi_subdevice *s, in mf6x4_ai_insn_read() 164 struct comedi_subdevice *s, in mf6x4_ao_insn_write() 193 struct comedi_subdevice *s; in mf6x4_auto_attach() local
|
/linux-4.4.14/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.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-debug.c | 35 static void bdisp_dbg_dump_ins(struct seq_file *s, u32 val) in bdisp_dbg_dump_ins() 110 static void bdisp_dbg_dump_tty(struct seq_file *s, u32 val) in bdisp_dbg_dump_tty() 159 static void bdisp_dbg_dump_xy(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_xy() 165 static void bdisp_dbg_dump_sz(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_sz() 171 static void bdisp_dbg_dump_sty(struct seq_file *s, in bdisp_dbg_dump_sty() 236 static void bdisp_dbg_dump_fctl(struct seq_file *s, u32 val) in bdisp_dbg_dump_fctl() 253 static void bdisp_dbg_dump_rsf(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rsf() 272 static void bdisp_dbg_dump_rzi(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rzi() 287 static void bdisp_dbg_dump_ivmx(struct seq_file *s, in bdisp_dbg_dump_ivmx() 318 static int bdisp_dbg_last_nodes(struct seq_file *s, void *data) in bdisp_dbg_last_nodes() [all …]
|
/linux-4.4.14/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() 133 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock) in hpfs_load_hotfix_map() 163 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 220 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() 255 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() 321 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
|
D | buffer.c | 13 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map() 25 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) in hpfs_search_hotfix_map_for_range() 37 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() 70 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() 92 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() 113 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, in hpfs_map_4sectors() 167 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 | 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
|
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 449 static int hpfs_remount_fs(struct super_block *s, int *flags, char *data) in hpfs_remount_fs() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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() 146 int ro_step(struct ro_spine *s, dm_block_t new_child) in ro_step() 163 void ro_pop(struct ro_spine *s) in ro_pop() 170 struct btree_node *ro_node(struct ro_spine *s) in ro_node() 182 void init_shadow_spine(struct shadow_spine *s, struct dm_btree_info *info) in init_shadow_spine() 188 int exit_shadow_spine(struct shadow_spine *s) in exit_shadow_spine() 199 int shadow_step(struct shadow_spine *s, dm_block_t b, in shadow_step() 221 struct dm_block *shadow_current(struct shadow_spine *s) in shadow_current() 228 struct dm_block *shadow_parent(struct shadow_spine *s) in shadow_parent() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/media/usb/airspy/ |
D | airspy.c | 172 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index, in airspy_ctrl_msg() 226 static struct airspy_frame_buf *airspy_get_next_fill_buf(struct airspy *s) in airspy_get_next_fill_buf() 243 static unsigned int airspy_convert_stream(struct airspy *s, in airspy_convert_stream() 281 struct airspy *s = urb->context; in airspy_urb_complete() local 327 static int airspy_kill_urbs(struct airspy *s) in airspy_kill_urbs() 341 static int airspy_submit_urbs(struct airspy *s) in airspy_submit_urbs() 360 static int airspy_free_stream_bufs(struct airspy *s) in airspy_free_stream_bufs() 376 static int airspy_alloc_stream_bufs(struct airspy *s) in airspy_alloc_stream_bufs() 403 static int airspy_free_urbs(struct airspy *s) in airspy_free_urbs() 421 static int airspy_alloc_urbs(struct airspy *s) in airspy_alloc_urbs() [all …]
|
/linux-4.4.14/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 | 67 static int reiserfs_sync_fs(struct super_block *s, int wait) in reiserfs_sync_fs() 87 struct super_block *s; in flush_old_commits() local 99 void reiserfs_schedule_old_flush(struct super_block *s) in reiserfs_schedule_old_flush() 120 static void cancel_old_flush(struct super_block *s) in cancel_old_flush() 130 static int reiserfs_freeze(struct super_block *s) in reiserfs_freeze() 153 static int reiserfs_unfreeze(struct super_block *s) in reiserfs_unfreeze() 170 static int remove_save_link_only(struct super_block *s, in remove_save_link_only() 194 static int finish_unfinished(struct super_block *s) in finish_unfinished() 517 static void reiserfs_kill_sb(struct super_block *s) in reiserfs_kill_sb() 540 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.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | subdev.h | 35 #define nvkm_printk_(s,l,p,f,a...) do { \ argument 42 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument 43 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument 44 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument 45 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument 46 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument 47 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument 48 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument 49 #define nvkm_spam(s,f,a...) nvkm_printk((s), SPAM, dbg, f, ##a) argument
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | amdtp-dot.c | 117 int amdtp_dot_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_dot_set_parameters() 154 static void write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, in write_pcm_s32() 180 static void write_pcm_s16(struct amdtp_stream *s, struct snd_pcm_substream *pcm, in write_pcm_s16() 206 static void read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, in read_pcm_s32() 231 static void write_pcm_silence(struct amdtp_stream *s, __be32 *buffer, in write_pcm_silence() 247 static bool midi_ratelimit_per_packet(struct amdtp_stream *s, unsigned int port) in midi_ratelimit_per_packet() 263 static inline void midi_use_bytes(struct amdtp_stream *s, in midi_use_bytes() 271 static void write_midi_messages(struct amdtp_stream *s, __be32 *buffer, in write_midi_messages() 303 static void read_midi_messages(struct amdtp_stream *s, __be32 *buffer, in read_midi_messages() 322 int amdtp_dot_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_dot_add_pcm_hw_constraints() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/sound/firewire/tascam/ |
D | amdtp-tascam.c | 23 int amdtp_tscm_set_parameters(struct amdtp_stream *s, unsigned int rate) in amdtp_tscm_set_parameters() 40 static void write_pcm_s32(struct amdtp_stream *s, in write_pcm_s32() 65 static void write_pcm_s16(struct amdtp_stream *s, in write_pcm_s16() 90 static void read_pcm_s32(struct amdtp_stream *s, in read_pcm_s32() 118 static void write_pcm_silence(struct amdtp_stream *s, __be32 *buffer, in write_pcm_silence() 133 int amdtp_tscm_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_tscm_add_pcm_hw_constraints() 149 void amdtp_tscm_set_pcm_format(struct amdtp_stream *s, snd_pcm_format_t format) in amdtp_tscm_set_pcm_format() 176 static unsigned int process_tx_data_blocks(struct amdtp_stream *s, in process_tx_data_blocks() 193 static unsigned int process_rx_data_blocks(struct amdtp_stream *s, in process_rx_data_blocks() 213 int amdtp_tscm_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_tscm_init()
|
/linux-4.4.14/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 324 struct tipc_server *s = con->server; in tipc_create_listen_sock() local 384 static int tipc_open_listening_sock(struct tipc_server *s) in tipc_open_listening_sock() 445 int tipc_conn_sendmsg(struct tipc_server *s, int conid, in tipc_conn_sendmsg() 477 void tipc_conn_terminate(struct tipc_server *s, int conid) in tipc_conn_terminate() 491 struct tipc_server *s = con->server; in tipc_send_to_sock() local [all …]
|
/linux-4.4.14/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_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 115 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 119 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 120 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 121 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 122 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument 123 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument 124 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .va… argument [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-snap.c | 151 struct dm_dev *dm_snap_origin(struct dm_snapshot *s) in dm_snap_origin() 157 struct dm_dev *dm_snap_cow(struct dm_snapshot *s) in dm_snap_cow() 237 static void track_chunk(struct dm_snapshot *s, struct bio *bio, chunk_t chunk) in track_chunk() 249 static void stop_tracking_chunk(struct dm_snapshot *s, struct bio *bio) in stop_tracking_chunk() 259 static int __chunk_is_tracked(struct dm_snapshot *s, chunk_t chunk) in __chunk_is_tracked() 283 static void __check_for_conflicting_io(struct dm_snapshot *s, chunk_t chunk) in __check_for_conflicting_io() 428 struct dm_snapshot *s; in __find_snapshots_sharing_cow() local 509 static void __insert_snapshot(struct origin *o, struct dm_snapshot *s) in __insert_snapshot() 571 static void reregister_snapshot(struct dm_snapshot *s) in reregister_snapshot() 583 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
|
D | dm-stats.c | 176 struct dm_stat *s = container_of(head, struct dm_stat, rcu_head); in dm_stat_free() local 212 struct dm_stat *s; in dm_stats_cleanup() local 246 struct dm_stat *s, *tmp_s; in dm_stats_create() local 397 struct dm_stat *s; in __dm_stats_find() local 411 struct dm_stat *s; in dm_stats_delete() local 447 struct dm_stat *s; in dm_stats_list() local 485 static void dm_stat_round(struct dm_stat *s, struct dm_stat_shared *shared, in dm_stat_round() 516 static void dm_stat_for_entry(struct dm_stat *s, size_t entry, in dm_stat_for_entry() 587 static void __dm_stat_bio(struct dm_stat *s, unsigned long bi_rw, in __dm_stat_bio() 630 struct dm_stat *s; in dm_stats_account_io() local [all …]
|
/linux-4.4.14/drivers/md/bcache/ |
D | request.c | 484 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() local 510 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() local 575 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup() local 599 struct search *s = container_of(cl, struct search, cl); in request_endio() local 609 static void bio_complete(struct search *s) in bio_complete() 622 static void do_bio_hook(struct search *s, struct bio *orig_bio) in do_bio_hook() 636 struct search *s = container_of(cl, struct search, cl); in search_free() local 649 struct search *s; in search_alloc() local 681 struct search *s = container_of(cl, struct search, cl); in cached_dev_bio_complete() local 692 struct search *s = container_of(cl, struct search, cl); in cached_dev_cache_miss_done() local [all …]
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | debugfs.c | 109 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start() 120 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next() 131 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) in _opcode_stats_seq_stop() 137 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show() 164 static void *_ctx_stats_seq_start(struct seq_file *s, loff_t *pos) in _ctx_stats_seq_start() 176 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _ctx_stats_seq_next() 190 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) in _ctx_stats_seq_stop() 195 static int _ctx_stats_seq_show(struct seq_file *s, void *v) in _ctx_stats_seq_show() 228 static void *_qp_stats_seq_start(struct seq_file *s, loff_t *pos) in _qp_stats_seq_start() 249 static void *_qp_stats_seq_next(struct seq_file *s, void *iter_ptr, in _qp_stats_seq_next() [all …]
|
/linux-4.4.14/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.4.14/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 317 struct ip_vs_sh_state *s; in ip_vs_sh_schedule() local
|
/linux-4.4.14/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.4.14/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() 332 struct saa6588 *s = container_of(work, struct saa6588, work.work); in saa6588_work() local 338 static void saa6588_configure(struct saa6588 *s) in saa6588_configure() 397 struct saa6588 *s = to_saa6588(sd); in saa6588_ioctl() local 429 struct saa6588 *s = to_saa6588(sd); in saa6588_g_tuner() local 439 struct saa6588 *s = to_saa6588(sd); in saa6588_s_tuner() local 466 struct saa6588 *s; in saa6588_probe() local [all …]
|
/linux-4.4.14/drivers/staging/comedi/drivers/addi-data/ |
D | hwdrv_apci1564.c | 2 struct comedi_subdevice *s, in apci1564_timer_insn_config() 55 struct comedi_subdevice *s, in apci1564_timer_insn_write() 78 struct comedi_subdevice *s, in apci1564_timer_insn_read() 95 struct comedi_subdevice *s, in apci1564_counter_insn_config() 140 struct comedi_subdevice *s, in apci1564_counter_insn_write() 168 struct comedi_subdevice *s, in apci1564_counter_insn_read()
|
D | hwdrv_apci3501.c | 20 struct comedi_subdevice *s, in apci3501_config_insn_timer() 86 struct comedi_subdevice *s, in apci3501_write_insn_timer() 126 struct comedi_subdevice *s, in apci3501_read_insn_timer()
|
/linux-4.4.14/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.4.14/fs/ |
D | super.c | 140 struct super_block *s = container_of(work, struct super_block, in destroy_super_work() local 151 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() local 162 static void destroy_super(struct super_block *s) in destroy_super() 183 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local 295 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super() 328 void deactivate_super(struct super_block *s) in deactivate_super() 351 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super() 459 struct super_block *s = NULL; in sget() local 636 struct super_block *s = get_super(bdev); in get_super_thawed() local 885 int set_anon_super(struct super_block *s, void *data) in set_anon_super() [all …]
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | debug.c | 24 static int ci_device_show(struct seq_file *s, void *data) in ci_device_show() 64 static int ci_port_test_show(struct seq_file *s, void *data) in ci_port_test_show() 87 struct seq_file *s = file->private_data; in ci_port_test_write() local 129 static int ci_qheads_show(struct seq_file *s, void *data) in ci_qheads_show() 172 static int ci_requests_show(struct seq_file *s, void *data) in ci_requests_show() 220 static int ci_otg_show(struct seq_file *s, void *unused) in ci_otg_show() 294 static int ci_role_show(struct seq_file *s, void *data) in ci_role_show() 306 struct seq_file *s = file->private_data; in ci_role_write() local 347 static int ci_registers_show(struct seq_file *s, void *unused) in ci_registers_show()
|
/linux-4.4.14/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.4.14/arch/x86/kernel/fpu/ |
D | init.c | 264 static int __init eager_fpu_setup(char *s) in eager_fpu_setup() 342 static int __init no_387(char *s) in no_387() 352 static int __init x86_noxsave_setup(char *s) in x86_noxsave_setup() 366 static int __init x86_noxsaveopt_setup(char *s) in x86_noxsaveopt_setup() 377 static int __init x86_noxsaves_setup(char *s) in x86_noxsaves_setup() 388 static int __init x86_nofxsr_setup(char *s) in x86_nofxsr_setup()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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() 48 static void fm10k_dbg_desc_seq_stop(struct seq_file __always_unused *s, in fm10k_dbg_desc_seq_stop() 54 static void fm10k_dbg_desc_break(struct seq_file *s, int i) in fm10k_dbg_desc_break() 62 static int fm10k_dbg_tx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_tx_desc_seq_show() 89 static int fm10k_dbg_rx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_rx_desc_seq_show()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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
|
/linux-4.4.14/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_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() 166 static inline void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() 173 static void ct_show_delta_time(struct seq_file *s, const struct nf_conn *ct) in ct_show_delta_time() 194 ct_show_delta_time(struct seq_file *s, const struct nf_conn *ct) in ct_show_delta_time() 200 static int ct_seq_show(struct seq_file *s, void *v) in ct_seq_show()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/arc/include/asm/ |
D | tlbflush.h | 24 #define flush_tlb_range(vma, s, e) local_flush_tlb_range(vma, s, e) argument 26 #define flush_tlb_kernel_range(s, e) local_flush_tlb_kernel_range(s, e) argument 29 #define flush_pmd_tlb_range(vma, s, e) local_flush_pmd_tlb_range(vma, s, e) argument
|
/linux-4.4.14/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.4.14/drivers/misc/mic/scif/ |
D | scif_debugfs.c | 27 static int scif_dev_test(struct seq_file *s, void *unused) in scif_dev_test() 65 static void scif_display_window(struct scif_window *window, struct seq_file *s) in scif_display_window() 96 static void scif_display_all_windows(struct list_head *head, struct seq_file *s) in scif_display_all_windows() 107 static int scif_rma_test(struct seq_file *s, void *unused) in scif_rma_test()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_debugfs.c | 111 static int musb_regdump_show(struct seq_file *s, void *unused) in musb_regdump_show() 143 static int musb_test_mode_show(struct seq_file *s, void *unused) in musb_test_mode_show() 192 struct seq_file *s = file->private_data; in musb_test_mode_write() local 248 static int musb_softconnect_show(struct seq_file *s, void *unused) in musb_softconnect_show() 277 struct seq_file *s = file->private_data; in musb_softconnect_write() local
|
/linux-4.4.14/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.4.14/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.4.14/fs/qnx6/ |
D | dir.c | 49 u32 s = fs32_to_cpu(sbi, de->de_long_inode); /* in block units */ in qnx6_longname() local 67 struct super_block *s = inode->i_sb; in qnx6_dir_longfilename() local 114 struct super_block *s = inode->i_sb; in qnx6_readdir() local 177 struct super_block *s = dir->i_sb; in qnx6_long_match() local 202 static unsigned qnx6_match(struct super_block *s, int len, const char *name, in qnx6_match() 215 struct super_block *s = dir->i_sb; in qnx6_find_entry() local
|
/linux-4.4.14/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
|