Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 137) sorted by relevance

123456

/linux-2.4.37.9/include/linux/
Dumsdos_fs.p5 int dummy_dir_read ( struct file *filp,
9 char * umsdos_d_path(struct dentry *, char *, int);
11 int umsdos_is_pseudodos (struct inode *dir, struct dentry *dentry);
12 struct dentry *umsdos_lookup_x ( struct inode *dir, struct dentry *dentry, int nopseudo);
14 struct dentry *umsdos_lookup_dentry(struct dentry *, char *, int, int);
15 struct dentry *umsdos_covered(struct dentry *, char *, int);
21 int umsdos_have_emd(struct dentry *);
22 int umsdos_make_emd(struct dentry *);
23 int umsdos_emd_dir_readentry (struct dentry *, loff_t *, struct umsdos_dirent *);
24 int umsdos_newentry (struct dentry *, struct umsdos_info *);
[all …]
/linux-2.4.37.9/Documentation/filesystems/
DLocking12 int (*d_revalidate)(struct dentry *, int);
13 int (*d_hash) (struct dentry *, struct qstr *);
14 int (*d_compare) (struct dentry *, struct qstr *, struct qstr *);
15 int (*d_delete)(struct dentry *);
31 int (*create) (struct inode *,struct dentry *,int);
33 int (*link) (struct dentry *,struct inode *,struct dentry *);
34 int (*unlink) (struct inode *,struct dentry *);
35 int (*symlink) (struct inode *,struct dentry *,const char *);
36 int (*mkdir) (struct inode *,struct dentry *,int);
37 int (*rmdir) (struct inode *,struct dentry *);
[all …]
Dvfs.txt134 int fs_flags;
135 struct super_block *(*read_super) (struct super_block *, void *, int);
158 int silent: whether or not to be silent on error
179 void (*write_inode) (struct inode *, int);
182 int (*notify_change) (struct dentry *, struct iattr *);
185 int (*statfs) (struct super_block *, struct statfs *, int);
186 int (*remount_fs) (struct super_block *, int *, char *);
240 int (*create) (struct inode *,struct dentry *,int);
241 int (*lookup) (struct inode *,struct dentry *);
242 int (*link) (struct dentry *,struct inode *,struct dentry *);
[all …]
/linux-2.4.37.9/arch/arm/nwfpe/
Dfpmodule.inl23 unsigned int readRegister(const unsigned int nReg)
32 unsigned int *userRegisters = GET_USERREG();
33 unsigned int val = userRegisters[nReg];
40 void writeRegister(const unsigned int nReg, const unsigned int val)
42 unsigned int *userRegisters = GET_USERREG();
47 unsigned int readCPSR(void)
53 void writeCPSR(const unsigned int val)
59 unsigned int readConditionCodes(void)
69 void writeConditionCodes(const unsigned int val)
71 unsigned int *userRegisters = GET_USERREG();
[all …]
/linux-2.4.37.9/arch/cris/drivers/
DConfig.in33 int ' Receive flush timeout (ticks) ' CONFIG_ETRAX_SERIAL_RX_TIMEOUT_TICKS 5
38 int ' Extern clock frequency (baudrate=clk/8) (Hz)' CONFIG_ETRAX_EXTERN_PB6CLK_FREQ 0
59 int ' Ser0 DTR on PA bit (-1 = not used)' CONFIG_ETRAX_SER0_DTR_ON_PA_BIT 4
60 int ' Ser0 RI on PA bit (-1 = not used)' CONFIG_ETRAX_SER0_RI_ON_PA_BIT 5
61 int ' Ser0 DSR on PA bit (-1 = not used)' CONFIG_ETRAX_SER0_DSR_ON_PA_BIT 6
62 int ' Ser0 CD on PA bit (-1 = not used)' CONFIG_ETRAX_SER0_CD_ON_PA_BIT 7
71 int ' Ser0 DTR on PB bit (-1 = not used)' CONFIG_ETRAX_SER0_DTR_ON_PB_BIT 4
72 int ' Ser0 RI on PB bit (-1 = not used)' CONFIG_ETRAX_SER0_RI_ON_PB_BIT 5
73 int ' Ser0 DSR on PB bit (-1 = not used)' CONFIG_ETRAX_SER0_DSR_ON_PB_BIT 6
74 int ' Ser0 CD on PB bit (-1 = not used)' CONFIG_ETRAX_SER0_CD_ON_PB_BIT 7
[all …]
/linux-2.4.37.9/arch/cris/
Dconfig.in76 int 'DRAM size (dec, in MB)' CONFIG_ETRAX_DRAM_SIZE 8
78 int 'Buswidth of flash in bytes' CONFIG_ETRAX_FLASH_BUSWIDTH 2
87 int ' First green LED bit' CONFIG_ETRAX_LED1G 2
88 int ' First red LED bit' CONFIG_ETRAX_LED1R 3
89 int ' Second green LED bit' CONFIG_ETRAX_LED2G 4
90 int ' Second red LED bit' CONFIG_ETRAX_LED2R 5
91 int ' Third green LED bit' CONFIG_ETRAX_LED3G 2
92 int ' Third red LED bit' CONFIG_ETRAX_LED3R 2
96 int ' Fourth red LED bit' CONFIG_ETRAX_LED4R 2
97 int ' Fourth green LED bit' CONFIG_ETRAX_LED4G 2
[all …]
/linux-2.4.37.9/Documentation/networking/
Dlapb-module.txt5 Changed (Henner Eisen, 2000-10-29): int return value for data_indication()
38 void (*connect_confirmation)(int token, int reason);
39 void (*connect_indication)(int token, int reason);
40 void (*disconnect_confirmation)(int token, int reason);
41 void (*disconnect_indication)(int token, int reason);
42 int (*data_indication)(int token, struct sk_buff *skb);
43 void (*data_transmit)(int token, struct sk_buff *skb);
60 unsigned int t1;
61 unsigned int t1timer;
62 unsigned int t2;
[all …]
/linux-2.4.37.9/drivers/char/ftape/
DConfig.in6 int ' Default block size' CONFIG_ZFT_DFLT_BLK_SZ 10240
11 int ' Number of ftape buffers (EXPERIMENTAL)' CONFIG_FT_NR_BUFFERS 3
30 int ' IRQ channel of the floppy disk controller' CONFIG_FT_FDC_IRQ 0
31 int ' DMA channel of the floppy disk controller' CONFIG_FT_FDC_DMA 0
34 int ' Default FIFO threshold (EXPERIMENTAL)' CONFIG_FT_FDC_THR 8
35 int ' Maximal data rate to use (EXPERIMENTAL)' CONFIG_FT_FDC_MAX_RATE 2000
39 int ' CPU clock frequency of your DEC Alpha' CONFIG_FT_ALPHA_CLOCK 0
/linux-2.4.37.9/drivers/scsi/aic7xxx/
DConfig.in4 int ' Maximum number of TCQ commands per device' \
6 int ' Initial bus reset delay in milli-seconds' \
14 int ' Debug code enable mask (2048 for all debugging)' \
22 int ' Maximum number of TCQ commands per device' \
24 int ' Initial bus reset delay in milli-seconds' \
32 int ' Debug code enable mask (16384 for all debugging)' \
/linux-2.4.37.9/Documentation/input/
Dgameport-programming.txt74 int my_cooked_read(struct gameport *gameport, int *axes, int *buttons)
76 int i;
83 int my_open(struct gameport *gameport, int mode)
126 int number;
130 int io;
135 int speed;
139 int fuzz;
154 int (*cooked_read)(struct gameport *, int *axes, int *buttons);
160 int (*calibrate)(struct gameport *, int *axes, int *max);
169 int (*open)(struct gameport *, int mode);
Dff.txt84 int ioctl(int file_descriptor, int request, unsigned long *features);
106 int ioctl(int file_descriptor, int request, struct ff_effect *effect);
119 int ioctl(int fd, EVIOCRMFF, effect.id);
134 int fd;
160 int gain; /* between 0 and 100 */
176 int autocenter; /* between 0 and 100 */
Dinput-programming.txt23 static void button_interrupt(int irq, void *dummy, struct pt_regs *fp)
28 static int __init button_init(void)
106 int button_used = 0;
108 static int button_open(struct input_dev *dev)
128 static int __init button_init(void)
148 input_report_key(struct input_dev *dev, int code, int value)
166 input_report_rel(struct input_dev *dev, int code, int value)
261 int button_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
/linux-2.4.37.9/Documentation/i2c/
Ddev-interface27 int file;
28 int adapter_nr = 2; /* probably dynamically determined */
39 int addr = 0x40; /* The I2C address */
101 int nmsgs; /* number of messages to exchange */
121 __s32 i2c_smbus_write_quick(int file, __u8 value);
122 __s32 i2c_smbus_read_byte(int file);
123 __s32 i2c_smbus_write_byte(int file, __u8 value);
124 __s32 i2c_smbus_read_byte_data(int file, __u8 command);
125 __s32 i2c_smbus_write_byte_data(int file, __u8 command, __u8 value);
126 __s32 i2c_smbus_read_word_data(int file, __u8 command);
[all …]
Dwriting-clients106 int sysctl_id; /* To keep the /proc directory entry for
141 int foo_read_value(struct i2c_client *client, u8 reg)
149 int foo_write_value(struct i2c_client *client, u8 reg, u16 value)
162 int foo_read_value(struct i2c_client *client, u8 reg)
164 int res;
317 static unsigned int normal_isa[] = {0x0290,SENSORS_ISA_END};
318 static unsigned int normal_isa_range[] = {SENSORS_ISA_END};
344 int foo_attach_adapter(struct i2c_adapter *adapter)
351 int foo_attach_adapter(struct i2c_adapter *adapter)
384 int foo_detect_client(struct i2c_adapter *adapter, int address,
[all …]
/linux-2.4.37.9/drivers/net/ibm_emac/
DConfig.in10 int ' Number of receive buffers' CONFIG_IBM_OCP_ENET_RX_BUFF 64
11 int ' Number of transmit buffers' CONFIG_IBM_OCP_ENET_TX_BUFF 8
12 int ' Frame gap' CONFIG_IBM_OCP_ENET_GAP 8
13 int ' Skb reserve amount' CONFIG_IBM_OCP_ENET_SKB_RES 0
/linux-2.4.37.9/Documentation/s390/
Ds390dbf.txt85 debug_info_t *debug_register(char *name, int pages_index, int nr_areas,
86 int buf_size);
110 void debug_set_level (debug_info_t * id, int new_level);
119 debug_entry_t* debug_event (debug_info_t* id, int level, void* data,
120 int length);
133 debug_entry_t* debug_int_event (debug_info_t * id, int level,
134 unsigned int data);
135 debug_entry_t* debug_long_event(debug_info_t * id, int level,
148 debug_entry_t* debug_text_event (debug_info_t * id, int level,
161 debug_entry_t* debug_sprintf_event (debug_info_t * id, int level,
[all …]
/linux-2.4.37.9/Documentation/usb/
Dohci.txt47 int usb_ohci_add_ep(struct ohci * ohci, unsigned int ep_addr1,
48 int interval, int load, f_handler handler, int ep_size, int speed)
51 int usb_ohci_rm_ep( )
64int ohci_trans_req(struct ohci * ohci, hcd_ed, int ctrl_len, void *ctrl, void * data, int data_le…
80 e.g double-buffering for int transfers:
Dscanner.txt244 int send_cmd(int, const char *, int);
245 int read_cmd(int, char *, int);
247 int
254 int fp;
255 int data_size = 32768;
314 int
315 send_cmd(int fp, const char * cmd, int length) {
317 int result;
318 int x;
329 int
[all …]
DURB.txt47 unsigned int pipe; // pipe information
50 int status; // returned status
51 unsigned int transfer_flags; // ASAP, DISABLE_SPD, etc.
57 int transfer_buffer_length; // data buffer length
58 int actual_length; // actual data buffer length
64 int start_frame; // start frame (iso/irq)
65 int number_of_packets; // # of packets (iso/int)
66 int interval; // polling interval (irq only)
67 int error_count; // number of errors (iso only)
81 purb_t usb_alloc_urb(int isoframes)
[all …]
/linux-2.4.37.9/Documentation/
Dparport-lowlevel.txt115 int parport_register_driver (struct parport_driver *driver);
137 unsigned int modes; /* bitfield of hardware modes */
140 int number; /* parport index */
188 None. (Can it fail? Why return int?)
212 int lp_init (void)
294 int detect_device (void)
325 typedef int (*preempt_func) (void *handle);
327 typedef int (*irq_func) (int irq, void *handle, struct pt_regs *);
334 int flags,
395 static int preempt (void *handle)
[all …]
/linux-2.4.37.9/Documentation/arm/SA1100/
DDMA31 int sa1100_request_dma( dmach_t *channel, const char *device_id,
46 int sa1100_dma_queue_buffer( dmach_t channel, void *buf_id,
47 dma_addr_t data, int size );
59 int size: the buffer size in bytes.
74 int sa1100_dma_set_callback( dmach_t channel, dma_callback_t cb );
80 void dma_callback( void *buf_id, int size );
92 int sa1100_dma_get_current( dmach_t channel, void **buf_id,
101 int sa1100_dma_stop( dmach_t channel );
106 int sa1100_dma_resume( dmach_t channel );
112 int sa1100_dma_flush_all( dmach_t channel );
[all …]
/linux-2.4.37.9/arch/sparc64/
Dconfig.in34 int 'Maximum number of CPUs (2-32)' CONFIG_NR_CPUS 32
119 int ' Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
152 int 'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
163 int 'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
187 int ' Maximum number of TCQ commands per device' CONFIG_AIC7XXX_OLD_CMDS_PER_DEVICE 8
193 int ' DMA addressing mode' CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 1
194 int ' default tagged command queue depth' CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16
195 int ' maximum number of queued commands' CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64
202 int 'default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
203 int 'maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
[all …]
/linux-2.4.37.9/Documentation/ia64/
Defirtc.txt66 int tm_sec;
67 int tm_min;
68 int tm_hour;
69 int tm_mday;
70 int tm_mon;
71 int tm_year;
72 int tm_wday;
73 int tm_yday;
74 int tm_isdst;
/linux-2.4.37.9/Documentation/isdn/
DINTERFACE44 int channels;
51 int maxbufsize;
77 void (*rcvcallb_skb)(int, int, struct sk_buff *)
86 int driver-Id
87 int Channel-number locally to the driver. (starting with 0)
90 int (*statcallb)(isdn_ctrl*);
110 int (*command)(isdn_ctrl*);
127 int (*writebuf_skb)(int, int, int, struct sk_buff *)
137 int driver-Id ***CHANGE0.7.4: New parameter.
138 int channel-number locally to the HL-driver. (starts with 0)
[all …]
/linux-2.4.37.9/drivers/scsi/
DConfig.in6 int 'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
17 int 'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
59 int ' Maximum number of TCQ commands per device' CONFIG_AIC7XXX_OLD_CMDS_PER_DEVICE 8
98 int ' maximum number of queued commands' CONFIG_SCSI_EATA_MAX_TAGS 16
158 int ' DMA addressing mode' CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 1
159 int ' default tagged command queue depth' CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16
160 int ' maximum number of queued commands' CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64
171 int ' default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
172 int ' maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
173 int ' synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 20
[all …]

123456