Searched refs:decomp_ops (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dov511.c3390 /* Chooses a decompression module, locks it, and sets ov->decomp_ops
3400 if (ov->decomp_ops) {
3411 ov->decomp_ops = ov511_mmx_decomp_ops;
3414 ov->decomp_ops = ov511_decomp_ops;
3421 ov->decomp_ops = ov518_mmx_decomp_ops;
3424 ov->decomp_ops = ov518_decomp_ops;
3432 if (ov->decomp_ops) {
3433 if (!ov->decomp_ops->owner) {
3434 ov->decomp_ops = NULL;
3438 __MOD_INC_USE_COUNT(ov->decomp_ops
[all...]
H A Dov511.h528 struct ov51x_decomp_ops *decomp_ops; member in struct:usb_ov511
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov511_decomp.c551 static struct ov51x_decomp_ops decomp_ops = { variable in typeref:struct:ov51x_decomp_ops
564 rc = ov511_register_decomp_module(DECOMP_INTERFACE_VER, &decomp_ops,
H A Dov51x.c644 out += sprintf(out, "can_decompress : %s\n", YES_NO(ov->decomp_ops));
4258 /* Chooses a decompression module, locks it, and sets ov->decomp_ops
4268 if (ov->decomp_ops) {
4279 ov->decomp_ops = ov511_mmx_decomp_ops;
4282 ov->decomp_ops = ov511_decomp_ops;
4289 ov->decomp_ops = ov518_mmx_decomp_ops;
4292 ov->decomp_ops = ov518_decomp_ops;
4302 if (ov->decomp_ops) {
4303 if (!ov->decomp_ops->owner) {
4304 ov->decomp_ops
[all...]
H A Dov51x.h625 struct ov51x_decomp_ops *decomp_ops; member in struct:usb_ov511
H A Dov518_decomp.c1534 static struct ov51x_decomp_ops decomp_ops = { variable in typeref:struct:ov51x_decomp_ops
1547 rc = ov511_register_decomp_module(DECOMP_INTERFACE_VER, &decomp_ops,

Completed in 157 milliseconds