Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 1555) sorted by relevance

12345678910>>...63

/drivers/parport/
Dieee1284_ops.c41 const void *buffer, size_t len, in parport_ieee1284_write_compat()
150 void *buffer, size_t len, in parport_ieee1284_read_nibble()
241 void *buffer, size_t len, in parport_ieee1284_read_byte()
404 const void *buffer, size_t len, in parport_ieee1284_ecp_write_data()
491 void *buffer, size_t len, int flags) in parport_ieee1284_ecp_read_data()
639 const void *buffer, size_t len, in parport_ieee1284_ecp_write_addr()
731 const void *buffer, size_t len, in parport_ieee1284_epp_write_data()
775 void *buffer, size_t len, in parport_ieee1284_epp_read_data()
819 const void *buffer, size_t len, in parport_ieee1284_epp_write_addr()
863 void *buffer, size_t len, in parport_ieee1284_epp_read_addr()
/drivers/pnp/pnpbios/
Drsparser.c57 int start, int len) in pnpbios_parse_allocated_ioresource()
69 int start, int len) in pnpbios_parse_allocated_memresource()
84 unsigned int len, tag; in pnpbios_parse_allocated_resource_data() local
221 resource_size_t min, max, align, len; in pnpbios_parse_mem_option() local
237 resource_size_t min, max, align, len; in pnpbios_parse_mem32_option() local
253 resource_size_t base, len; in pnpbios_parse_fixed_mem32_option() local
292 resource_size_t min, max, align, len; in pnpbios_parse_port_option() local
308 resource_size_t base, len; in pnpbios_parse_fixed_port_option() local
320 unsigned int len, tag; in pnpbios_parse_resource_option_data() local
435 int len, tag; in pnpbios_parse_compatible_ids() local
[all …]
/drivers/isdn/pcbit/
Dcallbacks.c47 int len; in cb_out_1() local
90 int len; in cb_out_2() local
137 int len; in cb_in_1() local
196 int len; in cb_in_2() local
222 int len; in cb_in_3() local
247 int len; in cb_disc_1() local
276 int len; in cb_disc_2() local
319 int len; in cb_selp_1() local
/drivers/mtd/
Dmtdpart.c47 static int part_read(struct mtd_info *mtd, loff_t from, size_t len, in part_read()
68 static int part_point(struct mtd_info *mtd, loff_t from, size_t len, in part_point()
80 static void part_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in part_unpoint()
109 size_t len, size_t *retlen, u_char *buf) in part_read_user_prot_reg()
117 struct otp_info *buf, size_t len) in part_get_user_prot_info()
124 size_t len, size_t *retlen, u_char *buf) in part_read_fact_prot_reg()
132 size_t len) in part_get_fact_prot_info()
138 static int part_write(struct mtd_info *mtd, loff_t to, size_t len, in part_write()
152 static int part_panic_write(struct mtd_info *mtd, loff_t to, size_t len, in part_panic_write()
182 size_t len, size_t *retlen, u_char *buf) in part_write_user_prot_reg()
[all …]
/drivers/media/dvb/dvb-core/
Ddvb_ringbuffer.c42 void dvb_ringbuffer_init(struct dvb_ringbuffer *rbuf, void *data, size_t len) in dvb_ringbuffer_init()
110 ssize_t dvb_ringbuffer_read_user(struct dvb_ringbuffer *rbuf, u8 __user *buf, size_t len) in dvb_ringbuffer_read_user()
131 void dvb_ringbuffer_read(struct dvb_ringbuffer *rbuf, u8 *buf, size_t len) in dvb_ringbuffer_read()
149 ssize_t dvb_ringbuffer_write(struct dvb_ringbuffer *rbuf, const u8 *buf, size_t len) in dvb_ringbuffer_write()
168 ssize_t dvb_ringbuffer_pkt_write(struct dvb_ringbuffer *rbuf, u8* buf, size_t len) in dvb_ringbuffer_pkt_write()
183 int offset, u8 __user *buf, size_t len) in dvb_ringbuffer_pkt_read_user()
211 int offset, u8* buf, size_t len) in dvb_ringbuffer_pkt_read()
/drivers/net/enic/
Denic_res.h43 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_ex()
65 void *os_buf, dma_addr_t dma_addr, unsigned int len, int eop) in enic_queue_wq_desc_cont()
73 dma_addr_t dma_addr, unsigned int len, int vlan_tag_insert, in enic_queue_wq_desc()
83 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_csum()
95 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_csum_l4()
106 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_tso()
118 dma_addr_t dma_addr, unsigned int len) in enic_queue_rq_desc()
/drivers/net/wan/
Dcycx_drv.c136 int cycx_setup(struct cycx_hw *hw, void *cfm, u32 len, unsigned long dpmbase) in cycx_setup()
220 int cycx_peek(struct cycx_hw *hw, u32 addr, void *buf, u32 len) in cycx_peek()
233 int cycx_poke(struct cycx_hw *hw, u32 addr, void *buf, u32 len) in cycx_poke()
303 static void cycx_reset_boot(void __iomem *addr, u8 *code, u32 len) in cycx_reset_boot()
320 static int cycx_data_boot(void __iomem *addr, u8 *code, u32 len) in cycx_data_boot()
351 static int cycx_code_boot(void __iomem *addr, u8 *code, u32 len) in cycx_code_boot()
383 static int load_cyc2x(struct cycx_hw *hw, struct cycx_firmware *cfm, u32 len) in load_cyc2x()
555 static u16 checksum(u8 *buf, u32 len) in checksum()
/drivers/mtd/devices/
Dphram.c57 static int phram_point(struct mtd_info *mtd, loff_t from, size_t len, in phram_point()
72 static void phram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in phram_unpoint()
76 static int phram_read(struct mtd_info *mtd, loff_t from, size_t len, in phram_read()
93 static int phram_write(struct mtd_info *mtd, loff_t to, size_t len, in phram_write()
123 static int register_device(char *name, unsigned long start, unsigned long len) in register_device()
203 size_t len; in parse_name() local
240 uint32_t len; in phram_setup() local
Dmtdram.c49 static int ram_point(struct mtd_info *mtd, loff_t from, size_t len, in ram_point()
64 static void ram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in ram_unpoint()
68 static int ram_read(struct mtd_info *mtd, loff_t from, size_t len, in ram_read()
80 static int ram_write(struct mtd_info *mtd, loff_t to, size_t len, in ram_write()
/drivers/usb/host/
Duhci-debug.c41 static int uhci_show_td(struct uhci_td *td, char *buf, int len, int space) in uhci_show_td()
95 static int uhci_show_urbp(struct urb_priv *urbp, char *buf, int len, int space) in uhci_show_urbp()
149 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh()
227 static int uhci_show_sc(int port, unsigned short status, char *buf, int len) in uhci_show_sc()
252 static int uhci_show_root_hub_state(struct uhci_hcd *uhci, char *buf, int len) in uhci_show_root_hub_state()
284 static int uhci_show_status(struct uhci_hcd *uhci, char *buf, int len) in uhci_show_status()
341 static int uhci_sprint_schedule(struct uhci_hcd *uhci, char *buf, int len) in uhci_sprint_schedule()
581 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh()
587 char *buf, int len) in uhci_sprint_schedule()
/drivers/rapidio/
Drio-access.c42 #define RIO_LOP_READ(size,type,len) \ argument
66 #define RIO_LOP_WRITE(size,type,len) \ argument
102 #define RIO_OP_READ(size,type,len) \ argument
126 #define RIO_OP_WRITE(size,type,len) \ argument
/drivers/parisc/
Deisa_enumerator.c84 int len; in configure_memory() local
122 int len; in configure_irq() local
153 int len; in configure_dma() local
175 int len; in configure_port() local
216 int len=0; in configure_port_init() local
281 int len; in configure_choise() local
295 int len; in configure_type_string() local
/drivers/mca/
Dmca-proc.c35 static int get_mca_info_helper(struct mca_device *mca_dev, char *page, int len) in get_mca_info_helper()
49 int i, len = 0; in get_mca_info() local
97 int len = 0, i; in mca_default_procfn() local
139 int len = 0; in get_mca_machine_info() local
157 int len = 0; in mca_read_proc() local
/drivers/mtd/lpddr/
Dlpddr_cmds.c405 unsigned long *pvec_seek, int len) in do_write_buffer()
511 static int lpddr_read(struct mtd_info *mtd, loff_t adr, size_t len, in lpddr_read()
535 static int lpddr_point(struct mtd_info *mtd, loff_t adr, size_t len, in lpddr_point()
590 static void lpddr_unpoint (struct mtd_info *mtd, loff_t adr, size_t len) in lpddr_unpoint()
631 static int lpddr_write_buffers(struct mtd_info *mtd, loff_t to, size_t len, in lpddr_write_buffers()
653 size_t len = 0; in lpddr_writev() local
694 unsigned long ofs, len; in lpddr_erase() local
721 int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) in do_xxlock()
756 static int lpddr_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in lpddr_lock()
761 static int lpddr_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in lpddr_unlock()
/drivers/media/dvb/dvb-usb/
Daf9005.c102 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write()
206 u8 * values, int len) in af9005_read_ofdm_registers()
236 u8 * values, int len) in af9005_write_ofdm_registers()
253 u8 len, u8 * value) in af9005_read_register_bits()
270 u8 len, u8 value) in af9005_write_register_bits()
287 u16 reg, u8 * values, int len) in af9005_usb_read_tuner_registers()
295 u16 reg, u8 * values, int len) in af9005_usb_write_tuner_registers()
303 u8 * values, int len) in af9005_write_tuner_registers()
356 u8 * values, int len) in af9005_read_tuner_registers()
409 u8 * data, int len) in af9005_i2c_write()
[all …]
/drivers/gpu/drm/i915/
Di915_gem_proc.c41 int len = 0; in i915_gem_active_info() local
80 int len = 0; in i915_gem_flushing_info() local
118 int len = 0; in i915_gem_inactive_info() local
156 int len = 0; in i915_gem_request_info() local
185 int len = 0; in i915_gem_seqno_info() local
216 int len = 0; in i915_interrupt_info() local
259 int len = 0, i; in i915_hws_info() local
/drivers/usb/musb/
Dmusb_io.h43 static inline void readsl(const void __iomem *addr, void *buf, int len) in readsl()
45 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw()
47 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb()
50 static inline void writesl(const void __iomem *addr, const void *buf, int len) in writesl()
52 static inline void writesw(const void __iomem *addr, const void *buf, int len) in writesw()
54 static inline void writesb(const void __iomem *addr, const void *buf, int len) in writesb()
/drivers/mtd/onenand/
Donenand_base.c195 static int onenand_command(struct mtd_info *mtd, int cmd, loff_t addr, size_t len) in onenand_command()
709 unsigned int len) in onenand_invalidate_bufferram()
831 size_t len = ops->len; in onenand_read_ops_nolock() local
962 size_t len = ops->ooblen; in onenand_read_oob_nolock() local
1053 static int onenand_read(struct mtd_info *mtd, loff_t from, size_t len, in onenand_read()
1167 size_t len = ops->ooblen; in onenand_bbt_read_oob() local
1256 static int onenand_verify(struct mtd_info *mtd, const u_char *buf, loff_t addr, size_t len) in onenand_verify()
1323 static int onenand_panic_write(struct mtd_info *mtd, loff_t to, size_t len, in onenand_panic_write()
1460 size_t len = ops->len; in onenand_write_ops_nolock() local
1591 size_t len = ops->ooblen; in onenand_write_oob_nolock() local
[all …]
/drivers/media/video/pvrusb2/
Dpvrusb2-ctrl.c288 unsigned int *len) in pvr2_ctrl_custom_value_to_sym()
298 const char *buf,unsigned int len, in pvr2_ctrl_custom_sym_to_value()
309 char *ptr,unsigned int len) in gen_bitmask_string()
370 static int parse_token(const char *ptr,unsigned int len, in parse_token()
404 static int parse_mtoken(const char *ptr,unsigned int len, in parse_mtoken()
433 static int parse_tlist(const char *ptr,unsigned int len, in parse_tlist()
493 const char *ptr,unsigned int len, in pvr2_ctrl_sym_to_value()
552 unsigned int *len) in pvr2_ctrl_value_to_sym_internal()
592 unsigned int *len) in pvr2_ctrl_value_to_sym()
/drivers/staging/wlan-ng/
Dp80211mgmt.h249 u8 len; member
256 u8 len; member
264 u8 len; member
272 u8 len; member
283 u8 len; member
292 u8 len; member
303 u8 len; member
314 u8 len; member
322 u8 len; member
333 u16 len; /* DOES NOT include CRC !!!!*/ member
[all …]
/drivers/isdn/i4l/
Disdn_audio.c216 isdn_audio_ulaw2alaw(unsigned char *buff, unsigned long len) in isdn_audio_ulaw2alaw()
222 isdn_audio_alaw2ulaw(unsigned char *buff, unsigned long len) in isdn_audio_alaw2ulaw()
301 isdn_audio_get_bits(adpcm_state * s, unsigned char **in, int *len) in isdn_audio_get_bits()
315 unsigned char **out, int *len) in isdn_audio_put_bits()
361 unsigned char *out, int len) in isdn_audio_adpcm2xlaw()
396 unsigned char *out, int len) in isdn_audio_xlaw2adpcm()
592 isdn_audio_calc_dtmf(modem_info * info, unsigned char *buf, int len, int fmt) in isdn_audio_calc_dtmf()
633 isdn_audio_calc_silence(modem_info * info, unsigned char *buf, int len, int fmt) in isdn_audio_calc_silence()
/drivers/isdn/mISDN/
Dl1oip_codec.c225 l1oip_law_to_4bit(u8 *data, int len, u8 *result, u32 *state) in l1oip_law_to_4bit()
262 l1oip_4bit_to_law(u8 *data, int len, u8 *result) in l1oip_4bit_to_law()
282 l1oip_alaw_to_ulaw(u8 *data, int len, u8 *result) in l1oip_alaw_to_ulaw()
295 l1oip_ulaw_to_alaw(u8 *data, int len, u8 *result) in l1oip_ulaw_to_alaw()
/drivers/mtd/nand/
Dgpio.c86 static void gpio_nand_writebuf(struct mtd_info *mtd, const u_char *buf, int len) in gpio_nand_writebuf()
93 static void gpio_nand_readbuf(struct mtd_info *mtd, u_char *buf, int len) in gpio_nand_readbuf()
100 static int gpio_nand_verifybuf(struct mtd_info *mtd, const u_char *buf, int len) in gpio_nand_verifybuf()
118 int len) in gpio_nand_writebuf16()
133 static void gpio_nand_readbuf16(struct mtd_info *mtd, u_char *buf, int len) in gpio_nand_readbuf16()
149 int len) in gpio_nand_verifybuf16()
/drivers/media/video/em28xx/
Dem28xx-i2c.c65 char *buf, int len) in em2800_i2c_send_max4()
101 short len) in em2800_i2c_send_bytes()
162 char *buf, int len) in em2800_i2c_recv_bytes()
187 short len, int stop) in em28xx_i2c_send_bytes()
202 char *buf, int len) in em28xx_i2c_recv_bytes()
312 int len = 0; in em28xx_hash_mem() local
329 static int em28xx_i2c_eeprom(struct em28xx *dev, unsigned char *eedata, int len) in em28xx_i2c_eeprom()
/drivers/mtd/chips/
Dcfi_cmdset_0001.c1258 static int do_point_onechip (struct map_info *map, struct flchip *chip, loff_t adr, size_t len) in do_point_onechip()
1285 static int cfi_intelext_point(struct mtd_info *mtd, loff_t from, size_t len, in cfi_intelext_point()
1339 static void cfi_intelext_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in cfi_intelext_unpoint()
1382 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len in do_read_onechip()
1414 static int cfi_intelext_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char… in cfi_intelext_read()
1527 static int cfi_intelext_write_words (struct mtd_info *mtd, loff_t to , size_t len, size_t *retlen, … in cfi_intelext_write_words()
1612 unsigned long *pvec_seek, int len) in do_write_buffer()
1778 size_t len = 0; in cfi_intelext_writev() local
1823 size_t len, size_t *retlen, const u_char *buf) in cfi_intelext_write_buffers()
1834 unsigned long adr, int len, void *thunk) in do_erase_oneblock()
[all …]

12345678910>>...63