Searched refs:budget (Results 1 - 25 of 245) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget-core.c2 * budget-core.c: driver for the SAA7146 based Budget DVB cards
38 #include "budget.h"
57 MODULE_PARM_DESC(debug, "Turn on/off budget debugging (default:off).");
61 * TT budget / WinTV Nova
64 static int stop_ts_capture(struct budget *budget) argument
66 dprintk(2, "budget: %p\n", budget);
68 saa7146_write(budget->dev, MC1, MASK_20); // DMA3 off
69 SAA7146_IER_DISABLE(budget
73 start_ts_capture(struct budget *budget) argument
165 struct budget *budget = (struct budget *) fe->dvb->priv; local
191 struct budget *budget = (struct budget *) data; local
233 ttpci_budget_debiread(struct budget *budget, u32 config, int addr, int count, int uselocks, int nobusyloop) argument
272 ttpci_budget_debiwrite(struct budget *budget, u32 config, int addr, int count, u32 value, int uselocks, int nobusyloop) argument
316 struct budget *budget = (struct budget *) demux->priv; local
335 struct budget *budget = (struct budget *) demux->priv; local
347 budget_register(struct budget *budget) argument
394 budget_unregister(struct budget *budget) argument
410 ttpci_budget_init(struct budget *budget, struct saa7146_dev *dev, struct saa7146_pci_extension_data *info, struct module *owner, short *adapter_nums) argument
543 ttpci_budget_init_hooks(struct budget *budget) argument
551 ttpci_budget_deinit(struct budget *budget) argument
572 struct budget *budget = (struct budget *) dev->ext_priv; local
582 struct budget *budget = (struct budget *) dev->ext_priv; local
[all...]
H A Dbudget-patch.c2 * budget-patch.c: driver for Budget Patch,
35 #include "budget.h"
44 #define budget_patch budget
59 /* those lines are for budget-patch to be tried
60 ** on a true budget card and observe the
62 ** this code was shamelessly copy/pasted from budget.c
64 static void gpio_Set22K (struct budget *budget, int state) argument
66 struct saa7146_dev *dev=budget->dev;
67 dprintk(2, "budget
75 DiseqcSendBit(struct budget *budget, int data) argument
86 DiseqcSendByte(struct budget *budget, int data) argument
101 SendDiSEqCMsg(struct budget *budget, int len, u8 *msg, unsigned long burst) argument
135 struct budget* budget = (struct budget*) fe->dvb->priv; local
155 struct budget* budget = (struct budget*) fe->dvb->priv; local
164 struct budget* budget = (struct budget*) fe->dvb->priv; local
171 budget_av7110_send_fw_cmd(struct budget_patch *budget, u16* buf, int length) argument
192 av7110_set22k(struct budget_patch *budget, int state) argument
200 av7110_send_diseqc_msg(struct budget_patch *budget, int len, u8 *msg, int burst) argument
228 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
248 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
257 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
266 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
302 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
324 frontend_init(struct budget_patch* budget) argument
382 struct budget_patch *budget; local
626 struct budget_patch *budget = (struct budget_patch*) dev->ext_priv; local
[all...]
H A Dbudget.c2 * budget.c: driver for the SAA7146 based Budget DVB cards
37 #include "budget.h"
60 static void Set22K (struct budget *budget, int state) argument
62 struct saa7146_dev *dev=budget->dev;
63 dprintk(2, "budget: %p\n", budget);
71 static void DiseqcSendBit (struct budget *budget, int data) argument
73 struct saa7146_dev *dev=budget
82 DiseqcSendByte(struct budget *budget, int data) argument
97 SendDiSEqCMsg(struct budget *budget, int len, u8 *msg, unsigned long burst) argument
133 SetVoltage_Activy(struct budget *budget, fe_sec_voltage_t voltage) argument
160 struct budget* budget = (struct budget*) fe->dvb->priv; local
167 struct budget* budget = (struct budget*) fe->dvb->priv; local
187 struct budget* budget = (struct budget*) fe->dvb->priv; local
196 struct budget* budget = (struct budget*) fe->dvb->priv; local
205 struct budget* budget = (struct budget*) fe->dvb->priv; local
241 struct budget* budget = (struct budget*) fe->dvb->priv; local
268 struct budget *budget = fe->dvb->priv; local
317 struct budget* budget = (struct budget*) fe->dvb->priv; local
340 struct budget* budget = (struct budget*) fe->dvb->priv; local
401 struct budget *budget = (struct budget *)fe->dvb->priv; local
418 read_pwm(struct budget* budget) argument
470 frontend_init(struct budget *budget) argument
686 struct budget *budget = NULL; local
715 struct budget *budget = (struct budget*) dev->ext_priv; local
[all...]
H A DMakefile13 obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
14 obj-$(CONFIG_DVB_BUDGET) += budget.o
15 obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o
16 obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o
17 obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o
H A Dbudget.h33 struct budget { struct
111 extern int ttpci_budget_init(struct budget *budget, struct saa7146_dev *dev,
114 extern void ttpci_budget_init_hooks(struct budget *budget);
115 extern int ttpci_budget_deinit(struct budget *budget);
118 extern int ttpci_budget_debiread(struct budget *budget, u32 config, int addr, int count,
120 extern int ttpci_budget_debiwrite(struct budget *budge
[all...]
H A Dbudget-ci.c2 * budget-ci.c: driver for the SAA7146 based Budget DVB cards
40 #include "budget.h"
109 struct budget budget; member in struct:budget_ci
122 u32 command = ttpci_budget_debiread(&budget_ci->budget, DEBINOSWAP, DEBIADDR_IR, 2, 1, 0) >> 8;
167 struct saa7146_dev *saa = budget_ci->budget.dev;
204 switch (budget_ci->budget.dev->pci->subsystem_device) {
249 struct saa7146_dev *saa = budget_ci->budget.dev;
266 return ttpci_budget_debiread(&budget_ci->budget, DEBICICAM,
277 return ttpci_budget_debiwrite(&budget_ci->budget, DEBICICA
[all...]
H A Dbudget-av.c2 * budget-av.c: driver for the SAA7146 based Budget DVB cards
36 #include "budget.h"
68 struct budget budget; member in struct:budget_av
146 saa7146_setgpio(budget_av->budget.dev, 1, SAA7146_GPIO_OUTHI);
149 result = ttpci_budget_debiread(&budget_av->budget, DEBICICAM, address & 0xfff, 1, 0, 1);
152 printk(KERN_INFO "budget-av: cam ejected 1\n");
165 saa7146_setgpio(budget_av->budget.dev, 1, SAA7146_GPIO_OUTHI);
168 result = ttpci_budget_debiwrite(&budget_av->budget, DEBICICAM, address & 0xfff, 1, value, 0, 1);
171 printk(KERN_INFO "budget
428 struct budget *budget = &budget_av->budget; local
454 struct budget *budget = &budget_av->budget; local
508 struct budget *budget = (struct budget *) fe->dvb->priv; local
620 struct budget *budget = (struct budget *) fe->dvb->priv; local
684 struct budget *budget = (struct budget *) fe->dvb->priv; local
700 struct budget *budget = (struct budget *) fe->dvb->priv; local
784 struct budget *budget = (struct budget *) fe->dvb->priv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dbudget-core.c2 * budget-core.c: driver for the SAA7146 based Budget DVB cards
38 #include "budget.h"
57 MODULE_PARM_DESC(debug, "Turn on/off budget debugging (default:off).");
61 * TT budget / WinTV Nova
64 static int stop_ts_capture(struct budget *budget) argument
66 dprintk(2, "budget: %p\n", budget);
68 saa7146_write(budget->dev, MC1, MASK_20); // DMA3 off
69 SAA7146_IER_DISABLE(budget
73 start_ts_capture(struct budget *budget) argument
165 struct budget *budget = (struct budget *) fe->dvb->priv; local
191 struct budget *budget = (struct budget *) data; local
233 ttpci_budget_debiread(struct budget *budget, u32 config, int addr, int count, int uselocks, int nobusyloop) argument
272 ttpci_budget_debiwrite(struct budget *budget, u32 config, int addr, int count, u32 value, int uselocks, int nobusyloop) argument
316 struct budget *budget = (struct budget *) demux->priv; local
335 struct budget *budget = (struct budget *) demux->priv; local
347 budget_register(struct budget *budget) argument
394 budget_unregister(struct budget *budget) argument
410 ttpci_budget_init(struct budget *budget, struct saa7146_dev *dev, struct saa7146_pci_extension_data *info, struct module *owner, short *adapter_nums) argument
543 ttpci_budget_init_hooks(struct budget *budget) argument
551 ttpci_budget_deinit(struct budget *budget) argument
572 struct budget *budget = (struct budget *) dev->ext_priv; local
582 struct budget *budget = (struct budget *) dev->ext_priv; local
[all...]
H A Dbudget-patch.c2 * budget-patch.c: driver for Budget Patch,
35 #include "budget.h"
44 #define budget_patch budget
59 /* those lines are for budget-patch to be tried
60 ** on a true budget card and observe the
62 ** this code was shamelessly copy/pasted from budget.c
64 static void gpio_Set22K (struct budget *budget, int state) argument
66 struct saa7146_dev *dev=budget->dev;
67 dprintk(2, "budget
75 DiseqcSendBit(struct budget *budget, int data) argument
86 DiseqcSendByte(struct budget *budget, int data) argument
101 SendDiSEqCMsg(struct budget *budget, int len, u8 *msg, unsigned long burst) argument
135 struct budget* budget = (struct budget*) fe->dvb->priv; local
155 struct budget* budget = (struct budget*) fe->dvb->priv; local
164 struct budget* budget = (struct budget*) fe->dvb->priv; local
171 budget_av7110_send_fw_cmd(struct budget_patch *budget, u16* buf, int length) argument
192 av7110_set22k(struct budget_patch *budget, int state) argument
200 av7110_send_diseqc_msg(struct budget_patch *budget, int len, u8 *msg, int burst) argument
228 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
248 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
257 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
266 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
302 struct budget_patch* budget = (struct budget_patch*) fe->dvb->priv; local
324 frontend_init(struct budget_patch* budget) argument
382 struct budget_patch *budget; local
626 struct budget_patch *budget = (struct budget_patch*) dev->ext_priv; local
[all...]
H A Dbudget.c2 * budget.c: driver for the SAA7146 based Budget DVB cards
37 #include "budget.h"
60 static void Set22K (struct budget *budget, int state) argument
62 struct saa7146_dev *dev=budget->dev;
63 dprintk(2, "budget: %p\n", budget);
71 static void DiseqcSendBit (struct budget *budget, int data) argument
73 struct saa7146_dev *dev=budget
82 DiseqcSendByte(struct budget *budget, int data) argument
97 SendDiSEqCMsg(struct budget *budget, int len, u8 *msg, unsigned long burst) argument
133 SetVoltage_Activy(struct budget *budget, fe_sec_voltage_t voltage) argument
160 struct budget* budget = (struct budget*) fe->dvb->priv; local
167 struct budget* budget = (struct budget*) fe->dvb->priv; local
187 struct budget* budget = (struct budget*) fe->dvb->priv; local
196 struct budget* budget = (struct budget*) fe->dvb->priv; local
205 struct budget* budget = (struct budget*) fe->dvb->priv; local
241 struct budget* budget = (struct budget*) fe->dvb->priv; local
268 struct budget *budget = fe->dvb->priv; local
317 struct budget* budget = (struct budget*) fe->dvb->priv; local
340 struct budget* budget = (struct budget*) fe->dvb->priv; local
401 struct budget *budget = (struct budget *)fe->dvb->priv; local
418 read_pwm(struct budget* budget) argument
470 frontend_init(struct budget *budget) argument
686 struct budget *budget = NULL; local
715 struct budget *budget = (struct budget*) dev->ext_priv; local
[all...]
H A DMakefile13 obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
14 obj-$(CONFIG_DVB_BUDGET) += budget.o
15 obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o
16 obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o
17 obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o
H A Dbudget.h33 struct budget { struct
111 extern int ttpci_budget_init(struct budget *budget, struct saa7146_dev *dev,
114 extern void ttpci_budget_init_hooks(struct budget *budget);
115 extern int ttpci_budget_deinit(struct budget *budget);
118 extern int ttpci_budget_debiread(struct budget *budget, u32 config, int addr, int count,
120 extern int ttpci_budget_debiwrite(struct budget *budge
[all...]
H A Dbudget-ci.c2 * budget-ci.c: driver for the SAA7146 based Budget DVB cards
40 #include "budget.h"
109 struct budget budget; member in struct:budget_ci
122 u32 command = ttpci_budget_debiread(&budget_ci->budget, DEBINOSWAP, DEBIADDR_IR, 2, 1, 0) >> 8;
167 struct saa7146_dev *saa = budget_ci->budget.dev;
204 switch (budget_ci->budget.dev->pci->subsystem_device) {
249 struct saa7146_dev *saa = budget_ci->budget.dev;
266 return ttpci_budget_debiread(&budget_ci->budget, DEBICICAM,
277 return ttpci_budget_debiwrite(&budget_ci->budget, DEBICICA
[all...]
H A Dbudget-av.c2 * budget-av.c: driver for the SAA7146 based Budget DVB cards
36 #include "budget.h"
68 struct budget budget; member in struct:budget_av
146 saa7146_setgpio(budget_av->budget.dev, 1, SAA7146_GPIO_OUTHI);
149 result = ttpci_budget_debiread(&budget_av->budget, DEBICICAM, address & 0xfff, 1, 0, 1);
152 printk(KERN_INFO "budget-av: cam ejected 1\n");
165 saa7146_setgpio(budget_av->budget.dev, 1, SAA7146_GPIO_OUTHI);
168 result = ttpci_budget_debiwrite(&budget_av->budget, DEBICICAM, address & 0xfff, 1, value, 0, 1);
171 printk(KERN_INFO "budget
428 struct budget *budget = &budget_av->budget; local
454 struct budget *budget = &budget_av->budget; local
508 struct budget *budget = (struct budget *) fe->dvb->priv; local
620 struct budget *budget = (struct budget *) fe->dvb->priv; local
684 struct budget *budget = (struct budget *) fe->dvb->priv; local
700 struct budget *budget = (struct budget *) fe->dvb->priv; local
784 struct budget *budget = (struct budget *) fe->dvb->priv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A DMakefile1 obj-$(CONFIG_DVB_TTUSB_BUDGET) += dvb-ttusb-budget.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/ttusb-budget/
H A DMakefile1 obj-$(CONFIG_DVB_TTUSB_BUDGET) += dvb-ttusb-budget.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/
H A DMakefile9 ttusb-budget/ \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/
H A DMakefile9 ttusb-budget/ \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A DMakefile5 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A DMakefile5 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dblk-iopoll.c65 * If a driver consumes less than the assigned budget in its run of the
83 int rearm = 0, budget = blk_iopoll_budget; local
95 if (budget <= 0 || time_after(jiffies, start_time)) {
114 budget -= work;
175 * @weight: The default weight (or command completion budget)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dblk-iopoll.c65 * If a driver consumes less than the assigned budget in its run of the
83 int rearm = 0, budget = blk_iopoll_budget; local
95 if (budget <= 0 || time_after(jiffies, start_time)) {
114 budget -= work;
175 * @weight: The default weight (or command completion budget)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/bz/
H A Dblocksort.c376 int32_t* budget)
438 (*budget)--;
469 int32_t* budget)
490 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
504 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
516 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
524 if (*budget < 0) return;
596 int32_t* budget)
619 mainSimpleSort(ptr, block, quadrant, nblock, lo, hi, d, budget);
620 if (*budget <
370 mainGtU( uint32_t i1, uint32_t i2, uint8_t* block, uint16_t* quadrant, uint32_t nblock, int32_t* budget) argument
462 mainSimpleSort(uint32_t* ptr, uint8_t* block, uint16_t* quadrant, int32_t nblock, int32_t lo, int32_t hi, int32_t d, int32_t* budget) argument
589 mainQSort3(uint32_t* ptr, uint8_t* block, uint16_t* quadrant, int32_t nblock, int32_t loSt, int32_t hiSt, int32_t dSt, int32_t* budget) argument
724 mainSort(EState* state, uint32_t* ptr, uint8_t* block, uint16_t* quadrant, uint32_t* ftab, int32_t nblock, int32_t* budget) argument
1029 int32_t budget; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/bz/
H A Dblocksort.c376 int32_t* budget)
438 (*budget)--;
469 int32_t* budget)
490 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
504 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
516 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
524 if (*budget < 0) return;
596 int32_t* budget)
619 mainSimpleSort(ptr, block, quadrant, nblock, lo, hi, d, budget);
620 if (*budget <
370 mainGtU( uint32_t i1, uint32_t i2, uint8_t* block, uint16_t* quadrant, uint32_t nblock, int32_t* budget) argument
462 mainSimpleSort(uint32_t* ptr, uint8_t* block, uint16_t* quadrant, int32_t nblock, int32_t lo, int32_t hi, int32_t d, int32_t* budget) argument
589 mainQSort3(uint32_t* ptr, uint8_t* block, uint16_t* quadrant, int32_t nblock, int32_t loSt, int32_t hiSt, int32_t dSt, int32_t* budget) argument
724 mainSort(EState* state, uint32_t* ptr, uint8_t* block, uint16_t* quadrant, uint32_t* ftab, int32_t nblock, int32_t* budget) argument
1029 int32_t budget; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/bz/
H A Dblocksort.c376 int32_t* budget)
438 (*budget)--;
469 int32_t* budget)
490 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
504 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
516 while (mainGtU(ptr[j-h]+d, v+d, block, quadrant, nblock, budget)) {
524 if (*budget < 0) return;
596 int32_t* budget)
619 mainSimpleSort(ptr, block, quadrant, nblock, lo, hi, d, budget);
620 if (*budget <
370 mainGtU( uint32_t i1, uint32_t i2, uint8_t* block, uint16_t* quadrant, uint32_t nblock, int32_t* budget) argument
462 mainSimpleSort(uint32_t* ptr, uint8_t* block, uint16_t* quadrant, int32_t nblock, int32_t lo, int32_t hi, int32_t d, int32_t* budget) argument
589 mainQSort3(uint32_t* ptr, uint8_t* block, uint16_t* quadrant, int32_t nblock, int32_t loSt, int32_t hiSt, int32_t dSt, int32_t* budget) argument
724 mainSort(EState* state, uint32_t* ptr, uint8_t* block, uint16_t* quadrant, uint32_t* ftab, int32_t nblock, int32_t* budget) argument
1029 int32_t budget; local
[all...]

Completed in 302 milliseconds

12345678910