Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/reset/sti/
Dreset-syscfg.h32 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument
37 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Ddesc.c174 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
179 #define _TX_FLAGS_5211(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
318 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_4word_tx_desc() argument
/linux-4.1.27/fs/jffs2/
Dbackground.c75 static int jffs2_garbage_collect_thread(void *_c) in jffs2_garbage_collect_thread()
/linux-4.1.27/arch/ia64/include/asm/sn/
Dmodule.h60 #define RACK_CREATE_RACKID(_c, _g, _n) ((_c) * RACK_CLASS_DVDR + \ argument
82 #define RACK_ADD_CLASS(_r, _c) \ argument
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_io.h226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
/linux-4.1.27/drivers/usb/gadget/legacy/
Dzero.c173 static void zero_autoresume(unsigned long _c) in zero_autoresume()
/linux-4.1.27/samples/seccomp/
Dbpf-direct.c162 #define payload(_c) (_c), sizeof((_c)) argument
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/linux-4.1.27/arch/arm/mach-footbridge/
Ddc21285.c284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhw.h461 #define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ)) argument
462 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument
464 #define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF)) argument
465 #define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER)) argument
466 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ argument
469 #define IS_CHAN_HT(_c) ((_c)->channelFlags & CHANNEL_HT) argument
471 #define IS_CHAN_HT20(_c) (IS_CHAN_HT(_c) && !IS_CHAN_HT40(_c)) argument
473 #define IS_CHAN_HT40(_c) \ argument
476 #define IS_CHAN_HT40PLUS(_c) ((_c)->channelFlags & CHANNEL_HT40PLUS) argument
477 #define IS_CHAN_HT40MINUS(_c) ((_c)->channelFlags & CHANNEL_HT40MINUS) argument
/linux-4.1.27/drivers/dma/
Dpch_dma.c758 struct dma_chan *chan, *_c; in pch_dma_save_regs() local
781 struct dma_chan *chan, *_c; in pch_dma_restore_regs() local
960 struct dma_chan *chan, *_c; in pch_dma_remove() local
/linux-4.1.27/drivers/misc/sgi-xp/
Dxp.h277 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
/linux-4.1.27/arch/powerpc/platforms/ps3/
Drepository.c51 #define dump_node_name(_a, _b, _c, _d, _e) \ argument
63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
Dspu.c133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dswitch.c64 #define POLL_WHILE_TRUE(_c) { \ argument
76 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c)) argument
/linux-4.1.27/include/scsi/
Dlibiscsi.h443 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument
/linux-4.1.27/arch/arm/crypto/
Dsha1-armv7-neon.S54 #define _c r6 macro