Searched refs:oper (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dqt1010_priv.h90 u8 oper, reg, val; member in struct:__anon4995
H A Dqt1010.c244 if (rd[i].oper == QT1010_WR) {
262 u8 oper, u8 reg, u8 reg_init_val, u8 *retval)
270 { QT1010_WR, 0x1e, oper },
275 if (i2c_data[i].oper == QT1010_WR) {
310 if (i2c_data[i].oper == QT1010_WR) {
370 switch (i2c_data[i].oper) {
261 qt1010_init_meas1(struct qt1010_priv *priv, u8 oper, u8 reg, u8 reg_init_val, u8 *retval) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c155 struct cryptocop_operation *oper; member in struct:cryptocop_prio_job
1604 if (pj->oper->sid == sid) {
1615 pj->oper->operation_status = -EAGAIN; /* EAGAIN is not ideal for job/session terminated but it's the best choice I know of. */
1616 DEBUG(printk("cryptocop_free_session: pj=0x%p, pj->oper=0x%p, pj->iop=0x%p\n", pj, pj->oper, pj->iop));
1617 pj->oper->cb(pj->oper, pj->oper->cb_data);
1831 DEBUG_API(printk("cryptocop_job_queue_insert oper=0x%p, NULL operation or callback\n", operation));
1872 assert(pj->oper !
2476 struct strcop_crypto_op oper = {0}; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_synth.c56 struct snd_seq_oss_callback oper; member in struct:seq_oss_synth
114 rec->oper = reg->oper;
223 if (rec->oper.open == NULL || rec->oper.close == NULL) {
236 if (!try_module_get(rec->oper.owner)) {
240 if (rec->oper.open(&info->arg, rec->private_data) < 0) {
241 module_put(rec->oper.owner);
322 rec->oper.close(&info->arg);
323 module_put(rec->oper
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_oss.h89 struct snd_seq_oss_callback oper; member in struct:snd_seq_oss_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dsmtdef.c77 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
345 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) argument
348 old = *oper ;
350 *oper = limit ;
352 *oper = mib ;
353 return(old != *oper) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dmodule.c60 static uint32_t reloc_stack_operate(unsigned int oper, struct module *mod) argument
64 switch (oper) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Ddevice.c503 * if oper == I2O_PARAMS_TABLE_GET, get from all rows
509 * if oper == I2O_PARAMS_LIST_GET, get from specific rows
518 int i2o_parm_table_get(struct i2o_device *dev, int oper, int group, argument
537 opblk[2] = oper;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_oss.c139 arg->oper = oss_callback;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_oss.c82 arg->oper = oss_callback;

Completed in 115 milliseconds