Searched refs:mode (Results 76 - 100 of 6117) sorted by relevance

1234567891011>>

/linux-master/include/linux/input/
H A Dsh_keysc.h9 SH_KEYSC_MODE_4, SH_KEYSC_MODE_5, SH_KEYSC_MODE_6 } mode; member in struct:sh_keysc_info
/linux-master/fs/
H A Dfs_types.c61 * fs_umode_to_ftype() - file mode to on-disk file type.
62 * @mode: The file mode to convert.
64 * This function converts the file mode value to the on-disk file type (FT_*).
77 unsigned char fs_umode_to_ftype(umode_t mode) argument
79 return fs_ftype_by_dtype[S_DT(mode)];
84 * fs_umode_to_dtype() - file mode to dirent file type.
85 * @mode: The file mode to convert.
87 * This function converts the file mode valu
101 fs_umode_to_dtype(umode_t mode) argument
[all...]
/linux-master/include/uapi/linux/netfilter_ipv6/
H A Dip6t_HL.h20 __u8 mode; member in struct:ip6t_HL_info
/linux-master/include/uapi/linux/netfilter_ipv4/
H A Dipt_TTL.h19 __u8 mode; member in struct:ipt_TTL_info
/linux-master/drivers/media/usb/pwc/
H A Dpwc-kiara.h27 unsigned char mode[12]; /* precomputed mode settings for cam */ member in struct:Kiara_table_entry
H A Dpwc-timon.h17 It lists the bandwidth requirements for said mode by its alternate interface
18 number. An alternate of 0 means that the mode is unavailable.
25 When an uncompressed mode is not available, the next available compressed mode
42 unsigned char mode[13]; /* precomputed mode settings for cam */ member in struct:Timon_table_entry
/linux-master/arch/mips/pic32/pic32mzda/
H A Dpic32mzda.h15 int pic32_set_lcd_mode(int mode);
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dps.h15 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode);
/linux-master/arch/arm/mach-omap2/
H A Domap3-restart.c22 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) argument
H A Dti81xx-restart.c16 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
23 * clocks to bypass mode.
25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbtcoex.h16 enum brcmf_btcoex_mode mode, u16 duration);
/linux-master/include/linux/platform_data/
H A Dad7266.h24 * enum ad7266_mode - AD7266 sample mode
25 * @AD7266_MODE_DIFF: Device is configured for full differential mode
27 * @AD7266_MODE_PSEUDO_DIFF: Device is configured for pseudo differential mode
29 * @AD7266_MODE_SINGLE_ENDED: Device is configured for single-ended mode
41 * @mode: Sample mode the device is configured for
46 enum ad7266_mode mode; member in struct:ad7266_platform_data
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddebug.c46 debug_buf_mode_t mode = DEBUG_BUFFER_MODE_LINEAR; local
53 &mode, sizeof(debug_buf_mode_t));
66 void debug_buffer_setmode(const debug_buf_mode_t mode) argument
71 debug_buffer_address + DEBUG_DATA_BUF_MODE_ADDR, mode);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen6_engine_cs.h16 int gen6_emit_flush_rcs(struct i915_request *rq, u32 mode);
17 int gen6_emit_flush_vcs(struct i915_request *rq, u32 mode);
18 int gen6_emit_flush_xcs(struct i915_request *rq, u32 mode);
22 int gen7_emit_flush_rcs(struct i915_request *rq, u32 mode);
/linux-master/include/linux/
H A Dwait_bit.h24 typedef int wait_bit_action_f(struct wait_bit_key *key, int mode);
27 int __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
30 int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode);
31 int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, unsigned long timeout);
32 int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode);
36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
49 extern int bit_wait(struct wait_bit_key *key, int mode);
50 extern int bit_wait_io(struct wait_bit_key *key, int mode);
51 extern int bit_wait_timeout(struct wait_bit_key *key, int mode);
71 wait_on_bit(unsigned long *word, int bit, unsigned mode) argument
96 wait_on_bit_io(unsigned long *word, int bit, unsigned mode) argument
122 wait_on_bit_timeout(unsigned long *word, int bit, unsigned mode, unsigned long timeout) argument
150 wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action, unsigned mode) argument
179 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) argument
203 wait_on_bit_lock_io(unsigned long *word, int bit, unsigned mode) argument
229 wait_on_bit_lock_action(unsigned long *word, int bit, wait_bit_action_f *action, unsigned mode) argument
[all...]
H A Dseccomp_types.h13 * @mode: indicates one of the valid values above for controlled
23 int mode; member in struct:seccomp
/linux-master/tools/power/cpupower/lib/
H A Dpowercap.h42 int powercap_get_enabled(int *mode);
43 int powercap_set_enabled(int mode);
50 int powercap_zone_get_enabled(struct powercap_zone *zone, int *mode);
51 int powercap_zone_set_enabled(struct powercap_zone *zone, int mode);
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_venc.h56 meson_venc_hdmi_supported_mode(const struct drm_display_mode *mode);
65 struct meson_cvbs_enci_mode *mode);
69 const struct drm_display_mode *mode);
71 const struct drm_display_mode *mode);
H A Dmeson_encoder_cvbs.h19 struct drm_display_mode mode; member in struct:meson_cvbs_mode
/linux-master/fs/dlm/
H A Duser.h10 void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
/linux-master/include/linux/spi/
H A Dsh_msiof.h14 int mode; member in struct:sh_msiof_spi_info
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dtv_encoder.c29 struct drm_display_mode *mode,
38 mode = adjusted_mode;
40 DBG("set mode: " DRM_MODE_FMT, DRM_MODE_ARG(mode));
42 mdp4_dtv_encoder->pixclock = mode->clock * 1000;
47 if (mode->flags & DRM_MODE_FLAG_NHSYNC)
49 if (mode->flags & DRM_MODE_FLAG_NVSYNC)
55 hsync_start_x = (mode->htotal - mode->hsync_start);
56 hsync_end_x = mode
28 mdp4_dtv_encoder_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_sriov.c13 * @mode: the &xe_sriov_mode to convert
15 * Returns: SR-IOV mode as a user friendly string.
17 const char *xe_sriov_mode_to_string(enum xe_sriov_mode mode) argument
19 switch (mode) {
32 * xe_sriov_probe_early - Probe a SR-IOV mode.
33 * @xe: the &xe_device to probe mode on
40 * SR-IOV PF mode detection is based on PCI @dev_is_pf() function.
41 * SR-IOV VF mode detection is based on dedicated MMIO register read.
45 enum xe_sriov_mode mode = XE_SRIOV_MODE_NONE; local
47 /* TODO: replace with proper mode detectio
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.h33 const struct drm_display_mode *mode);
35 struct drm_display_mode *mode);
/linux-master/ipc/
H A Dcompat.c46 to->mode = v.mode;
58 to->mode = v.mode;
69 to->mode = from->mode;
80 to->mode = from->mode;

Completed in 279 milliseconds

1234567891011>>