Symbol: custom
arch/m68k/amiga/amisound.c
103
custom.dmacon = DMAF_SETCLR | DMAF_AUD2;
arch/m68k/amiga/amisound.c
115
custom.dmacon = DMAF_AUD2;
arch/m68k/amiga/amisound.c
117
custom.aud[2].audper = amiga_audio_period;
arch/m68k/amiga/amisound.c
92
custom.aud[2].audlc = snd_data;
arch/m68k/amiga/amisound.c
93
custom.aud[2].audlen = sizeof(sine_data)/2;
arch/m68k/amiga/amisound.c
94
custom.aud[2].audper = (unsigned short)period;
arch/m68k/amiga/amisound.c
95
custom.aud[2].audvol = 32; /* 50% of maxvol */
drivers/block/amiflop.c
1919
custom.dmacon = DMAF_SETCLR | DMAF_DISK;
drivers/block/amiflop.c
677
custom.dsklen = 0x4000;
drivers/block/amiflop.c
699
custom.adkcon = ADK_MSBSYNC;
drivers/block/amiflop.c
700
custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST;
drivers/block/amiflop.c
702
custom.dsksync = MFM_SYNC;
drivers/block/amiflop.c
704
custom.dsklen = 0;
drivers/block/amiflop.c
705
custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf);
drivers/block/amiflop.c
706
custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
drivers/block/amiflop.c
707
custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
drivers/block/amiflop.c
713
custom.dsklen = 0;
drivers/block/amiflop.c
731
custom.adkcon = ADK_PRECOMP1|ADK_PRECOMP0|ADK_WORDSYNC|ADK_MSBSYNC;
drivers/block/amiflop.c
738
custom.adkcon = adk;
drivers/block/amiflop.c
740
custom.dsklen = DSKLEN_WRITE;
drivers/block/amiflop.c
741
custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf);
drivers/block/amiflop.c
742
custom.dsklen = unit[drive].type->write_size/sizeof(short) | DSKLEN_DMAEN|DSKLEN_WRITE;
drivers/block/amiflop.c
743
custom.dsklen = unit[drive].type->write_size/sizeof(short) | DSKLEN_DMAEN|DSKLEN_WRITE;
drivers/block/amiflop.c
759
custom.dsklen = 0;
drivers/clk/ingenic/cgu.c
730
clk_init.ops = clk_info->custom.clk_ops;
drivers/clk/ingenic/cgu.h
186
struct ingenic_cgu_custom_info custom;
drivers/clk/ingenic/jz4770-cgu.c
428
.custom = { &jz4770_uhc_phy_ops },
drivers/clk/ingenic/jz4780-cgu.c
323
.custom = { &jz4780_otg_phy_ops },
drivers/clk/ingenic/jz4780-cgu.c
784
.custom = { &jz4780_core1_ops },
drivers/clk/ingenic/x1000-cgu.c
269
.custom = { &x1000_otg_phy_ops },
drivers/clk/ingenic/x1830-cgu.c
209
.custom = { &x1830_otg_phy_ops },
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
3242
bool custom = false;
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
3250
custom = true;
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
3255
if ((param[param_size] != smu->power_profile_mode) || custom) {
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
3261
custom ? param : NULL,
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
3262
custom ? param_size : 0);
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
557
struct smu_freq_info custom;
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1331
pstate_table->gfxclk_pstate.custom.min =
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1336
pstate_table->gfxclk_pstate.custom.min = input[1];
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1343
pstate_table->gfxclk_pstate.custom.max =
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1348
pstate_table->gfxclk_pstate.custom.max = input[1];
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1376
if (!pstate_table->gfxclk_pstate.custom.min)
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1377
pstate_table->gfxclk_pstate.custom.min =
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1380
if (!pstate_table->gfxclk_pstate.custom.max)
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1381
pstate_table->gfxclk_pstate.custom.max =
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1384
min_clk = pstate_table->gfxclk_pstate.custom.min;
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
1385
max_clk = pstate_table->gfxclk_pstate.custom.max;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
2507
pstate_table->uclk_pstate.custom.min = 0;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
2508
pstate_table->uclk_pstate.custom.max = 0;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
2509
pstate_table->gfxclk_pstate.custom.min = 0;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
2510
pstate_table->gfxclk_pstate.custom.max = 0;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2151
pstate_table->gfxclk_pstate.custom.min =
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2156
pstate_table->gfxclk_pstate.custom.min = input[1];
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2163
pstate_table->gfxclk_pstate.custom.max =
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2168
pstate_table->gfxclk_pstate.custom.max = input[1];
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2198
pstate_table->uclk_pstate.custom.max =
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2203
pstate_table->uclk_pstate.custom.max = input[1];
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2244
if (!pstate_table->gfxclk_pstate.custom.min)
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2245
pstate_table->gfxclk_pstate.custom.min =
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2248
if (!pstate_table->gfxclk_pstate.custom.max)
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2249
pstate_table->gfxclk_pstate.custom.max =
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2252
min_clk = pstate_table->gfxclk_pstate.custom.min;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2253
max_clk = pstate_table->gfxclk_pstate.custom.max;
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2261
if (!pstate_table->uclk_pstate.custom.max)
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
2265
max_clk = pstate_table->uclk_pstate.custom.max;
drivers/gpu/drm/xlnx/zynqmp_dp.c
1783
u8 *const custom)
drivers/gpu/drm/xlnx/zynqmp_dp.c
1811
const u8 *p = custom;
drivers/gpu/drm/xlnx/zynqmp_dp.c
1907
dp->test.custom) ?: ret;
drivers/gpu/drm/xlnx/zynqmp_dp.c
1986
dp->test.custom);
drivers/gpu/drm/xlnx/zynqmp_dp.c
2019
ret = simple_read_from_buffer(user_buf, count, ppos, &dp->test.custom,
drivers/gpu/drm/xlnx/zynqmp_dp.c
2020
sizeof(dp->test.custom));
drivers/gpu/drm/xlnx/zynqmp_dp.c
2031
char buf[sizeof(dp->test.custom)];
drivers/gpu/drm/xlnx/zynqmp_dp.c
2038
memcpy(dp->test.custom, buf, ret);
drivers/gpu/drm/xlnx/zynqmp_dp.c
2041
dp->test.custom) ?: ret;
drivers/gpu/drm/xlnx/zynqmp_dp.c
2252
CREATE_FILE(custom);
drivers/gpu/drm/xlnx/zynqmp_dp.c
331
u8 custom[10];
drivers/iio/temperature/ltc2983.c
1157
temp->custom = __ltc2983_custom_sensor_new(st, child, "adi,custom-temp",
drivers/iio/temperature/ltc2983.c
1159
if (IS_ERR(temp->custom))
drivers/iio/temperature/ltc2983.c
1160
return ERR_CAST(temp->custom);
drivers/iio/temperature/ltc2983.c
263
struct ltc2983_custom_sensor *custom;
drivers/iio/temperature/ltc2983.c
270
struct ltc2983_custom_sensor *custom;
drivers/iio/temperature/ltc2983.c
279
struct ltc2983_custom_sensor *custom;
drivers/iio/temperature/ltc2983.c
304
struct ltc2983_custom_sensor *custom;
drivers/iio/temperature/ltc2983.c
365
struct ltc2983_custom_sensor *custom,
drivers/iio/temperature/ltc2983.c
369
u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ :
drivers/iio/temperature/ltc2983.c
378
const u8 len = custom->is_steinhart ? 0 :
drivers/iio/temperature/ltc2983.c
379
(custom->size / LTC2983_CUSTOM_SENSOR_ENTRY_SZ) - 1;
drivers/iio/temperature/ltc2983.c
384
if (custom->offset < 0) {
drivers/iio/temperature/ltc2983.c
391
if (st->custom_table_size + custom->size >
drivers/iio/temperature/ltc2983.c
397
custom->size);
drivers/iio/temperature/ltc2983.c
401
custom->offset = st->custom_table_size /
drivers/iio/temperature/ltc2983.c
403
st->custom_table_size += custom->size;
drivers/iio/temperature/ltc2983.c
406
reg = (custom->offset * mult) + LTC2983_CUST_SENS_TBL_START_REG;
drivers/iio/temperature/ltc2983.c
409
*chan_val |= LTC2983_CUSTOM_ADDR(custom->offset);
drivers/iio/temperature/ltc2983.c
411
reg, custom->offset,
drivers/iio/temperature/ltc2983.c
412
custom->size);
drivers/iio/temperature/ltc2983.c
414
return regmap_bulk_write(st->regmap, reg, custom->table, custom->size);
drivers/iio/temperature/ltc2983.c
548
if (thermo->custom) {
drivers/iio/temperature/ltc2983.c
551
ret = __ltc2983_chan_custom_sensor_assign(st, thermo->custom,
drivers/iio/temperature/ltc2983.c
570
if (rtd->custom) {
drivers/iio/temperature/ltc2983.c
573
ret = __ltc2983_chan_custom_sensor_assign(st, rtd->custom,
drivers/iio/temperature/ltc2983.c
592
if (thermistor->custom) {
drivers/iio/temperature/ltc2983.c
596
thermistor->custom,
drivers/iio/temperature/ltc2983.c
648
ret = __ltc2983_chan_custom_sensor_assign(st, temp->custom, &chan_val);
drivers/iio/temperature/ltc2983.c
723
thermo->custom = __ltc2983_custom_sensor_new(st, child,
drivers/iio/temperature/ltc2983.c
726
if (IS_ERR(thermo->custom))
drivers/iio/temperature/ltc2983.c
727
return ERR_CAST(thermo->custom);
drivers/iio/temperature/ltc2983.c
833
rtd->custom = __ltc2983_custom_sensor_new(st, child,
drivers/iio/temperature/ltc2983.c
836
if (IS_ERR(rtd->custom))
drivers/iio/temperature/ltc2983.c
837
return ERR_CAST(rtd->custom);
drivers/iio/temperature/ltc2983.c
941
thermistor->custom = __ltc2983_custom_sensor_new(st, child,
drivers/iio/temperature/ltc2983.c
945
if (IS_ERR(thermistor->custom))
drivers/iio/temperature/ltc2983.c
946
return ERR_CAST(thermistor->custom);
drivers/media/usb/dvb-usb/nova-t-usb2.c
102
rc5_custom(&rc_map_haupp_table[i]) == custom) {
drivers/media/usb/dvb-usb/nova-t-usb2.c
74
u8 *buf, data, toggle, custom;
drivers/media/usb/dvb-usb/nova-t-usb2.c
95
custom = (raw >> 6) & 0x1f;
drivers/media/usb/dvb-usb/nova-t-usb2.c
98
buf[1], buf[2], buf[3], custom, data, toggle);
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
557
bool custom;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1515
if (!rvu->kpu.custom)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1531
profile->custom = 0;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1593
profile->custom = 1;
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
185
p = custom;
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
187
iwe.u.data.length = p - custom;
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
189
start = iwe_stream_add_point(info, start, stop, &iwe, custom);
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
212
p = custom;
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
213
p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom),
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
216
iwe.u.data.length = p - custom;
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
218
start = iwe_stream_add_point(info, start, stop, &iwe, custom);
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
222
p = custom;
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
223
p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: ");
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
228
p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), "INVALID ");
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
234
p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), "DFS ");
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
238
iwe.u.data.length = p - custom;
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
239
start = iwe_stream_add_point(info, start, stop, &iwe, custom);
drivers/net/wireless/intel/ipw2x00/libipw_wx.c
47
char custom[MAX_CUSTOM_LEN];
drivers/pmdomain/mediatek/mtk-mfg-pmdomain.c
194
} custom;
drivers/scsi/be2iscsi/be_iscsi.c
850
strcpy(stats->custom[0].desc, "eh_abort_cnt");
drivers/scsi/be2iscsi/be_iscsi.c
851
stats->custom[0].value = conn->eh_abort_cnt;
drivers/scsi/bnx2i/bnx2i_iscsi.c
1657
strcpy(stats->custom[0].desc, "eh_abort_cnt");
drivers/scsi/bnx2i/bnx2i_iscsi.c
1658
stats->custom[0].value = conn->eh_abort_cnt;
drivers/scsi/cxgbi/libcxgbi.c
2522
strcpy(stats->custom[0].desc, "eh_abort_cnt");
drivers/scsi/cxgbi/libcxgbi.c
2523
stats->custom[0].value = conn->eh_abort_cnt;
drivers/scsi/iscsi_tcp.c
867
strcpy(stats->custom[0].desc, "tx_sendpage_failures");
drivers/scsi/iscsi_tcp.c
868
stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt;
drivers/scsi/iscsi_tcp.c
869
strcpy(stats->custom[1].desc, "rx_discontiguous_hdr");
drivers/scsi/iscsi_tcp.c
870
stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt;
drivers/scsi/iscsi_tcp.c
871
strcpy(stats->custom[2].desc, "eh_abort_cnt");
drivers/scsi/iscsi_tcp.c
872
stats->custom[2].value = conn->eh_abort_cnt;
drivers/scsi/qedi/qedi_iscsi.c
748
strcpy(stats->custom[0].desc, "eh_abort_cnt");
drivers/scsi/qedi/qedi_iscsi.c
749
stats->custom[0].value = conn->eh_abort_cnt;
drivers/usb/serial/io_edgeport.c
2248
__u16 custom;
drivers/usb/serial/io_edgeport.c
2262
custom = (__u16)((230400L + baudrate/2) / baudrate);
drivers/usb/serial/io_edgeport.c
2264
*divisor = custom;
drivers/usb/serial/io_edgeport.c
2266
dev_dbg(dev, "%s - Baud %d = %d\n", __func__, baudrate, custom);
drivers/usb/serial/mos7720.c
1272
__u16 custom;
drivers/usb/serial/mos7720.c
1290
custom = (__u16)(230400L / baudrate);
drivers/usb/serial/mos7720.c
1294
round = (__u16)(round1 - (custom * 10));
drivers/usb/serial/mos7720.c
1296
custom++;
drivers/usb/serial/mos7720.c
1297
*divisor = custom;
drivers/usb/serial/mos7720.c
1299
dev_dbg(&port->dev, "Baud %d = %d\n", baudrate, custom);
drivers/video/fbdev/amifb.c
1062
#define get_vbpos() ((u_short)((*(u_long volatile *)&custom.vposr >> 7) & 0xffe))
drivers/video/fbdev/amifb.c
1688
custom.bplcon1 = par->bplcon1;
drivers/video/fbdev/amifb.c
1689
custom.bpl1mod = par->bpl1mod;
drivers/video/fbdev/amifb.c
1690
custom.bpl2mod = par->bpl2mod;
drivers/video/fbdev/amifb.c
1691
custom.ddfstrt = ddfstrt2hw(par->ddfstrt);
drivers/video/fbdev/amifb.c
1692
custom.ddfstop = ddfstop2hw(par->ddfstop);
drivers/video/fbdev/amifb.c
1703
custom.bplcon0 = par->bplcon0 & ~BPC0_LACE;
drivers/video/fbdev/amifb.c
1704
custom.bplcon2 = (IS_OCS ? 0 : BPC2_KILLEHB) | BPC2_PF2P2 | BPC2_PF1P2;
drivers/video/fbdev/amifb.c
1706
custom.bplcon3 = par->bplcon3;
drivers/video/fbdev/amifb.c
1708
custom.bplcon4 = BPC4_ESPRM4 | BPC4_OSPRM4;
drivers/video/fbdev/amifb.c
1710
custom.htotal = htotal2hw(par->htotal);
drivers/video/fbdev/amifb.c
1711
custom.hbstrt = hbstrt2hw(par->hbstrt);
drivers/video/fbdev/amifb.c
1712
custom.hbstop = hbstop2hw(par->hbstop);
drivers/video/fbdev/amifb.c
1713
custom.hsstrt = hsstrt2hw(par->hsstrt);
drivers/video/fbdev/amifb.c
1714
custom.hsstop = hsstop2hw(par->hsstop);
drivers/video/fbdev/amifb.c
1715
custom.hcenter = hcenter2hw(par->hcenter);
drivers/video/fbdev/amifb.c
1716
custom.vtotal = vtotal2hw(par->vtotal);
drivers/video/fbdev/amifb.c
1717
custom.vbstrt = vbstrt2hw(par->vbstrt);
drivers/video/fbdev/amifb.c
1718
custom.vbstop = vbstop2hw(par->vbstop);
drivers/video/fbdev/amifb.c
1719
custom.vsstrt = vsstrt2hw(par->vsstrt);
drivers/video/fbdev/amifb.c
1720
custom.vsstop = vsstop2hw(par->vsstop);
drivers/video/fbdev/amifb.c
1724
custom.beamcon0 = par->beamcon0;
drivers/video/fbdev/amifb.c
1726
custom.fmode = par->fmode;
drivers/video/fbdev/amifb.c
1737
i = custom.vposr >> 15;
drivers/video/fbdev/amifb.c
1739
custom.vposw = custom.vposr | 0x8000;
drivers/video/fbdev/amifb.c
1744
custom.vposw = custom.vposr | 0x8000;
drivers/video/fbdev/amifb.c
1746
custom.cop2lc = (u_short *)ZTWO_PADDR(copdisplay.list[currentcop][i]);
drivers/video/fbdev/amifb.c
1761
custom.dmacon = DMAF_RASTER | DMAF_SPRITE;
drivers/video/fbdev/amifb.c
1766
custom.hsstrt = hsstrt2hw(par->hsstrt);
drivers/video/fbdev/amifb.c
1767
custom.hsstop = hsstop2hw(par->hsstop);
drivers/video/fbdev/amifb.c
1768
custom.vsstrt = vsstrt2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1769
custom.vsstop = vsstop2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1772
custom.hsstrt = hsstrt2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1773
custom.hsstop = hsstop2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1774
custom.vsstrt = vsstrt2hw(par->vsstrt);
drivers/video/fbdev/amifb.c
1775
custom.vsstop = vsstrt2hw(par->vsstop);
drivers/video/fbdev/amifb.c
1778
custom.hsstrt = hsstrt2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1779
custom.hsstop = hsstop2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1780
custom.vsstrt = vsstrt2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1781
custom.vsstop = vsstop2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1785
custom.htotal = htotal2hw(par->htotal);
drivers/video/fbdev/amifb.c
1786
custom.vtotal = vtotal2hw(par->vtotal);
drivers/video/fbdev/amifb.c
1787
custom.beamcon0 = BMC0_HARDDIS | BMC0_VARBEAMEN |
drivers/video/fbdev/amifb.c
1792
custom.dmacon = DMAF_SETCLR | DMAF_RASTER | DMAF_SPRITE;
drivers/video/fbdev/amifb.c
1797
custom.hsstrt = hsstrt2hw(par->hsstrt);
drivers/video/fbdev/amifb.c
1798
custom.hsstop = hsstop2hw(par->hsstop);
drivers/video/fbdev/amifb.c
1799
custom.vsstrt = vsstrt2hw(par->vsstrt);
drivers/video/fbdev/amifb.c
1800
custom.vsstop = vsstop2hw(par->vsstop);
drivers/video/fbdev/amifb.c
1801
custom.beamcon0 = par->beamcon0;
drivers/video/fbdev/amifb.c
1806
custom.bplcon3 = bplcon3;
drivers/video/fbdev/amifb.c
1807
custom.color[0] = rgb2hw8_high(red, green, blue);
drivers/video/fbdev/amifb.c
1808
custom.bplcon3 = bplcon3 | BPC3_LOCT;
drivers/video/fbdev/amifb.c
1809
custom.color[0] = rgb2hw8_low(red, green, blue);
drivers/video/fbdev/amifb.c
1810
custom.bplcon3 = bplcon3;
drivers/video/fbdev/amifb.c
1821
custom.color[i] = ecs_palette[i] = (ecs_palette[i] & mask) | color;
drivers/video/fbdev/amifb.c
1824
custom.color[i] = ecs_palette[i] = (ecs_palette[i] & mask) | color;
drivers/video/fbdev/amifb.c
1827
custom.color[0] = rgb2hw4(red, green, blue);
drivers/video/fbdev/amifb.c
2028
custom.fmode = par->fmode;
drivers/video/fbdev/amifb.c
2132
custom.cop1lc = (u_short *)ZTWO_PADDR(copdisplay.init);
drivers/video/fbdev/amifb.c
2133
custom.copjmp1 = 0;
drivers/video/fbdev/amifb.c
2488
custom.bplcon3 = bplcon3 | (regno << 8 & 0xe000);
drivers/video/fbdev/amifb.c
2489
custom.color[regno & 31] = rgb2hw8_high(red, green,
drivers/video/fbdev/amifb.c
2491
custom.bplcon3 = bplcon3 | (regno << 8 & 0xe000) |
drivers/video/fbdev/amifb.c
2493
custom.color[regno & 31] = rgb2hw8_low(red, green,
drivers/video/fbdev/amifb.c
2495
custom.bplcon3 = bplcon3;
drivers/video/fbdev/amifb.c
2508
custom.color[i] = ecs_palette[i] = (ecs_palette[i] & mask) | color;
drivers/video/fbdev/amifb.c
2512
custom.color[i] = ecs_palette[i] = (ecs_palette[i] & mask) | color;
drivers/video/fbdev/amifb.c
2516
custom.color[regno] = rgb2hw4(red, green, blue);
drivers/video/fbdev/amifb.c
3549
custom.dmacon = DMAF_ALL | DMAF_MASTER;
drivers/video/fbdev/amifb.c
3717
custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_RASTER | DMAF_COPPER |
drivers/video/fbdev/amifb.c
3745
custom.dmacon = DMAF_ALL | DMAF_MASTER;
drivers/video/fbdev/amifb.c
3762
custom.dmacon = DMAF_ALL | DMAF_MASTER;
drivers/video/fbdev/amifb.c
599
#define VBlankOn() custom.intena = IF_SETCLR|IF_COPER
drivers/video/fbdev/amifb.c
600
#define VBlankOff() custom.intena = IF_COPER
include/linux/usb/pd_vdo.h
32
#define VDO(vid, type, ver, custom) \
include/linux/usb/pd_vdo.h
36
((custom) & 0x7FFF))
include/scsi/iscsi_if.h
819
struct iscsi_stats_custom custom[]
include/scsi/iscsi_if.h
950
struct iscsi_host_stats_custom custom[]
include/trace/trace_custom_events.h
16
#define TRACE_SYSTEM custom
kernel/futex/core.c
1759
if (!a->custom && b->custom)
kernel/futex/core.c
1761
if (a->custom && !b->custom)
kernel/futex/core.c
1783
bool custom = flags & FH_CUSTOM;
kernel/futex/core.c
1795
if (custom)
kernel/futex/core.c
1818
fph->custom = custom;
kernel/futex/core.c
1824
if (custom) {
kernel/futex/core.c
1882
if (!__futex_pivot_hash(mm, new) && custom)
kernel/futex/core.c
1904
if (fph->custom)
kernel/futex/core.c
71
bool custom;
sound/oss/dmasound/dmasound_paula.c
313
custom.aud[0].audvol = custom.aud[1].audvol = 0;
sound/oss/dmasound/dmasound_paula.c
314
custom.aud[2].audvol = custom.aud[3].audvol = 0;
sound/oss/dmasound/dmasound_paula.c
315
custom.dmacon = AMI_AUDIO_OFF;
sound/oss/dmasound/dmasound_paula.c
380
custom.aud[i].audper = period;
sound/oss/dmasound/dmasound_paula.c
430
custom.aud[0].audvol = dmasound.volume_left;
sound/oss/dmasound/dmasound_paula.c
432
custom.aud[1].audvol = dmasound.volume_right;
sound/oss/dmasound/dmasound_paula.c
435
custom.aud[2].audvol = 1;
sound/oss/dmasound/dmasound_paula.c
436
custom.aud[3].audvol = 1;
sound/oss/dmasound/dmasound_paula.c
438
custom.aud[2].audvol = 0;
sound/oss/dmasound/dmasound_paula.c
439
custom.aud[3].audvol = 0;
sound/oss/dmasound/dmasound_paula.c
484
custom.aud[0].audvol = dmasound.volume_left;
sound/oss/dmasound/dmasound_paula.c
485
custom.aud[1].audvol = dmasound.volume_right;
sound/oss/dmasound/dmasound_paula.c
487
custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0);
sound/oss/dmasound/dmasound_paula.c
488
custom.aud[0].audlen = size;
sound/oss/dmasound/dmasound_paula.c
489
custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1);
sound/oss/dmasound/dmasound_paula.c
490
custom.aud[1].audlen = size;
sound/oss/dmasound/dmasound_paula.c
491
custom.dmacon = AMI_AUDIO_8;
sound/oss/dmasound/dmasound_paula.c
494
custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0);
sound/oss/dmasound/dmasound_paula.c
495
custom.aud[0].audlen = size;
sound/oss/dmasound/dmasound_paula.c
496
custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1);
sound/oss/dmasound/dmasound_paula.c
497
custom.aud[1].audlen = size;
sound/oss/dmasound/dmasound_paula.c
502
custom.aud[2].audvol = 1; /* we are being affected by the beeps */
sound/oss/dmasound/dmasound_paula.c
503
custom.aud[3].audvol = 1; /* restoring volume here helps a bit */
sound/oss/dmasound/dmasound_paula.c
504
custom.aud[2].audlc = (u_short *)ZTWO_PADDR(ch2);
sound/oss/dmasound/dmasound_paula.c
505
custom.aud[2].audlen = size;
sound/oss/dmasound/dmasound_paula.c
506
custom.aud[3].audlc = (u_short *)ZTWO_PADDR(ch3);
sound/oss/dmasound/dmasound_paula.c
507
custom.aud[3].audlen = size;
sound/oss/dmasound/dmasound_paula.c
508
custom.dmacon = AMI_AUDIO_14;
sound/oss/dmasound/dmasound_paula.c
510
custom.aud[2].audvol = 0;
sound/oss/dmasound/dmasound_paula.c
511
custom.aud[3].audvol = 0;
sound/oss/dmasound/dmasound_paula.c
512
custom.dmacon = AMI_AUDIO_8;
sound/oss/dmasound/dmasound_paula.c
524
custom.intena = IF_AUD0;
sound/oss/dmasound/dmasound_paula.c
528
custom.intena = IF_SETCLR | IF_AUD0;
sound/oss/dmasound/dmasound_paula.c
538
custom.intena = IF_SETCLR | IF_AUD0;
sound/oss/dmasound/dmasound_paula.c
547
custom.intena = IF_SETCLR | IF_AUD0;
sound/oss/dmasound/dmasound_paula.c
553
custom.intena = IF_SETCLR | IF_AUD0;
sound/oss/dmasound/dmasound_paula.c
561
custom.intena = IF_AUD0;
sound/oss/dmasound/dmasound_paula.c
588
custom.intena = IF_SETCLR | IF_AUD0;
sound/oss/dmasound/dmasound_paula.c
612
custom.aud[0].audvol = dmasound.volume_left;
sound/oss/dmasound/dmasound_paula.c
613
custom.aud[3].audvol = 1; /* For pseudo 14bit */
sound/oss/dmasound/dmasound_paula.c
614
custom.aud[1].audvol = dmasound.volume_right;
sound/oss/dmasound/dmasound_paula.c
615
custom.aud[2].audvol = 1; /* For pseudo 14bit */
sound/soc/codecs/aw88395/aw88395_data_type.h
78
char custom[CUSTOMER_NAME_MAX];
tools/perf/ui/browsers/scripts.c
258
static int list_scripts(char *script_name, bool *custom,
tools/perf/ui/browsers/scripts.c
320
*custom = choice >= max_std;
tools/perf/ui/browsers/scripts.c
349
bool custom = false;
tools/perf/ui/browsers/scripts.c
352
if (list_scripts(script_name, &custom, evsel))
tools/perf/ui/browsers/scripts.c
356
custom ? "perf script -s " : "",