Searched refs:bounce (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/eeprom/
H A Dat25.c150 u8 *bounce; local
163 bounce = kmalloc(buf_size + at25->addrlen + 1, GFP_KERNEL);
164 if (!bounce)
170 bounce[0] = AT25_WRITE;
176 u8 *cp = bounce + 1;
203 status = spi_write(at25->spi, bounce,
252 kfree(bounce);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-driver.c96 void *bounce; local
112 bounce = kmalloc(fw_len, GFP_KERNEL);
113 if (bounce == NULL) {
119 memcpy(bounce, fw_entry->data + 16, fw_len);
122 go7007_send_firmware(go, bounce, fw_len) < 0 ||
128 kfree(bounce);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A DMakefile20 obj-$(CONFIG_BOUNCE) += bounce.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dqset.c263 void *bounce; local
266 bounce = std->bounce_buf;
276 memcpy(sg_virt(sg) + offset, bounce, len);
278 bounce += len;
540 * mapped to qTDs then the data must be transferred via bounce
551 void *bounce = NULL; local
555 /* limit maximum bounce buffer to 16 * 3.5 KiB ~= 28 k */
582 bounce = std->bounce_buf;
589 memcpy(bounce, orig, len);
594 bounce
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dr852.c175 int bounce = 0; local
192 /* if incoming buffer is not page aligned, we should do bounce */
194 bounce = 1;
196 if (!bounce) {
202 bounce = 1;
205 if (bounce) {
206 dbg_verbose("dma: using bounce buffer");
225 if (do_read && bounce)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dncplib_kernel.h58 char __user *, int *, void* bounce, __u32 bouncelen);
H A Dncplib_kernel.c996 void* bounce, __u32 bufsize)
1005 result = ncp_request2(server, 72, bounce, bufsize);
1008 int len = get_unaligned_be16((char *)bounce +
1014 source = (char*)bounce +
994 ncp_read_bounce(struct ncp_server *server, const char *file_id, __u32 offset, __u16 to_read, char __user *target, int *bytes_read, void* bounce, __u32 bufsize) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgauge.tex13 it's usually a set of blocks which move or bounce in the bar control).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfphw.S177 DBGSTR "bounce"
181 @ Now call the C code to package up the bounce to the support code
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js3 * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.effects.core.js, jquery.effects.blind.js, jquery.effects.bounce.js, jquery.effects.clip.js, jquery.effects.drop.js, jquery.effects.explode.js, jquery.effects.fade.js, jquery.effects.fold.js, jquery.effects.highlight.js, jquery.effects.pulsate.js, jquery.effects.scale.js, jquery.effects.shake.js, jquery.effects.slide.js, jquery.effects.transfer.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.position.js, jquery.ui.progressbar.js, jquery.ui.slider.js, jquery.ui.tabs.js
4570 bounce = 4;
4572 while ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}
4573 return 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );
4631 $.effects.bounce = function(o) {
4643 var speed = o.duration || 250; // Default speed per bounce
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js191 (function(a){a.effects.bounce=function(d){return this.queue(function(){var c=a(this),e=["position","top","bottom","left","right"],h=a.effects.setMode(c,d.options.mode||"effect"),g=d.options.direction||"up",i=d.options.distance||20,b=d.options.times||5,f=d.duration||250;/show|hide/.test(h)&&e.push("opacity");a.effects.save(c,e);c.show();a.effects.createWrapper(c);var j=g=="up"||g=="down"?"top":"left";g=g=="up"||g=="left"?"pos":"neg";i=d.options.distance||(j=="top"?c.outerHeight({margin:true})/3:c.outerWidth({margin:true})/

Completed in 120 milliseconds