Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 1923) sorted by relevance

12345678910>>...77

/linux-3.3/drivers/net/ethernet/i825xx/
Deexpress.h71 #define SCB_complete(s) (((s) & 0x8000) != 0) argument
72 #define SCB_rxdframe(s) (((s) & 0x4000) != 0) argument
73 #define SCB_CUdead(s) (((s) & 0x2000) != 0) argument
74 #define SCB_RUdead(s) (((s) & 0x1000) != 0) argument
75 #define SCB_ack(s) ((s) & 0xf000) argument
78 #define SCB_CUstat(s) (((s)&0x0300)>>8) argument
81 #define SCB_RUstat(s) (((s)&0x0070)>>4) argument
101 #define Stat_Done(s) (((s) & 0x8000) != 0) argument
102 #define Stat_Busy(s) (((s) & 0x4000) != 0) argument
103 #define Stat_OK(s) (((s) & 0x2000) != 0) argument
[all …]
/linux-3.3/mm/
Dslub.c114 static inline int kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug()
217 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; } in sysfs_slab_add()
218 static inline int sysfs_slab_alias(struct kmem_cache *s, const char *p) in sysfs_slab_alias()
220 static inline void sysfs_slab_remove(struct kmem_cache *s) in sysfs_slab_remove()
228 static inline void stat(const struct kmem_cache *s, enum stat_item si) in stat()
244 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node()
250 static inline int check_valid_pointer(struct kmem_cache *s, in check_valid_pointer()
267 static inline void *get_freepointer(struct kmem_cache *s, void *object) in get_freepointer()
272 static inline void *get_freepointer_safe(struct kmem_cache *s, void *object) in get_freepointer_safe()
284 static inline void set_freepointer(struct kmem_cache *s, void *object, void *fp) in set_freepointer()
[all …]
/linux-3.3/drivers/media/video/ivtv/
Divtv-queue.h30 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()
Divtv-irq.c44 struct ivtv_stream *s = &itv->streams[itv->cur_pio_stream]; in ivtv_pio_work_handler() local
92 static int stream_enc_dma_append(struct ivtv_stream *s, u32 data[CX2341X_MBOX_MAX_DATA]) in stream_enc_dma_append()
227 static void dma_post(struct ivtv_stream *s) in dma_post()
301 void ivtv_dma_stream_dec_prepare(struct ivtv_stream *s, u32 offset, int lock) in ivtv_dma_stream_dec_prepare()
374 static void ivtv_dma_enc_start_xfer(struct ivtv_stream *s) in ivtv_dma_enc_start_xfer()
390 static void ivtv_dma_dec_start_xfer(struct ivtv_stream *s) in ivtv_dma_dec_start_xfer()
407 static void ivtv_dma_enc_start(struct ivtv_stream *s) in ivtv_dma_enc_start()
468 static void ivtv_dma_dec_start(struct ivtv_stream *s) in ivtv_dma_dec_start()
489 struct ivtv_stream *s = NULL; in ivtv_irq_dma_read() local
555 struct ivtv_stream *s; in ivtv_irq_enc_dma_complete() local
[all …]
/linux-3.3/include/linux/
Dtrace_seq.h21 trace_seq_init(struct trace_seq *s) in trace_seq_init()
50 static inline int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
55 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
60 static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
64 static inline ssize_t trace_seq_to_user(struct trace_seq *s, char __user *ubuf, in trace_seq_to_user()
69 static inline int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
73 static inline int trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
78 trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len) in trace_seq_putmem()
82 static inline int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, in trace_seq_putmem_hex()
87 static inline void *trace_seq_reserve(struct trace_seq *s, size_t len) in trace_seq_reserve()
[all …]
/linux-3.3/drivers/tty/serial/
Dmax3107.c74 static u32 get_new_brg(int baud, struct max3107_port *s) in get_new_brg()
88 int max3107_rw(struct max3107_port *s, u8 *tx, u8 *rx, int len) in max3107_rw()
136 static void put_data_to_circ_buf(struct max3107_port *s, unsigned char *data, in put_data_to_circ_buf()
156 static void max3107_handlerx(struct max3107_port *s, u16 rxlvl) in max3107_handlerx()
237 static void max3107_handletx(struct max3107_port *s) in max3107_handletx()
331 static u16 handle_interrupt(struct max3107_port *s) in handle_interrupt()
393 static void max3107_dowork(struct max3107_port *s) in max3107_dowork()
404 struct max3107_port *s = container_of(w, struct max3107_port, work); in max3107_work() local
480 static void max3107_set_sleep(struct max3107_port *s, int mode) in max3107_set_sleep()
518 static void max3107_register_init(struct max3107_port *s) in max3107_register_init()
[all …]
Dmax3100.c144 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()
189 struct max3100_port *s = (struct max3100_port *)data; in max3100_timeout() local
197 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr()
222 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx()
264 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work() local
333 struct max3100_port *s = dev_id; in max3100_irq() local
343 struct max3100_port *s = container_of(port, in max3100_enable_ms() local
[all …]
/linux-3.3/net/bluetooth/bnep/
Dcore.c67 struct bnep_session *s; in __bnep_get_session() local
78 static void __bnep_link_session(struct bnep_session *s) in __bnep_link_session()
83 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_unlink_session()
88 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send()
96 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send_rsp()
106 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_set_default_proto_filter()
120 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_ctrl_set_netfilter()
166 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_mcfilter()
227 static int bnep_rx_control(struct bnep_session *s, void *data, int len) in bnep_rx_control()
268 static int bnep_rx_extension(struct bnep_session *s, struct sk_buff *skb) in bnep_rx_extension()
[all …]
/linux-3.3/arch/alpha/lib/
Dmemcpy.c24 #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-3.3/arch/x86/kvm/
Di8259.c42 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()
193 struct kvm_pic *s = opaque; in kvm_pic_set_irq() local
211 static inline void pic_intack(struct kvm_kpic_state *s, int irq) in pic_intack()
[all …]
/linux-3.3/drivers/media/video/cx18/
Dcx18-streams.c103 struct cx18_stream *s, struct cx18_videobuf_buffer *buf) in cx18_dma_free()
111 struct cx18_stream *s, in cx18_prepare_buffer()
191 struct cx18_stream *s = q->priv_data; in buffer_setup() local
213 struct cx18_stream *s = q->priv_data; in buffer_prepare() local
225 struct cx18_stream *s = q->priv_data; in buffer_release() local
234 struct cx18_stream *s = q->priv_data; in buffer_queue() local
250 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init() local
308 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev() local
411 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev() local
557 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup()
[all …]
Dcx18-queue.c57 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 …]
/linux-3.3/lib/
Dkstrtox.c23 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()
107 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull()
115 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
140 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
156 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
171 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
186 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
201 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
[all …]
/linux-3.3/lib/zlib_deflate/
Ddeflate.c142 #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
303 deflate_state *s; in zlib_deflateReset() local
374 deflate_state *s, in putShortMSB()
392 deflate_state *s = (deflate_state *) strm->state; in flush_pending() local
418 deflate_state *s; in zlib_deflate() local
555 deflate_state *s; in zlib_deflateEnd() local
663 deflate_state *s in lm_init()
[all …]
Ddeftree.c156 # 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-3.3/sound/firewire/
Damdtp.c40 int amdtp_out_stream_init(struct amdtp_out_stream *s, struct fw_unit *unit, in amdtp_out_stream_init()
60 void amdtp_out_stream_destroy(struct amdtp_out_stream *s) in amdtp_out_stream_destroy()
76 void amdtp_out_stream_set_rate(struct amdtp_out_stream *s, unsigned int rate) in amdtp_out_stream_set_rate()
113 unsigned int amdtp_out_stream_get_max_payload(struct amdtp_out_stream *s) in amdtp_out_stream_get_max_payload()
147 void amdtp_out_stream_set_pcm_format(struct amdtp_out_stream *s, in amdtp_out_stream_set_pcm_format()
167 static unsigned int calculate_data_blocks(struct amdtp_out_stream *s) in calculate_data_blocks()
200 static unsigned int calculate_syt(struct amdtp_out_stream *s, in calculate_syt()
243 static void amdtp_write_s32(struct amdtp_out_stream *s, in amdtp_write_s32()
269 static void amdtp_write_s16(struct amdtp_out_stream *s, in amdtp_write_s16()
295 static void amdtp_fill_pcm_silence(struct amdtp_out_stream *s, in amdtp_fill_pcm_silence()
[all …]
/linux-3.3/drivers/acpi/acpica/
Dacmacros.h91 #define ACPI_MOVE_16_TO_16(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[1];\ argument
94 #define ACPI_MOVE_16_TO_32(d, s) {(*(u32 *)(void *)(d))=0;\ argument
98 #define ACPI_MOVE_16_TO_64(d, s) {(*(u64 *)(void *)(d))=0;\ argument
104 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument
106 #define ACPI_MOVE_32_TO_32(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[3];\ argument
111 #define ACPI_MOVE_32_TO_64(d, s) {(*(u64 *)(void *)(d))=0;\ argument
119 #define ACPI_MOVE_64_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument
121 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */ argument
123 #define ACPI_MOVE_64_TO_64(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[7];\ argument
142 #define ACPI_MOVE_16_TO_16(d, s) *(u16 *)(void *)(d) = *(u16 *)(void *)(s) argument
[all …]
/linux-3.3/drivers/pcmcia/
Dpcmcia_resource.c41 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 …]
Dsocket_sysfs.c40 struct pcmcia_socket *s = to_socket(dev); in pccard_show_type() local
53 struct pcmcia_socket *s = to_socket(dev); in pccard_show_voltage() local
67 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vpp() local
77 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vcc() local
88 struct pcmcia_socket *s = to_socket(dev); in pccard_store_insert() local
104 struct pcmcia_socket *s = to_socket(dev); in pccard_show_card_pm_state() local
112 struct pcmcia_socket *s = to_socket(dev); in pccard_store_card_pm_state() local
135 struct pcmcia_socket *s = to_socket(dev); in pccard_store_eject() local
151 struct pcmcia_socket *s = to_socket(dev); in pccard_show_irq_mask() local
160 struct pcmcia_socket *s = to_socket(dev); in pccard_store_irq_mask() local
[all …]
/linux-3.3/net/bluetooth/rfcomm/
Dcore.c125 static inline void rfcomm_session_put(struct rfcomm_session *s) in rfcomm_session_put()
254 struct rfcomm_session *s = (void *) arg; in rfcomm_session_timeout() local
262 static void rfcomm_session_set_timer(struct rfcomm_session *s, long timeout) in rfcomm_session_set_timer()
270 static void rfcomm_session_clear_timer(struct rfcomm_session *s) in rfcomm_session_clear_timer()
349 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) in rfcomm_dlc_link()
363 struct rfcomm_session *s = d->session; in rfcomm_dlc_unlink() local
377 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get()
390 struct rfcomm_session *s; in __rfcomm_dlc_open() local
456 struct rfcomm_session *s = d->session; in __rfcomm_dlc_close() local
597 struct rfcomm_session *s = kzalloc(sizeof(*s), GFP_KERNEL); in rfcomm_session_add() local
[all …]
/linux-3.3/security/selinux/ss/
Dsidtab.c17 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-3.3/drivers/staging/comedi/drivers/addi-data/
Dhwdrv_apci3120.c77 int i_APCI3120_InsnConfigAnalogInput(struct comedi_device *dev, struct comedi_subdevice *s, in i_APCI3120_InsnConfigAnalogInput()
146 int i_APCI3120_InsnReadAnalogInput(struct comedi_device *dev, struct comedi_subdevice *s, in i_APCI3120_InsnReadAnalogInput()
408 int i_APCI3120_StopCyclicAcquisition(struct comedi_device *dev, struct comedi_subdevice *s) in i_APCI3120_StopCyclicAcquisition()
478 int i_APCI3120_CommandTestAnalogInput(struct comedi_device *dev, struct comedi_subdevice *s, in i_APCI3120_CommandTestAnalogInput()
636 int i_APCI3120_CommandAnalogInput(struct comedi_device *dev, struct comedi_subdevice *s) in i_APCI3120_CommandAnalogInput()
710 struct comedi_subdevice *s) in i_APCI3120_CyclicAnalogInput()
1323 int i_APCI3120_SetupChannelList(struct comedi_device *dev, struct comedi_subdevice *s, in i_APCI3120_SetupChannelList()
1454 struct comedi_subdevice *s = dev->subdevices + 0; in v_APCI3120_Interrupt() local
1659 struct comedi_subdevice *s = dev->subdevices + 0; in i_APCI3120_InterruptHandleEos() local
1701 struct comedi_subdevice *s = dev->subdevices + 0; in v_APCI3120_InterruptDma() local
[all …]
/linux-3.3/drivers/md/persistent-data/
Ddm-btree-spine.c127 void init_ro_spine(struct ro_spine *s, struct dm_btree_info *info) in init_ro_spine()
135 int exit_ro_spine(struct ro_spine *s) in exit_ro_spine()
148 int ro_step(struct ro_spine *s, dm_block_t new_child) in ro_step()
167 struct node *ro_node(struct ro_spine *s) in ro_node()
179 void init_shadow_spine(struct shadow_spine *s, struct dm_btree_info *info) in init_shadow_spine()
185 int exit_shadow_spine(struct shadow_spine *s) in exit_shadow_spine()
198 int shadow_step(struct shadow_spine *s, dm_block_t b, in shadow_step()
222 struct dm_block *shadow_current(struct shadow_spine *s) in shadow_current()
229 struct dm_block *shadow_parent(struct shadow_spine *s) in shadow_parent()
236 int shadow_has_parent(struct shadow_spine *s) in shadow_has_parent()
[all …]
/linux-3.3/drivers/net/hamradio/
Dhdlcdrv.c119 #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()
442 struct hdlcdrv_state *s = netdev_priv(dev); in hdlcdrv_open() local
479 struct hdlcdrv_state *s = netdev_priv(dev); in hdlcdrv_close() local
[all …]
/linux-3.3/arch/xtensa/variants/fsf/include/variant/
Dtie.h55 #define XCHAL_NCP_SA_LIST(s) argument
57 #define XCHAL_CP0_SA_LIST(s) argument
59 #define XCHAL_CP1_SA_LIST(s) argument
61 #define XCHAL_CP2_SA_LIST(s) argument
63 #define XCHAL_CP3_SA_LIST(s) argument
65 #define XCHAL_CP4_SA_LIST(s) argument
67 #define XCHAL_CP5_SA_LIST(s) argument
69 #define XCHAL_CP6_SA_LIST(s) argument
71 #define XCHAL_CP7_SA_LIST(s) argument

12345678910>>...77