Searched refs:modes (Results 1 - 25 of 622) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.reg352 modes M_CCHAN
363 modes M_CCHAN
373 modes M_CCHAN
384 modes M_CCHAN
429 modes M_DFF0, M_DFF1
451 modes M_CFG
467 modes M_DFF0, M_DFF1
483 modes M_DFF0, M_DFF1
493 modes M_DFF0, M_DFF1
506 modes M_CF
[all...]
/linux-master/arch/powerpc/platforms/pasemi/
H A Didle.c25 static struct sleep_mode modes[] = { variable in typeref:struct:sleep_mode
36 * all modes.
69 pr_warn("No cpufreq driver, powersavings modes disabled\n");
74 ppc_md.power_save = modes[current_mode].entry;
75 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name);
84 for (i = 0; i < ARRAY_SIZE(modes); i++) {
85 if (!strcmp(modes[i].name, p)) {
/linux-master/tools/testing/selftests/timers/
H A Dchange_skew.c41 tx.modes = ADJ_FREQUENCY;
69 tx.modes = ADJ_OFFSET;
86 tx.modes = ADJ_FREQUENCY;
H A Dleapcrash.c39 tx.modes = ADJ_STATUS;
43 tx.modes = ADJ_STATUS;
92 tx.modes = 0;
98 tx.modes = ADJ_STATUS;
H A Dadjtick.c120 tx1.modes = ADJ_TICK;
121 tx1.modes |= ADJ_OFFSET;
122 tx1.modes |= ADJ_FREQUENCY;
123 tx1.modes |= ADJ_STATUS;
141 tx1.modes = 0;
197 tx1.modes = ADJ_TICK;
198 tx1.modes |= ADJ_OFFSET;
199 tx1.modes |= ADJ_FREQUENCY;
H A Dskew_consistency.c59 tx.modes = ADJ_FREQUENCY;
66 tx.modes = ADJ_FREQUENCY;
H A Dvalid-adjtimex.c52 tx.modes = ADJ_STATUS;
127 tx.modes = ADJ_FREQUENCY;
138 tx.modes = 0;
146 tx.modes = ADJ_FREQUENCY;
157 tx.modes = 0;
171 tx.modes = ADJ_FREQUENCY;
187 tx.modes = ADJ_FREQUENCY;
200 tmx.modes = ADJ_SETOFFSET;
202 tmx.modes |= ADJ_NANO;
235 tmx.modes
[all...]
H A Dleap-a-day.c106 tx.modes = ADJ_STATUS;
111 tx.modes = ADJ_MAXERROR;
116 tx.modes = ADJ_STATUS;
135 tx.modes = 0;
262 tx.modes = ADJ_STATUS;
275 tx.modes = 0;
315 tx.modes = 0;
319 tx.modes = ADJ_STATUS;
334 tx.modes = 0;
H A Dset-tai.c34 tx.modes = ADJ_TAI;
/linux-master/drivers/gpu/drm/
H A Ddrm_client_modeset.c125 list_for_each_entry(mode, &connector->modes, head) {
138 list_for_each_entry(mode, &connector->modes, head) {
152 list_for_each_entry(mode, &connector->modes, head) {
174 list_for_each_entry(mode, &connector->modes, head) {
184 * Attempt to find a matching mode in the list of modes we
190 list_for_each_entry(mode, &connector->modes, head) {
261 struct drm_display_mode **modes,
288 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]);
289 if (!modes[i]) {
296 if (!drm_mode_match(modes[
258 drm_client_target_cloned(struct drm_device *dev, struct drm_connector **connectors, unsigned int connector_count, struct drm_display_mode **modes, struct drm_client_offset *offsets, bool *enabled, int width, int height) argument
343 drm_client_get_tile_offsets(struct drm_connector **connectors, unsigned int connector_count, struct drm_display_mode **modes, struct drm_client_offset *offsets, int idx, int h_idx, int v_idx) argument
376 drm_client_target_preferred(struct drm_connector **connectors, unsigned int connector_count, struct drm_display_mode **modes, struct drm_client_offset *offsets, bool *enabled, int width, int height) argument
491 drm_client_pick_crtcs(struct drm_client_dev *client, struct drm_connector **connectors, unsigned int connector_count, struct drm_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument
566 drm_client_firmware_config(struct drm_client_dev *client, struct drm_connector **connectors, unsigned int connector_count, struct drm_crtc **crtcs, struct drm_display_mode **modes, struct drm_client_offset *offsets, bool *enabled, int width, int height) argument
781 struct drm_display_mode **modes; local
[all...]
/linux-master/drivers/net/phy/
H A Dsfp-bus.c138 * sfp_parse_support() - Parse the eeprom id for supported link modes
142 * @interfaces: pointer to an array of unsigned long for phy interface modes
146 * ethtool link modes for the module.
152 __ETHTOOL_DECLARE_LINK_MODE_MASK(modes) = { 0, };
177 phylink_set(modes, 10000baseSR_Full);
181 phylink_set(modes, 10000baseLR_Full);
185 phylink_set(modes, 10000baseLRM_Full);
189 phylink_set(modes, 10000baseER_Full);
195 phylink_set(modes, 1000baseX_Full);
199 phylink_set(modes, 100
[all...]
H A Dsfp.h12 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes, member in struct:sfp_quirk
/linux-master/drivers/iio/
H A Dindustrialio-triggered-event.c45 indio_dev->modes |= INDIO_EVENT_TRIGGERED;
57 indio_dev->modes &= ~INDIO_EVENT_TRIGGERED;
/linux-master/drivers/pinctrl/spear/
H A Dpinctrl-spear3xx.c33 .modes = ~0,
66 .modes = ~0,
99 .modes = ~0,
132 .modes = ~0,
166 .modes = ~0,
199 .modes = ~0,
225 .modes = ~0,
251 .modes = ~0,
277 .modes = ~0,
303 .modes
[all...]
H A Dpinctrl-spear320.c25 /* modes */
493 .modes = EXTENDED_MODE,
572 .modes = AUTO_EXP_MODE | EXTENDED_MODE,
576 .modes = EXTENDED_MODE,
622 .modes = EXTENDED_MODE,
661 .modes = EXTENDED_MODE,
665 .modes = AUTO_EXP_MODE | EXTENDED_MODE,
669 .modes = EXTENDED_MODE,
715 .modes = EXTENDED_MODE,
756 .modes
[all...]
H A Dpinctrl-spear300.c24 /* modes */
171 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE |
198 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE |
233 .modes = HEND_IP_PHONE_MODE | HEND_WIFI_PHONE_MODE |
260 .modes = PHOTO_FRAME_MODE,
294 .modes = PHOTO_FRAME_MODE | LEND_IP_PHONE_MODE |
331 .modes = LEND_IP_PHONE_MODE | HEND_IP_PHONE_MODE |
367 .modes = CAML_LCDW_MODE | CAML_LCD_MODE,
393 .modes = CAMU_LCD_MODE | CAMU_WLCD_MODE,
426 .modes
[all...]
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c88 .modes = &am200_fb_mode_6inch,
150 if ((info->var.xres != am200_fb_info.modes->xres)
151 || (info->var.yres != am200_fb_info.modes->yres))
207 am200_fb_info.modes = &am200_fb_mode_6inch;
210 am200_fb_info.modes = &am200_fb_mode_8inch;
213 am200_fb_info.modes = &am200_fb_mode_9inch7;
218 am200_fb_info.modes = &am200_fb_mode_6inch;
228 fw = am200_fb_info.modes->xres;
229 fh = am200_fb_info.modes->yres;
247 am200_fb_info.modes
[all...]
/linux-master/drivers/platform/x86/
H A Dmsi-ec.h61 struct msi_ec_mode modes[5]; // fixed size for easier hard coding member in struct:msi_ec_shift_mode_conf
71 struct msi_ec_mode modes[5]; // fixed size for easier hard coding member in struct:msi_ec_fan_mode_conf
H A Dmsi-ec.c71 .modes = {
83 .modes = {
151 .modes = {
164 .modes = {
228 .modes = {
241 .modes = {
306 .modes = {
319 .modes = {
384 .modes = {
397 .modes
[all...]
/linux-master/drivers/net/
H A Dmdio.c249 /* All the other defined modes are flavours of optical */
275 u32 modes = 0; local
286 modes = ecmd->advertising & ecmd->lp_advertising;
288 if ((modes & ~ADVERTISED_Autoneg) == 0)
289 modes = ecmd->advertising;
291 if (modes & (ADVERTISED_10000baseT_Full |
296 } else if (modes & (ADVERTISED_1000baseT_Full |
300 ecmd->duplex = !(modes & ADVERTISED_1000baseT_Half);
301 } else if (modes & (ADVERTISED_100baseT_Full |
304 ecmd->duplex = !!(modes
446 u32 modes = 0; local
[all...]
/linux-master/drivers/clk/renesas/
H A Dclk-rz.c33 u16 modes; local
39 modes = ioread16(ppr0);
43 return modes;
/linux-master/include/video/
H A Dpxa168fb.h84 struct fb_videomode *modes; member in struct:pxa168fb_mach_info
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.h30 * @modes: Mode.
38 int modes);
/linux-master/include/uapi/linux/
H A Dtimex.h66 unsigned int modes; /* mode selector */ member in struct:timex
103 unsigned int modes; /* mode selector */ member in struct:__kernel_timex
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-simple.c50 * @modes: Pointer to array of fixed modes appropriate for this panel.
56 const struct drm_display_mode *modes; member in struct:panel_desc
58 /** @num_modes: Number of elements in modes array. */
64 * NOTE: cannot be used with "modes" and also these will be used to
205 const struct drm_display_mode *m = &panel->desc->modes[i];
255 * Only add fixed modes if timings/override added no mode.
412 /* add hard-coded panel modes */
781 .modes = &ampire_am_1280800n3tzqw_t00h_mode,
807 .modes
[all...]

Completed in 354 milliseconds

1234567891011>>