Searched defs:sync (Results 1 - 15 of 15) sorted by path

/include/linux/
H A Dblkdev.h315 int nr_rqs[2]; /* # allocated [a]sync rqs */
636 * We regard a request as sync, if either a read or a sync write
648 static inline bool blk_rl_full(struct request_list *rl, bool sync) argument
650 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL;
655 static inline void blk_set_rl_full(struct request_list *rl, bool sync) argument
657 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL;
662 static inline void blk_clear_rl_full(struct request_list *rl, bool sync) argument
664 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL;
826 static inline void blk_clear_queue_congested(struct request_queue *q, int sync) argument
835 blk_set_queue_congested(struct request_queue *q, int sync) argument
[all...]
H A Dfb.h775 u32 sync; member in struct:fb_videomode
H A Drculist.h185 * @sync: function to sync: synchronize_rcu(), synchronize_sched(), ...
193 * to modify the list as soon as sync() begins execution.
200 void (*sync)(void))
224 sync();
198 list_splice_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) argument
H A Drmap.h198 spinlock_t **ptlp, int sync)
203 ptlp, sync));
196 page_check_address(struct page *page, struct mm_struct *mm, unsigned long address, spinlock_t **ptlp, int sync) argument
/include/linux/mfd/
H A D88pm860x.h416 int (*sync)(unsigned int ticks); member in struct:pm860x_rtc_pdata
/include/linux/platform_data/
H A Dvideo-pxafb.h88 u_char sync; member in struct:pxafb_mode_info
99 * 5. sync & FB_SYNC_HOR_HIGH_ACT controls the L_LCLK_A0
100 * 6. sync & FB_SYNC_VERT_HIGH_ACT controls the L_LCLK_RD
/include/media/
H A Dvideobuf-core.h128 int (*sync) (struct videobuf_queue *q, member in struct:videobuf_qtype_ops
/include/sound/
H A Dpcm.h324 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_runtime
/include/uapi/drm/
H A Dvia_drm.h274 drm_via_blitsync_t sync; member in struct:drm_via_dmablit
/include/uapi/linux/
H A Dfb.h210 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
211 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
212 #define FB_SYNC_EXT 4 /* external sync */
213 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
217 #define FB_SYNC_ON_GREEN 32 /* sync on green */
267 __u32 left_margin; /* time from sync to picture */
268 __u32 right_margin; /* time from picture to sync */
269 __u32 upper_margin; /* time from sync to picture */
271 __u32 hsync_len; /* length of horizontal sync */
272 __u32 vsync_len; /* length of vertical sync */
273 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo
[all...]
H A Dfirewire-cdev.h732 * the sy field (4 bits), the tag field (2 bits), a sync flag
766 * packet with a sy field is received which matches &fw_cdev_start_iso.sync.
841 * @sync: Determines the value to wait for for receive packets that have
850 __u32 sync; member in struct:fw_cdev_start_iso
H A Dif.h191 sync_serial_settings __user *sync; member in union:if_settings::__anon1816
/include/uapi/sound/
H A Dasound.h267 #define SNDRV_PCM_INFO_SYNC_START 0x00400000 /* pcm support some kind of sync go */
269 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* has audio wall clock for audio/system time sync */
308 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_info
/include/video/
H A Domapdss.h257 /* Sync Pulses: both sync start and end packets sent */
259 /* Sync Events: only sync start packets sent */
261 /* Burst: only sync start packets sent, pixels are time compressed */
824 int (*sync)(struct omap_dss_device *dssdev); member in struct:omap_dss_driver
H A Dsa1100fb.h45 u_char sync; member in struct:sa1100fb_mach_info

Completed in 522 milliseconds