| /drivers/iio/temperature/ |
| A D | ltc2983.c | 384 if (custom->offset < 0) { in __ltc2983_chan_custom_sensor_assign() 397 custom->size); in __ltc2983_chan_custom_sensor_assign() 411 reg, custom->offset, in __ltc2983_chan_custom_sensor_assign() 412 custom->size); in __ltc2983_chan_custom_sensor_assign() 414 return regmap_bulk_write(st->regmap, reg, custom->table, custom->size); in __ltc2983_chan_custom_sensor_assign() 548 if (thermo->custom) { in ltc2983_thermocouple_assign_chan() 570 if (rtd->custom) { in ltc2983_rtd_assign_chan() 592 if (thermistor->custom) { in ltc2983_thermistor_assign_chan() 596 thermistor->custom, in ltc2983_thermistor_assign_chan() 836 if (IS_ERR(rtd->custom)) in ltc2983_rtd_new() [all …]
|
| /drivers/video/fbdev/ |
| A D | amifb.c | 597 #define custom amiga_custom macro 1688 custom.bplcon1 = par->bplcon1; in ami_update_display() 1726 custom.fmode = par->fmode; in ami_init_display() 1737 i = custom.vposr >> 15; in ami_init_display() 1739 custom.vposw = custom.vposr | 0x8000; in ami_init_display() 1744 custom.vposw = custom.vposr | 0x8000; in ami_init_display() 1806 custom.bplcon3 = bplcon3; in ami_do_blank() 1810 custom.bplcon3 = bplcon3; in ami_do_blank() 2028 custom.fmode = par->fmode; in ami_set_var_cursorinfo() 2133 custom.copjmp1 = 0; in ami_init_copper() [all …]
|
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_wx.c | 47 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local 185 p = custom; in libipw_translate_scan() 187 iwe.u.data.length = p - custom; in libipw_translate_scan() 189 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 212 p = custom; in libipw_translate_scan() 213 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan() 216 iwe.u.data.length = p - custom; in libipw_translate_scan() 222 p = custom; in libipw_translate_scan() 228 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), "INVALID "); in libipw_translate_scan() 234 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), "DFS "); in libipw_translate_scan() [all …]
|
| /drivers/media/usb/dvb-usb/ |
| A D | nova-t-usb2.c | 74 u8 *buf, data, toggle, custom; in nova_t_rc_query() local 95 custom = (raw >> 6) & 0x1f; in nova_t_rc_query() 98 buf[1], buf[2], buf[3], custom, data, toggle); in nova_t_rc_query() 102 rc5_custom(&rc_map_haupp_table[i]) == custom) { in nova_t_rc_query()
|
| /drivers/block/ |
| A D | amiflop.c | 318 #define custom amiga_custom macro 677 custom.dsklen = 0x4000; in fd_block_done() 699 custom.adkcon = ADK_MSBSYNC; in raw_read() 700 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST; in raw_read() 702 custom.dsksync = MFM_SYNC; in raw_read() 704 custom.dsklen = 0; in raw_read() 713 custom.dsklen = 0; in raw_read() 738 custom.adkcon = adk; in raw_write() 740 custom.dsklen = DSKLEN_WRITE; in raw_write() 759 custom.dsklen = 0; in post_write() [all …]
|
| /drivers/auxdisplay/ |
| A D | Kconfig | 88 int "Default panel profile (0-5, 0=custom)" 97 0 = custom (see further) 127 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)" 138 1 : custom configuration and wiring (see further) 163 This is the number of characters per line on the LCD in custom profile. 238 Default for the 'E' pin in custom profile is '14' (AUTOFEED). 253 Default for the 'RS' pin in custom profile is '17' (SELECT IN). 268 Default for the 'RW' pin in custom profile is '16' (INIT). 283 Default for the 'SCL' pin in custom profile is '1' (STROBE). 298 Default for the 'SDA' pin in custom profile is '2' (D0). [all …]
|
| /drivers/iio/position/ |
| A D | Kconfig | 29 Say yes here to build support for the HID custom 33 module will be called hid-sensor-custom-hinge.
|
| A D | Makefile | 7 obj-$(CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE) += hid-sensor-custom-intel-hinge.o
|
| /drivers/scsi/ |
| A D | iscsi_tcp.c | 867 strcpy(stats->custom[0].desc, "tx_sendpage_failures"); in iscsi_sw_tcp_conn_get_stats() 868 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt; in iscsi_sw_tcp_conn_get_stats() 869 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr"); in iscsi_sw_tcp_conn_get_stats() 870 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt; in iscsi_sw_tcp_conn_get_stats() 871 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_sw_tcp_conn_get_stats() 872 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_sw_tcp_conn_get_stats()
|
| /drivers/gpu/drm/xlnx/ |
| A D | zynqmp_dp.c | 331 u8 custom[10]; member 1783 u8 *const custom) in zynqmp_dp_set_test_pattern() argument 1811 const u8 *p = custom; in zynqmp_dp_set_test_pattern() 1907 dp->test.custom) ?: ret; in zynqmp_dp_pattern_write() 1986 dp->test.custom); in zynqmp_dp_active_set() 2019 ret = simple_read_from_buffer(user_buf, count, ppos, &dp->test.custom, in zynqmp_dp_custom_read() 2020 sizeof(dp->test.custom)); in zynqmp_dp_custom_read() 2031 char buf[sizeof(dp->test.custom)]; in zynqmp_dp_custom_write() 2038 memcpy(dp->test.custom, buf, ret); in zynqmp_dp_custom_write() 2041 dp->test.custom) ?: ret; in zynqmp_dp_custom_write() [all …]
|
| /drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| A D | aldebaran_ppt.c | 1457 pstate_table->gfxclk_pstate.custom.min = in aldebaran_usr_edit_dpm_table() 1462 pstate_table->gfxclk_pstate.custom.min = input[1]; in aldebaran_usr_edit_dpm_table() 1467 pstate_table->gfxclk_pstate.custom.max = in aldebaran_usr_edit_dpm_table() 1472 pstate_table->gfxclk_pstate.custom.max = input[1]; in aldebaran_usr_edit_dpm_table() 1498 if (!pstate_table->gfxclk_pstate.custom.min) in aldebaran_usr_edit_dpm_table() 1499 pstate_table->gfxclk_pstate.custom.min = in aldebaran_usr_edit_dpm_table() 1502 if (!pstate_table->gfxclk_pstate.custom.max) in aldebaran_usr_edit_dpm_table() 1503 pstate_table->gfxclk_pstate.custom.max = in aldebaran_usr_edit_dpm_table() 1506 min_clk = pstate_table->gfxclk_pstate.custom.min; in aldebaran_usr_edit_dpm_table() 1507 max_clk = pstate_table->gfxclk_pstate.custom.max; in aldebaran_usr_edit_dpm_table()
|
| A D | smu_v13_0_6_ppt.c | 2135 pstate_table->gfxclk_pstate.custom.min = in smu_v13_0_6_usr_edit_dpm_table() 2148 pstate_table->gfxclk_pstate.custom.max = in smu_v13_0_6_usr_edit_dpm_table() 2183 pstate_table->uclk_pstate.custom.max = in smu_v13_0_6_usr_edit_dpm_table() 2188 pstate_table->uclk_pstate.custom.max = input[1]; in smu_v13_0_6_usr_edit_dpm_table() 2223 if (!pstate_table->gfxclk_pstate.custom.min) in smu_v13_0_6_usr_edit_dpm_table() 2224 pstate_table->gfxclk_pstate.custom.min = in smu_v13_0_6_usr_edit_dpm_table() 2227 if (!pstate_table->gfxclk_pstate.custom.max) in smu_v13_0_6_usr_edit_dpm_table() 2228 pstate_table->gfxclk_pstate.custom.max = in smu_v13_0_6_usr_edit_dpm_table() 2231 min_clk = pstate_table->gfxclk_pstate.custom.min; in smu_v13_0_6_usr_edit_dpm_table() 2240 if (!pstate_table->uclk_pstate.custom.max) in smu_v13_0_6_usr_edit_dpm_table() [all …]
|
| /drivers/base/firmware_loader/ |
| A D | Kconfig | 114 this is known as the driver using the custom fallback mechanism. 115 If the custom fallback mechanism is used userspace must always 150 A modern use case may be to temporarily mount a custom partition 164 certain you need to support some really custom firmware loading
|
| /drivers/usb/serial/ |
| A D | mos7720.c | 1272 __u16 custom; in calc_baud_rate_divisor() local 1290 custom = (__u16)(230400L / baudrate); in calc_baud_rate_divisor() 1294 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor() 1296 custom++; in calc_baud_rate_divisor() 1297 *divisor = custom; in calc_baud_rate_divisor() 1299 dev_dbg(&port->dev, "Baud %d = %d\n", baudrate, custom); in calc_baud_rate_divisor()
|
| /drivers/clk/ingenic/ |
| A D | cgu.h | 186 struct ingenic_cgu_custom_info custom; member
|
| A D | jz4780-cgu.c | 323 .custom = { &jz4780_otg_phy_ops }, 784 .custom = { &jz4780_core1_ops },
|
| A D | x1830-cgu.c | 209 .custom = { &x1830_otg_phy_ops },
|
| A D | jz4770-cgu.c | 428 .custom = { &jz4770_uhc_phy_ops },
|
| A D | x1000-cgu.c | 268 .custom = { &x1000_otg_phy_ops },
|
| /drivers/mtd/parsers/ |
| A D | Kconfig | 22 Broadcom uses a custom way of storing U-Boot environment variables. 24 It's possible to locate them by looking for a custom header with a 127 custom ASCII-based format.
|
| /drivers/base/ |
| A D | Kconfig | 86 bool "Disable drivers features which enable custom firmware building" 89 Say yes to disable driver features which enable building a custom 92 use their own custom loading mechanism. The required firmware is
|
| /drivers/staging/media/atomisp/ |
| A D | TODO | 8 * Remove/disable custom v4l2-ctrls
|
| /drivers/char/tpm/ |
| A D | Kconfig | 120 custom microcontroller and requires a custom i2c protocol interface
|
| /drivers/gpio/ |
| A D | TODO | 72 #include <linux/gpio/consumer.h> and stop doing custom parsing of the 77 gpiolib-of.c: in some cases subsystems are doing custom flags and
|
| /drivers/gpu/drm/msm/ |
| A D | NOTES | 31 driver, and not exposing any custom ioctls to userspace for now.)
|