Searched refs:filt (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/tools/perf/ |
D | builtin-timechart.c | 827 struct process_filter *filt; in add_process_filter() local 831 filt = malloc(sizeof(struct process_filter)); in add_process_filter() 832 if (!filt) in add_process_filter() 835 filt->name = strdup(string); in add_process_filter() 836 filt->pid = pid; in add_process_filter() 837 filt->next = process_filter; in add_process_filter() 839 process_filter = filt; in add_process_filter() 844 struct process_filter *filt; in passes_filter() local 848 filt = process_filter; in passes_filter() 849 while (filt) { in passes_filter() [all …]
|
/linux-2.6.39/drivers/video/geode/ |
D | lxfb_ops.c | 591 uint32_t filt; in lx_save_regs() local 624 filt = par->dc[DC_IRQ_FILT_CTL] | DC_IRQ_FILT_CTL_H_FILT_SEL; in lx_save_regs() 626 write_dc(par, DC_IRQ_FILT_CTL, (filt & 0xffffff00) | i); in lx_save_regs() 632 filt &= ~DC_IRQ_FILT_CTL_H_FILT_SEL; in lx_save_regs() 634 write_dc(par, DC_IRQ_FILT_CTL, (filt & 0xffffff00) | i); in lx_save_regs() 670 uint32_t filt; in lx_restore_display_ctlr() local 718 filt = par->dc[DC_IRQ_FILT_CTL] | DC_IRQ_FILT_CTL_H_FILT_SEL; in lx_restore_display_ctlr() 720 write_dc(par, DC_IRQ_FILT_CTL, (filt & 0xffffff00) | i); in lx_restore_display_ctlr() 726 filt &= ~DC_IRQ_FILT_CTL_H_FILT_SEL; in lx_restore_display_ctlr() 728 write_dc(par, DC_IRQ_FILT_CTL, (filt & 0xffffff00) | i); in lx_restore_display_ctlr()
|
/linux-2.6.39/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 495 u32 filt = ath5k_hw_get_rx_filter(sc->ah); in read_file_misc() local 500 filt); in read_file_misc() 501 if (filt & AR5K_RX_FILTER_UCAST) in read_file_misc() 503 if (filt & AR5K_RX_FILTER_MCAST) in read_file_misc() 505 if (filt & AR5K_RX_FILTER_BCAST) in read_file_misc() 507 if (filt & AR5K_RX_FILTER_CONTROL) in read_file_misc() 509 if (filt & AR5K_RX_FILTER_BEACON) in read_file_misc() 511 if (filt & AR5K_RX_FILTER_PROM) in read_file_misc() 513 if (filt & AR5K_RX_FILTER_XRPOLL) in read_file_misc() 515 if (filt & AR5K_RX_FILTER_PROBEREQ) in read_file_misc() [all …]
|
/linux-2.6.39/include/linux/mfd/ |
D | adp5520.h | 111 #define ALS_CMPR_CFG_VAL(filt, l3_en) (((0x7 & filt) << 5) | l3_en) argument
|
/linux-2.6.39/drivers/net/ |
D | 3c527.c | 1525 u16 filt = (1<<2); /* Save Bad Packets, for stats purposes */ in do_mc32_set_multicast_list() local 1531 filt |= 1; in do_mc32_set_multicast_list() 1560 if(mc32_command_nowait(dev, 0, &filt, 2)==-1) in do_mc32_set_multicast_list()
|
/linux-2.6.39/drivers/video/backlight/ |
D | adp8860_bl.c | 90 #define ALS_CCFG_VAL(filt) ((0x7 & filt) << 5) argument
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | ioctl.c | 2580 WMI_BSS_FILTER_CMD filt; in ar6000_ioctl() local 2584 } else if (copy_from_user(&filt, userdata, in ar6000_ioctl() 2585 sizeof(filt))) in ar6000_ioctl() 2589 if (wmi_bssfilter_cmd(ar->arWmi, filt.bssFilter, filt.ieMask) in ar6000_ioctl() 2593 ar->arUserBssFilter = filt.bssFilter; in ar6000_ioctl()
|