Home
last modified time | relevance | path

Searched refs:si (Results 1 – 12 of 12) sorted by relevance

/include/linux/
A Dscreen_info.h24 u64 lfb_base = si->lfb_base; in __screen_info_lfb_base()
37 if (si->ext_lfb_base) in __screen_info_set_lfb_base()
45 u64 lfb_size = si->lfb_size; in __screen_info_lfb_size()
59 return si->vesa_attributes & BIT(5); in __screen_info_vbe_mode_nonvga()
97 if (!si->orig_video_isVGA) in screen_info_video_type()
103 return si->orig_video_isVGA; in screen_info_video_type()
106 if (!si->orig_video_lines || !si->orig_video_cols) in screen_info_video_type()
110 if (si->orig_video_mode == 0x07) { in screen_info_video_type()
119 if (si->orig_video_isVGA) in screen_info_video_type()
131 if (si->vesapm_seg < 0xc000) in __screen_info_vesapm_info_base()
[all …]
A Dsysfb.h102 bool sysfb_parse_mode(const struct screen_info *si,
104 struct platform_device *sysfb_create_simplefb(const struct screen_info *si,
110 static inline bool sysfb_parse_mode(const struct screen_info *si, in sysfb_parse_mode() argument
116 static inline struct platform_device *sysfb_create_simplefb(const struct screen_info *si, in sysfb_create_simplefb() argument
A Dswap.h508 extern bool swap_entry_swapped(struct swap_info_struct *si, swp_entry_t entry);
517 static inline void put_swap_device(struct swap_info_struct *si) in put_swap_device() argument
519 percpu_ref_put(&si->users); in put_swap_device()
533 static inline void put_swap_device(struct swap_info_struct *si) in put_swap_device() argument
589 static inline bool swap_entry_swapped(struct swap_info_struct *si, swp_entry_t entry) in swap_entry_swapped() argument
A Dconsole.h137 void vgacon_register_screen(struct screen_info *si);
139 static inline void vgacon_register_screen(struct screen_info *si) { } in vgacon_register_screen() argument
A Dbpf.h3508 const struct bpf_insn *si,
3528 const struct bpf_insn *si, in bpf_sock_convert_ctx_access() argument
3557 const struct bpf_insn *si,
3566 const struct bpf_insn *si,
3579 const struct bpf_insn *si, in bpf_tcp_sock_convert_ctx_access() argument
3594 const struct bpf_insn *si, in bpf_xdp_sock_convert_ctx_access() argument
A Defi.h1322 extern void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
/include/linux/iio/imu/
A Dadis.h442 .scan_index = (si), \
451 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
452 ADIS_VOLTAGE_CHAN(addr, si, 0, "supply", info_all, bits)
454 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
455 ADIS_VOLTAGE_CHAN(addr, si, 1, NULL, info_all, bits)
457 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
466 .scan_index = (si), \
484 .scan_index = (si), \
493 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
502 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
[all …]
/include/uapi/linux/
A Dnilfs2_api.h81 nilfs_suinfo_##name(const struct nilfs_suinfo *si) \
83 return si->sui_flags & (1UL << NILFS_SUINFO_##flag); \
90 static inline int nilfs_suinfo_clean(const struct nilfs_suinfo *si) in NILFS_SUINFO_FNS()
92 return !si->sui_flags; in NILFS_SUINFO_FNS()
/include/net/sctp/
A Dstructs.h1483 struct sctp_stream_interleave *si; member
1508 return stream->si->data_chunk_len; in sctp_datachk_len()
1513 return stream->si->data_chunk_len - sizeof(struct sctp_chunkhdr); in sctp_datahdr_len()
1518 return stream->si->ftsn_chunk_len; in sctp_ftsnchk_len()
1523 return stream->si->ftsn_chunk_len - sizeof(struct sctp_chunkhdr); in sctp_ftsnhdr_len()
/include/linux/sunrpc/
A Dsvc.h450 int svc_pool_stats_open(struct svc_info *si, struct file *file);
/include/linux/iio/
A Diio.h637 *iio_find_channel_from_si(struct iio_dev *indio_dev, int si);
/include/net/
A Dxfrm.h1770 void xfrm_sad_getinfo(struct net *net, struct xfrmk_sadinfo *si);
1771 void xfrm_spd_getinfo(struct net *net, struct xfrmk_spdinfo *si);

Completed in 54 milliseconds