Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/linux-2.4.37.9/arch/sh/kernel/
Dpci-sd0001.c288 } work; in sd0001_read_config_byte() local
291 re = sd0001_config_RW (dev, reg, be, SD0001_INDRCTC_CORD, &work.ldata); in sd0001_read_config_byte()
298 *val = work.bdata[offset]; in sd0001_read_config_byte()
313 } work; in sd0001_read_config_word() local
317 re = sd0001_config_RW (dev, reg, be, SD0001_INDRCTC_CORD, &work.ldata); in sd0001_read_config_word()
325 *val = work.wdata[offset]; in sd0001_read_config_word()
344 } work; in sd0001_write_config_byte() local
352 work.bdata[offset] = val; in sd0001_write_config_byte()
354 return sd0001_config_RW(dev, reg, be, SD0001_INDRCTC_COWT, &work.ldata); in sd0001_write_config_byte()
366 } work; in sd0001_write_config_word() local
[all …]
/linux-2.4.37.9/include/linux/
Dcompletion.h18 #define COMPLETION_INITIALIZER(work) \ argument
19 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
21 #define DECLARE_COMPLETION(work) \ argument
22 struct completion work = COMPLETION_INITIALIZER(work)
/linux-2.4.37.9/net/ipv4/
Dip_fragment.c172 static __inline__ void frag_kfree_skb(struct sk_buff *skb, int *work) in frag_kfree_skb() argument
174 if (work) in frag_kfree_skb()
175 *work -= skb->truesize; in frag_kfree_skb()
180 static __inline__ void frag_free_queue(struct ipq *qp, int *work) in frag_free_queue() argument
182 if (work) in frag_free_queue()
183 *work -= sizeof(struct ipq); in frag_free_queue()
202 static void ip_frag_destroy(struct ipq *qp, int *work) in ip_frag_destroy() argument
214 frag_kfree_skb(fp, work); in ip_frag_destroy()
219 frag_free_queue(qp, work); in ip_frag_destroy()
222 static __inline__ void ipq_put(struct ipq *ipq, int *work) in ipq_put() argument
[all …]
/linux-2.4.37.9/drivers/scsi/
DREADME.qlogicisp6 It should work for most host adaptors with the ISP1020 chip. The
8 work:
14 This driver may work with boards containing the ISP1020A or ISP1040A
17 This driver will NOT work with:
/linux-2.4.37.9/net/ipv6/
Dreassembly.c194 static inline void frag_kfree_skb(struct sk_buff *skb, int *work) in frag_kfree_skb() argument
196 if (work) in frag_kfree_skb()
197 *work -= skb->truesize; in frag_kfree_skb()
202 static inline void frag_free_queue(struct frag_queue *fq, int *work) in frag_free_queue() argument
204 if (work) in frag_free_queue()
205 *work -= sizeof(struct frag_queue); in frag_free_queue()
223 static void ip6_frag_destroy(struct frag_queue *fq, int *work) in ip6_frag_destroy() argument
235 frag_kfree_skb(fp, work); in ip6_frag_destroy()
239 frag_free_queue(fq, work); in ip6_frag_destroy()
242 static __inline__ void fq_put(struct frag_queue *fq, int *work) in fq_put() argument
[all …]
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c423 vfs_sync_work_t *work; in xfs_syncd_queue_work() local
425 work = kmem_alloc(sizeof(struct vfs_sync_work), KM_SLEEP); in xfs_syncd_queue_work()
426 INIT_LIST_HEAD(&work->w_list); in xfs_syncd_queue_work()
427 work->w_syncer = syncer; in xfs_syncd_queue_work()
428 work->w_data = data; in xfs_syncd_queue_work()
429 work->w_vfs = vfs; in xfs_syncd_queue_work()
431 list_add_tail(&work->w_list, &vfs->vfs_sync_list); in xfs_syncd_queue_work()
508 struct vfs_sync_work *work, *n; in xfssyncd() local
540 list_for_each_entry_safe(work, n, &vfsp->vfs_sync_list, w_list) in xfssyncd()
541 list_move(&work->w_list, &tmp); in xfssyncd()
[all …]
/linux-2.4.37.9/include/asm-alpha/
Dcore_t2.h486 unsigned long r0, r1, work, msb; in t2_readq() local
492 work = (addr << 5) + T2_SPARSE_MEM + 0x18; in t2_readq()
493 r0 = *(vuip)(work); in t2_readq()
494 r1 = *(vuip)(work + (4 << 5)); in t2_readq()
543 unsigned long msb, work; in t2_writeq() local
549 work = (addr << 5) + T2_SPARSE_MEM + 0x18; in t2_writeq()
550 *(vuip)work = b; in t2_writeq()
551 *(vuip)(work + (4 << 5)) = b >> 32; in t2_writeq()
Dcore_mcpcia.h352 unsigned long result, work; in mcpcia_readb() local
362 work = ((addr << 5) + hose + 0x00); in mcpcia_readb()
363 result = *(vip) work; in mcpcia_readb()
371 unsigned long result, work; in mcpcia_readw() local
381 work = ((addr << 5) + hose + 0x08); in mcpcia_readw()
382 result = *(vip) work; in mcpcia_readw()
/linux-2.4.37.9/drivers/message/i2o/
DREADME12 This is an informal test summary. It is not definitive as a reference work
90 Intel i2o controller work, extending proc/config stuff
94 This work was made possible by
100 Host adapters, hints, known to work platforms when I hit
104 Loan of initial FibreChannel disk array used for development work.
107 Funding the work done by the University of Helsinki
/linux-2.4.37.9/
DCOPYING4 of the kernel, and does *not* fall under the heading of "derived work".
78 0. This License applies to any program or other work which contains
81 refers to any such program or work, and a "work based on the Program"
82 means either the Program or any derivative work under copyright law:
83 that is to say, a work containing the Program or a portion of it,
91 is covered only if its contents constitute a work based on the
107 of it, thus forming a work based on the Program, and copy and
108 distribute such modifications or work under the terms of Section 1
114 b) You must cause any work that you distribute or publish, that in
127 does not normally print such an announcement, your work based on
[all …]
/linux-2.4.37.9/Documentation/networking/
Dncsa-telnet1 NCSA telnet doesn't work with path MTU discovery enabled. This is due to a
13 path mtu discovery enabled - ncsa 2.3.08 didn't work) and it seems
14 to work. I don't know if anyone is working on this code - this
/linux-2.4.37.9/drivers/net/e1000/
DLICENSE66 0. This License applies to any program or other work which contains a notice
69 such program or work, and a "work based on the Program" means either the
70 Program or any derivative work under copyright law: that is to say, a
71 work containing the Program or a portion of it, either verbatim or with
79 only if its contents constitute a work based on the Program (independent
94 thus forming a work based on the Program, and copy and distribute such
95 modifications or work under the terms of Section 1 above, provided that
101 * b) You must cause any work that you distribute or publish, that in
114 an announcement, your work based on the Program is not required to
117 These requirements apply to the modified work as a whole. If identifiable
[all …]
/linux-2.4.37.9/drivers/sound/
DCOPYING62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
98 b) You must cause any work that you distribute or publish, that in
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
[all …]
/linux-2.4.37.9/fs/hfs/
DCOPYING62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
98 b) You must cause any work that you distribute or publish, that in
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
[all …]
/linux-2.4.37.9/drivers/net/e100/
DLICENSE66 0. This License applies to any program or other work which contains a notice
69 such program or work, and a "work based on the Program" means either the
70 Program or any derivative work under copyright law: that is to say, a
71 work containing the Program or a portion of it, either verbatim or with
79 only if its contents constitute a work based on the Program (independent
94 thus forming a work based on the Program, and copy and distribute such
95 modifications or work under the terms of Section 1 above, provided that
101 * b) You must cause any work that you distribute or publish, that in
114 an announcement, your work based on the Program is not required to
117 These requirements apply to the modified work as a whole. If identifiable
[all …]
/linux-2.4.37.9/fs/fat/
Ddir.c197 char work[8], bufname[260]; /* 256 + 4 */ in fat_search_long() local
283 work[i] = 0xE5; in fat_search_long()
285 work[i] = de->name[i]; in fat_search_long()
288 if (!work[i]) break; in fat_search_long()
289 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_search_long()
293 if (work[i] != ' ') in fat_search_long()
364 char c, work[8], bufname[56], *ptname = bufname; in fat_readdirx() local
485 work[i] = 0xE5; in fat_readdirx()
487 work[i] = de->name[i]; in fat_readdirx()
490 if (!(c = work[i])) break; in fat_readdirx()
[all …]
/linux-2.4.37.9/Documentation/video4linux/bttv/
DSound-FAQ6 Making video work often is not a big deal, because this is handled
12 Sound will work only, if the correct entry is used (for video it often
23 card, you can check if one of the existing entries does work for you
29 module like msp3400.o to make sound work. If there isn't one for the
41 Still doesn't work? Looks like some driver hacking is required.
84 does'nt work with bt878 boards according to some reports I received.
118 If you are trying to make a new card work you might find it useful to
129 module loaded to work properly.
/linux-2.4.37.9/drivers/message/fusion/lsi/
Dmpi_history.txt43 * 11-02-00 01.01.01 Original release for post 1.0 work
71 * 11-02-00 01.01.01 Original release for post 1.0 work
110 * 11-02-00 01.01.01 Original release for post 1.0 work
152 * 11-02-00 01.01.01 Original release for post 1.0 work
164 * 11-02-00 01.01.01 Original release for post 1.0 work
179 * 11-02-00 01.01.01 Original release for post 1.0 work
209 * 11-02-00 01.01.01 Original release for post 1.0 work
222 * 11-02-00 01.01.01 Original release for post 1.0 work
/linux-2.4.37.9/Documentation/video4linux/
Dw9966.txt3 After a lot of work in softice & wdasm, reading .pdf-files and tiresome
4 trial-and-error work I've finally got everything to work. I needed vision for a
/linux-2.4.37.9/Documentation/powerpc/
Dsmp.txt21 necessary to work with any number would not be overly difficult but
23 list of priorities. If anyone else would like do to the work email
30 but work is being done and SMP support for BeBox is in the works.
/linux-2.4.37.9/Documentation/cdrom/
Dsjcd2 80% of the work takes 20% of the time,
3 20% of the work takes 80% of the time...
15 The driver should work with any of the Panasonic, Sony or Mitsumi style
19 This initialisation module will probably also work with other interfaces
/linux-2.4.37.9/arch/m68k/hp300/
DREADME.hp3007 work now but I've only tried 16MB and 12MB.
10 combination seems to work for me. Your mileage may vary.
/linux-2.4.37.9/Documentation/fb/
Dvesafb.txt13 impossible; BIOS calls work in real mode only. VESA BIOS Extensions
69 If this does not work, this might be because your BIOS does not support
77 2. Note: Some newer versions of LILO appear to work with those hex values,
83 XF68_FBDev should work just fine, but it is non-accelerated. Running
84 another (accelerated) X-Server like XF86_SVGA might or might not work.
102 * VBE 3.0 might work too. I have neither a gfx board with VBE 3.0
112 seems not to work with some BIOS versions, but there are options
/linux-2.4.37.9/Documentation/usb/
Dse401.txt13 The following cameras are known to work with this driver:
43 the default settings also work with usb-uhci. But sending more then one bulk
44 transfer at a time with usb-uhci doesn't work yet.
Dstv680.txt16 The following cameras are known to work with this driver, although any
17 camera with Vendor/Product codes of 0553/0202 should work:
44 The driver seems to work better with the usb-ohci than the usb-uhci host

12345678910>>...14