Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/include/linux/
Dreset.h72 const char *id, int index, int shared) in __of_reset_control_get()
79 const char *id, int index, int shared) in __devm_reset_control_get()
102 __must_check reset_control_get_exclusive(struct device *dev, const char *id) in reset_control_get_exclusive()
133 struct device *dev, const char *id) in reset_control_get_shared()
139 struct device *dev, const char *id) in reset_control_get_optional_exclusive()
145 struct device *dev, const char *id) in reset_control_get_optional_shared()
161 struct device_node *node, const char *id) in of_reset_control_get_exclusive()
186 struct device_node *node, const char *id) in of_reset_control_get_shared()
250 const char *id) in devm_reset_control_get_exclusive()
268 struct device *dev, const char *id) in devm_reset_control_get_shared()
[all …]
Data.h561 #define ata_id_is_ata(id) (((id)[ATA_ID_CONFIG] & (1 << 15)) == 0) argument
562 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) argument
563 #define ata_id_has_dma(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8)) argument
564 #define ata_id_has_ncq(id) ((id)[ATA_ID_SATA_CAPABILITY] & (1 << 8)) argument
565 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) argument
566 #define ata_id_removable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument
567 #define ata_id_has_atapi_AN(id) \ argument
571 #define ata_id_has_fpdma_aa(id) \ argument
575 #define ata_id_iordy_disable(id) ((id)[ATA_ID_CAPABILITY] & (1 << 10)) argument
576 #define ata_id_has_iordy(id) ((id)[ATA_ID_CAPABILITY] & (1 << 11)) argument
[all …]
Dextcon.h343 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) in extcon_get_state()
348 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state()
354 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_state_sync()
360 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync()
365 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property()
371 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property()
379 unsigned int id, unsigned int prop, in extcon_set_property_sync()
386 unsigned int id, unsigned int prop) in extcon_get_property_capability()
392 unsigned int id, unsigned int prop) in extcon_set_property_capability()
403 unsigned int id, in extcon_register_notifier()
[all …]
Dfs_uart_pd.h27 static inline int fs_uart_id_scc2fsid(int id) in fs_uart_id_scc2fsid()
32 static inline int fs_uart_id_fsid2scc(int id) in fs_uart_id_fsid2scc()
37 static inline int fs_uart_id_smc2fsid(int id) in fs_uart_id_smc2fsid()
42 static inline int fs_uart_id_fsid2smc(int id) in fs_uart_id_fsid2smc()
Dpatchkey.h19 # define _PATCHKEY(id) (0xfd00|id) argument
21 # define _PATCHKEY(id) ((id<<8)|0x00fd) argument
Dfs_enet_pd.h41 static inline int fs_get_fec_index(enum fs_id id) in fs_get_fec_index()
48 static inline int fs_get_fcc_index(enum fs_id id) in fs_get_fcc_index()
55 static inline int fs_get_scc_index(enum fs_id id) in fs_get_scc_index()
64 int id = fsid_fec1 + index - 1; in fs_fec_index2id() local
72 int id = fsid_fcc1 + index - 1; in fs_fcc_index2id() local
80 int id = fsid_scc1 + index - 1; in fs_scc_index2id() local
Dconnector.h47 struct cb_id id; member
55 struct cn_callback_id id; member
62 struct cb_id id; member
Dof_graph.h28 unsigned int id; member
63 struct device_node *node, u32 id) in of_graph_get_port_by_id()
Dinit.h155 #define ___initcall_name2(c, fn, id) __initcall_##c##_##fn##id argument
156 #define ___initcall_name1(c, fn, id) ___initcall_name2(c, fn, id) argument
157 #define __initcall_name(fn, id) ___initcall_name1(__COUNTER__, fn, id) argument
159 #define __initcall_name(fn, id) __initcall_##fn##id argument
178 #define __define_initcall(fn, id) \ argument
Dima.h47 static inline int ima_read_file(struct file *file, enum kernel_read_file_id id) in ima_read_file()
53 enum kernel_read_file_id id) in ima_post_read_file()
Didr.h115 static inline void *idr_find(struct idr *idr, int id) in idr_find()
135 #define idr_for_each_entry(idp, entry, id) \ argument
147 #define idr_for_each_entry_continue(idp, entry, id) \ argument
/include/net/netfilter/
Dnf_conntrack_extend.h51 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist()
56 static inline bool nf_ct_ext_exist(const struct nf_conn *ct, u8 id) in nf_ct_ext_exist()
61 static inline void *__nf_ct_ext_find(const struct nf_conn *ct, u8 id) in __nf_ct_ext_find()
68 #define nf_ct_ext_find(ext, id) \ argument
92 #define nf_ct_ext_add(ct, id, gfp) \ argument
94 #define nf_ct_ext_add_length(ct, id, len, gfp) \ argument
103 enum nf_ct_ext_id id; member
/include/uapi/rdma/
Drdma_user_cm.h90 __u32 id; member
95 __u32 id; member
106 __u32 id; member
110 __u32 id; member
119 __u32 id; member
124 __u32 id; member
134 __u32 id; member
146 __u32 id; member
202 __u32 id; member
207 __u32 id; member
[all …]
Dib_user_cm.h80 __u32 id; member
85 __u32 id; member
95 __u32 id; member
108 __u32 id; member
115 __u32 id; member
120 __u32 id; member
126 __u32 id; member
132 __u32 id; member
157 __u32 id; member
172 __u32 id; member
[all …]
/include/soc/tegra/
Dpmc.h124 static inline int tegra_powergate_is_powered(unsigned int id) in tegra_powergate_is_powered()
129 static inline int tegra_powergate_power_on(unsigned int id) in tegra_powergate_power_on()
134 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off()
139 static inline int tegra_powergate_remove_clamping(unsigned int id) in tegra_powergate_remove_clamping()
144 static inline int tegra_powergate_sequence_power_up(unsigned int id, in tegra_powergate_sequence_power_up()
151 static inline int tegra_io_rail_power_on(unsigned int id) in tegra_io_rail_power_on()
156 static inline int tegra_io_rail_power_off(unsigned int id) in tegra_io_rail_power_off()
/include/linux/regulator/
Dconsumer.h272 const char *id) in regulator_get()
286 devm_regulator_get(struct device *dev, const char *id) in devm_regulator_get()
292 regulator_get_exclusive(struct device *dev, const char *id) in regulator_get_exclusive()
298 regulator_get_optional(struct device *dev, const char *id) in regulator_get_optional()
305 devm_regulator_get_optional(struct device *dev, const char *id) in devm_regulator_get_optional()
319 const char *id, in regulator_register_supply_alias()
327 const char *id) in regulator_unregister_supply_alias()
332 const char *const *id, in regulator_bulk_register_supply_alias()
341 const char * const *id, in regulator_bulk_unregister_supply_alias()
347 const char *id, in devm_regulator_register_supply_alias()
[all …]
Dfixed.h66 static inline struct platform_device *regulator_register_always_on(int id, const char *name, in regulator_register_always_on()
73 #define regulator_register_fixed(id, s, ns) regulator_register_always_on(id, \ argument
/include/uapi/linux/
Dpatchkey.h28 # define _PATCHKEY(id) (0xfd00|id) argument
30 # define _PATCHKEY(id) ((id<<8)|0x00fd) argument
Dadb.h9 #define ADB_FLUSH(id) (0x01 | ((id) << 4)) argument
10 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4)) argument
11 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4)) argument
Duhid.h87 __u32 id; member
93 __u32 id; member
100 __u32 id; member
108 __u32 id; member
157 __u32 id; member
164 __u32 id; member
/include/xen/interface/io/
Dblkif.h199 uint64_t id; /* private guest value, echoed in resp */ member
211 uint64_t id; /* private guest value, echoed in resp */ member
223 uint64_t id; /* private guest value, echoed in resp */ member
232 uint64_t id; member
255 uint64_t id; /* copied from request */ member
Dnetif.h344 uint16_t id; member
380 uint16_t id; member
839 uint16_t id; member
887 uint16_t id; member
892 uint16_t id; /* Echoed in response message. */ member
918 uint16_t id; member
/include/sound/
Dcontrol.h69 struct snd_ctl_elem_id id; member
88 struct snd_ctl_elem_id id; member
148 …atic inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioffnum()
153 …atic inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioffidx()
158 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioff()
Dseq_device.h32 const char *id; /* driver id */ member
61 char *id; member
/include/uapi/drm/
Dtegra_drm.h48 __u32 id; member
53 __u32 id; member
58 __u32 id; member
79 __u32 id; member
85 __u32 id; member
89 __u32 id; member

12345678910>>...13