Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 82) sorted by relevance

1234

/drivers/pinctrl/qcom/
Dpinctrl-msm8660.c789 PINGROUP(0, lcdc, dsub, _, _, _, _, _),
790 PINGROUP(1, lcdc, dsub, _, _, _, _, _),
791 PINGROUP(2, lcdc, dsub, _, _, _, _, _),
792 PINGROUP(3, lcdc, dsub, _, _, _, _, _),
793 PINGROUP(4, lcdc, dsub, _, _, _, _, _),
794 PINGROUP(5, lcdc, dsub, _, _, _, _, _),
795 PINGROUP(6, lcdc, dsub, _, _, _, _, _),
796 PINGROUP(7, lcdc, dsub, _, _, _, _, _),
797 PINGROUP(8, lcdc, dsub, _, _, _, _, _),
798 PINGROUP(9, lcdc, dsub, _, _, _, _, _),
[all …]
/drivers/crypto/vmx/
Dppc-xlate.pl67 my $line = join(",",@_);
77 for (@_) {
83 { $hi=undef; $lo=$_; }
98 my $cr = 0; $cr = shift if ($#_>1);
101 " .long ".sprintf "0x%x",31<<26|$cr<<23|$_[0]<<16|$_[1]<<11|64 :
102 " cmplw ".join(',',$cr,@_);
133 my ($f,$ra,$rs,$n,$b) = @_;
138 my ($f,$vx,$vy) = @_;
146 my ($f,$idx,$ra) = @_;
154 my ($f,$rd,$idx) = @_;
[all …]
/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h243 mlxsw_##_type##_##_cname##_##_iname##_item
257 static inline u16 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \
261 static inline void mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 val)\
278 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, unsigned short index) \
284 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
298 static inline u32 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \
302 static inline void mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u32 val)\
319 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf, unsigned short index) \
325 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
339 static inline u64 mlxsw_##_type##_##_cname##_##_iname##_get(char *buf) \
[all …]
/drivers/net/ethernet/amd/xgbe/
Dxgbe-common.h1102 _prefix##_##_field##_INDEX, \
1103 _prefix##_##_field##_WIDTH)
1107 _prefix##_##_field##_INDEX, \
1108 _prefix##_##_field##_WIDTH, (_val))
1112 _prefix##_##_field##_INDEX, \
1113 _prefix##_##_field##_WIDTH)
1117 _prefix##_##_field##_INDEX, \
1118 _prefix##_##_field##_WIDTH, (_val))
1132 _reg##_##_field##_INDEX, \
1133 _reg##_##_field##_WIDTH)
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2239 #define _(n,p,m) case NVKM_SUBDEV_##n: if (p) return (m); break in nvkm_device_subdev() macro
2240 _(BAR , device->bar , &device->bar->subdev); in nvkm_device_subdev()
2241 _(VBIOS , device->bios , &device->bios->subdev); in nvkm_device_subdev()
2242 _(BUS , device->bus , &device->bus->subdev); in nvkm_device_subdev()
2243 _(CLK , device->clk , &device->clk->subdev); in nvkm_device_subdev()
2244 _(DEVINIT , device->devinit , &device->devinit->subdev); in nvkm_device_subdev()
2245 _(FB , device->fb , &device->fb->subdev); in nvkm_device_subdev()
2246 _(FUSE , device->fuse , &device->fuse->subdev); in nvkm_device_subdev()
2247 _(GPIO , device->gpio , &device->gpio->subdev); in nvkm_device_subdev()
2248 _(I2C , device->i2c , &device->i2c->subdev); in nvkm_device_subdev()
[all …]
/drivers/net/wireless/ti/wlcore/
Ddebugfs.h66 wl, &prefix## _## name## _ops); \
72 static ssize_t sub## _ ##name## _read(struct file *file, \
85 static const struct file_operations sub## _ ##name## _ops = { \
86 .read = sub## _ ##name## _read, \
92 static ssize_t sub## _ ##name## _read(struct file *file, \
110 static const struct file_operations sub## _ ##name## _ops = { \
111 .read = sub## _ ##name## _read, \
117 DEBUGFS_ADD(sub## _ ##name, stats)
/drivers/infiniband/hw/qib/
Dqib_debugfs.c45 static const struct seq_operations _##name##_seq_ops = { \
46 .start = _##name##_seq_start, \
47 .next = _##name##_seq_next, \
48 .stop = _##name##_seq_stop, \
49 .show = _##name##_seq_show \
51 static int _##name##_open(struct inode *inode, struct file *s) \
55 ret = seq_open(s, &_##name##_seq_ops); \
62 static const struct file_operations _##name##_file_ops = { \
64 .open = _##name##_open, \
74 ibd, &_##name##_file_ops); \
/drivers/usb/gadget/
Du_f.h26 size_t groupname##_##name##__offset = ({ \
35 size_t groupname##_##name##__sz = (n) * sizeof(type); \
36 size_t groupname##_##name##__offset = ({ \
39 size_t size = groupname##_##name##__sz; \
45 ((void *) ((char *)ptr + groupname##_##name##__offset))
/drivers/regulator/
Dmc13xxx.h71 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
73 .vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\
74 .vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\
89 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
104 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
Dpfuze100-regulator.c164 [_chip ## _ ## _name] = { \
170 .id = _chip ## _ ## _name, \
179 [_chip ## _ ## _name] = { \
185 .id = _chip ## _ ## _name, \
197 [_chip ## _ ## _name] = { \
203 .id = _chip ## _ ## _name, \
214 [_chip ## _ ## _name] = { \
220 .id = _chip ## _ ## _name, \
239 .id = _chip ## _ ## _name, \
259 .id = _chip ## _ ## _name, \
[all …]
Daxp20x-regulator.c43 [_family##_##_id] = { \
49 .id = _family##_##_id, \
65 [_family##_##_id] = { \
71 .id = _family##_##_id, \
84 [_family##_##_id] = { \
90 .id = _family##_##_id, \
98 [_family##_##_id] = { \
104 .id = _family##_##_id, \
113 [_family##_##_id] = { \
119 .id = _family##_##_id, \
Dact8945a-regulator.c94 .vsel_reg = _family##_##_id##_##_vsel_reg, \
96 .enable_reg = _family##_##_id##_CTRL, \
Dda903x.c326 .vol_reg = _pmic##_##vreg, \
329 .enable_reg = _pmic##_##ereg, \
346 .vol_reg = _pmic##_##vreg, \
349 .update_reg = _pmic##_##ureg, \
351 .enable_reg = _pmic##_##ereg, \
/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw-api-coex.h151 BT_MBOX##n_dw##_##_msg##_POS = (_pos), \
152 BT_MBOX##n_dw##_##_msg = BITS(_nbits) << BT_MBOX##n_dw##_##_msg##_POS
207 ((le32_to_cpu((_notif)->mbox_msg[(_num)]) & BT_MBOX##_num##_##_field)\
208 >> BT_MBOX##_num##_##_field##_POS)
/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv40.h91 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
92 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
93 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0)
100 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
107 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
/drivers/video/fbdev/riva/
Dnvreg.h40 #define DEVICE_BASE(device) (0?NV##_##device)
41 #define DEVICE_SIZE(device) ((1?NV##_##device) - DEVICE_BASE(device)+1)
45 nvCONTROL[(NV_##device##_##reg)/4]
52 SetBF(NV_##device##_##mask,NV_##device##_##mask##_##value)
53 #define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value)
54 #define DEVICE_MASK(device,mask) MASKEXPAND(NV_##device##_##mask)
/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h649 static int name##_##type##_seq_show(struct seq_file *m, void *v)\
653 LPROC_SEQ_FOPS_RO(name##_##type)
656 static int name##_##type##_seq_show(struct seq_file *m, void *v)\
660 static ssize_t name##_##type##_seq_write(struct file *file, \
668 LPROC_SEQ_FOPS(name##_##type)
671 static ssize_t name##_##type##_write(struct file *file, \
677 static int name##_##type##_open(struct inode *inode, struct file *file) \
681 static struct file_operations name##_##type##_fops = { \
682 .open = name##_##type##_open, \
683 .write = name##_##type##_write, \
/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c270 #define _(A,B) if (init->tt_ctxdma_handle & (A)) init->fb_ctxdma_handle |= (B) in nouveau_abi16_ioctl_channel_alloc() macro
271 _(0x01, NVA06F_V0_ENGINE_GR); in nouveau_abi16_ioctl_channel_alloc()
272 _(0x02, NVA06F_V0_ENGINE_MSPDEC); in nouveau_abi16_ioctl_channel_alloc()
273 _(0x04, NVA06F_V0_ENGINE_MSPPP); in nouveau_abi16_ioctl_channel_alloc()
274 _(0x08, NVA06F_V0_ENGINE_MSVLD); in nouveau_abi16_ioctl_channel_alloc()
275 _(0x10, NVA06F_V0_ENGINE_CE0); in nouveau_abi16_ioctl_channel_alloc()
276 _(0x20, NVA06F_V0_ENGINE_CE1); in nouveau_abi16_ioctl_channel_alloc()
277 _(0x40, NVA06F_V0_ENGINE_MSENC); in nouveau_abi16_ioctl_channel_alloc()
278 #undef _ in nouveau_abi16_ioctl_channel_alloc()
/drivers/isdn/hardware/mISDN/
Diohelper.h99 dest.read_reg = &Read##name##_##typ; \
100 dest.write_reg = &Write##name##_##typ; \
101 dest.read_fifo = &ReadFiFo##name##_##typ; \
102 dest.write_fifo = &WriteFiFo##name##_##typ; \
/drivers/scsi/
Dscript_asm.pl219 local ($address, $offset, $length, $value) = @_;
244 local ($value, $word, $offset, $length) = @_;
284 local ($conditional) = @_;
394 $list[$address] = $list[$address].$_;
406 $_ = $2;
898 ($_ = $0) =~ s:.*/::;
899 print OUTPUT "/* DO NOT EDIT - Generated automatically by ".$_." */\n";
/drivers/infiniband/hw/hfi1/
Ddebugfs.c100 static const struct seq_operations _##name##_seq_ops = { \
101 .start = _##name##_seq_start, \
102 .next = _##name##_seq_next, \
103 .stop = _##name##_seq_stop, \
104 .show = _##name##_seq_show \
108 static int _##name##_open(struct inode *inode, struct file *s) \
112 ret = seq_open(s, &_##name##_seq_ops); \
121 static const struct file_operations _##name##_file_ops = { \
123 .open = _##name##_open, \
139 DEBUGFS_FILE_CREATE(#name, parent, data, &_##name##_file_ops, S_IRUGO)
/drivers/gpu/drm/i2c/
Dch7006_priv.h149 #define bitfs(bitfield, s) __bitf(bitfield, bitfield##_##s)
151 state->regs[reg] = (state->regs[reg] & ~mask(reg##_##bitfield)) \
152 | bitf(reg##_##bitfield, x)
/drivers/net/ethernet/sfc/
Dnic.c185 arch ## R_ ## min_rev ## max_rev ## _ ## name, \
313 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument
321 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \
323 arch ## R_ ## min_rev ## max_rev ## _ ## name ## _STEP, \
324 arch ## R_ ## min_rev ## max_rev ## _ ## name ## _ROWS)
Dmcdi.h284 _MCDI_PTR(_ptr, MC_CMD_ ## _type ## _ ## _field ## _OFST & ~3),\
285 MC_CMD_ ## _type ## _ ## _field ## _LBN & 0x1f, \
286 (MC_CMD_ ## _type ## _ ## _field ## _LBN & 0x1f) + \
287 MC_CMD_ ## _type ## _ ## _field ## _WIDTH - 1)
/drivers/net/wireless/ti/wl1251/
Ddebugfs.c70 static ssize_t sub## _ ##name## _read(struct file *file, \
85 static const struct file_operations sub## _ ##name## _ops = { \
86 .read = sub## _ ##name## _read, \
92 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
95 DEBUGFS_DEL(sub## _ ##name)

1234