Searched refs:CHK (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/scripts/ |
D | checkpatch.pl | 1116 sub CHK { subroutine 2203 CHK("multiple assignments should be avoided\n" . $herecurr); 2424 CHK("Consider using #include <linux/$file> instead of <asm/$file>\n" . $herecurr); 2659 CHK("if this code is redundant consider removing it\n" . 2682 … CHK("usleep_range is preferred over udelay; see Documentation/timers/timers-howto.txt\n" . $line); 2710 CHK("$1 definition without comment\n" . $herecurr); 2716 CHK("memory barrier without comment\n" . $herecurr); 2721 CHK("architecture specific defines should be avoided\n" . $herecurr); 2783 CHK("__setup appears un-documented -- check Documentation/kernel-parameters.txt\n" . $herecurr);
|
D | Kbuild.include | 51 $(kecho) ' CHK $@'; \
|
/linux-2.6.39/drivers/net/wireless/iwlwifi/ |
D | iwl-core.c | 519 #define CHK(cond) \ in iwl_full_rxon_required() macro 534 CHK(!iwl_is_associated_ctx(ctx)); in iwl_full_rxon_required() 535 CHK(compare_ether_addr(staging->bssid_addr, active->bssid_addr)); in iwl_full_rxon_required() 536 CHK(compare_ether_addr(staging->node_addr, active->node_addr)); in iwl_full_rxon_required() 537 CHK(compare_ether_addr(staging->wlap_bssid_addr, in iwl_full_rxon_required() 562 #undef CHK in iwl_full_rxon_required()
|
D | iwl-agn.c | 3545 #define CHK(test, flag) do { \ in iwlagn_configure_filter() macro 3555 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK); in iwlagn_configure_filter() 3557 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK); in iwlagn_configure_filter() 3558 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK); in iwlagn_configure_filter() 3560 #undef CHK in iwlagn_configure_filter()
|
/linux-2.6.39/arch/m68k/ifpsp060/ |
D | iskeleton.S | 87 | a CHK exception stack frame from the Unimplemented Integer Instrcution 98 | CHK FRAME TRACE FRAME
|
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | iwl-core.c | 516 #define CHK(cond) \ in iwl_legacy_full_rxon_required() macro 531 CHK(!iwl_legacy_is_associated_ctx(ctx)); in iwl_legacy_full_rxon_required() 532 CHK(compare_ether_addr(staging->bssid_addr, active->bssid_addr)); in iwl_legacy_full_rxon_required() 533 CHK(compare_ether_addr(staging->node_addr, active->node_addr)); in iwl_legacy_full_rxon_required() 534 CHK(compare_ether_addr(staging->wlap_bssid_addr, in iwl_legacy_full_rxon_required() 557 #undef CHK in iwl_legacy_full_rxon_required()
|
D | iwl4965-base.c | 2935 #define CHK(test, flag) do { \ in iwl4965_configure_filter() macro 2945 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK); in iwl4965_configure_filter() 2947 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK); in iwl4965_configure_filter() 2948 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK); in iwl4965_configure_filter() 2950 #undef CHK in iwl4965_configure_filter()
|
D | iwl3945-base.c | 3346 #define CHK(test, flag) do { \ in iwl3945_configure_filter() macro 3356 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK); in iwl3945_configure_filter() 3357 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK); in iwl3945_configure_filter() 3358 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK); in iwl3945_configure_filter() 3360 #undef CHK in iwl3945_configure_filter()
|