/include/linux/ |
D | ata.h | 554 #define ata_id_is_ata(id) (((id)[ATA_ID_CONFIG] & (1 << 15)) == 0) argument 555 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) argument 556 #define ata_id_has_dma(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8)) argument 557 #define ata_id_has_ncq(id) ((id)[ATA_ID_SATA_CAPABILITY] & (1 << 8)) argument 558 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) argument 559 #define ata_id_removable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument 560 #define ata_id_has_atapi_AN(id) \ argument 564 #define ata_id_has_fpdma_aa(id) \ argument 568 #define ata_id_has_devslp(id) \ argument 572 #define ata_id_has_ncq_autosense(id) \ argument [all …]
|
D | kcov.h | 46 static inline void kcov_remote_start_common(u64 id) in kcov_remote_start_common() 51 static inline void kcov_remote_start_usb(u64 id) in kcov_remote_start_usb() 63 static inline void kcov_remote_start_usb_softirq(u64 id) in kcov_remote_start_usb_softirq() 87 static inline void kcov_remote_start_common(u64 id) {} in kcov_remote_start_common() 88 static inline void kcov_remote_start_usb(u64 id) {} in kcov_remote_start_usb() 89 static inline void kcov_remote_start_usb_softirq(u64 id) {} in kcov_remote_start_usb_softirq()
|
D | reset.h | 24 const char *id; member 119 const char *id, int index, bool shared, in __of_reset_control_get() 126 struct device *dev, const char *id, in __reset_control_get() 176 struct device *dev, const char *id, in __devm_reset_control_get() 237 __must_check reset_control_get_exclusive(struct device *dev, const char *id) in reset_control_get_exclusive() 275 const char *id) in reset_control_get_exclusive_released() 345 struct device *dev, const char *id) in reset_control_get_shared() 379 struct device *dev, const char *id) in reset_control_get_optional_exclusive() 416 struct device *dev, const char *id) in reset_control_get_optional_shared() 452 struct device_node *node, const char *id) in of_reset_control_get_exclusive() [all …]
|
D | extcon-provider.h | 97 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state() 103 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_state_sync() 109 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync() 114 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property() 122 unsigned int id, unsigned int prop, in extcon_set_property_sync() 129 unsigned int id, unsigned int prop) in extcon_set_property_capability()
|
D | fs_uart_pd.h | 27 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()
|
D | patchkey.h | 20 # define _PATCHKEY(id) (0xfd00|id) argument 22 # define _PATCHKEY(id) ((id<<8)|0x00fd) argument
|
D | extcon.h | 235 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) in extcon_get_state() 240 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() 248 unsigned int id, unsigned int prop) in extcon_get_property_capability() 254 unsigned int id, struct notifier_block *nb) in extcon_register_notifier() 260 unsigned int id, struct notifier_block *nb) in extcon_unregister_notifier() 266 struct extcon_dev *edev, unsigned int id, in devm_extcon_register_notifier() 273 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier()
|
D | clk.h | 88 const char *id; member 881 static inline struct clk *clk_get(struct device *dev, const char *id) in clk_get() 904 static inline struct clk *devm_clk_get(struct device *dev, const char *id) in devm_clk_get() 910 const char *id) in devm_clk_get_prepared() 916 const char *id) in devm_clk_get_enabled() 922 const char *id) in devm_clk_get_optional() 928 const char *id) in devm_clk_get_optional_prepared() 934 const char *id) in devm_clk_get_optional_enabled() 1107 static inline struct clk *clk_get_optional(struct device *dev, const char *id) in clk_get_optional()
|
D | fs_enet_pd.h | 41 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
|
D | kernel_read_file.h | 9 #define __kernel_read_file_id(id) \ argument 30 static inline const char *kernel_read_file_id_str(enum kernel_read_file_id id) in kernel_read_file_id_str()
|
D | connector.h | 34 struct cb_id id; member 42 struct cn_callback_id id; member 49 struct cb_id id; member
|
D | idr.h | 187 #define idr_for_each_entry(idr, entry, id) \ argument 201 #define idr_for_each_entry_ul(idr, entry, tmp, id) \ argument 214 #define idr_for_each_entry_continue(idr, entry, id) \ argument 230 #define idr_for_each_entry_continue_ul(idr, entry, tmp, id) \ argument 325 #define ida_simple_remove(ida, id) ida_free(ida, id) argument
|
D | ima.h | 107 static inline int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() 113 enum kernel_load_data_id id, in ima_post_load_data() 119 static inline int ima_read_file(struct file *file, enum kernel_read_file_id id, in ima_read_file() 126 enum kernel_read_file_id id) in ima_post_read_file()
|
D | init.h | 197 #define __initcall_name(prefix, __iid, id) \ argument 219 #define __initcall_stub(fn, __iid, id) \ argument 233 #define __initcall_stub(fn, __iid, id) fn argument 253 #define __unique_initcall(fn, id, __sec, __iid) \ argument 259 #define ___define_initcall(fn, id, __sec) \ argument 262 #define __define_initcall(fn, id) ___define_initcall(fn, id, .initcall##id) argument
|
/include/xen/interface/io/ |
D | pvcalls.h | 42 uint64_t id; member 48 uint64_t id; member 56 uint64_t id; member 60 uint64_t id; member 65 uint64_t id; member 69 uint64_t id; member 75 uint64_t id; member 92 uint64_t id; member 95 uint64_t id; member 98 uint64_t id; member [all …]
|
D | blkif.h | 200 uint64_t id; /* private guest value, echoed in resp */ member 212 uint64_t id; /* private guest value, echoed in resp */ member 224 uint64_t id; /* private guest value, echoed in resp */ member 233 uint64_t id; member 256 uint64_t id; /* copied from request */ member
|
/include/net/netfilter/ |
D | nf_conntrack_extend.h | 51 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 81 enum nf_ct_ext_id id; member
|
/include/uapi/rdma/ |
D | rdma_user_cm.h | 99 __u32 id; member 104 __u32 id; member 115 __u32 id; member 119 __u32 id; member 128 __u32 id; member 133 __u32 id; member 143 __u32 id; member 155 __u32 id; member 220 __u32 id; member 226 __u32 id; member [all …]
|
/include/soc/tegra/ |
D | pmc.h | 177 static inline int tegra_powergate_power_on(unsigned int id) in tegra_powergate_power_on() 182 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() 187 static inline int tegra_powergate_remove_clamping(unsigned int id) in tegra_powergate_remove_clamping() 192 static inline int tegra_powergate_sequence_power_up(unsigned int id, in tegra_powergate_sequence_power_up() 199 static inline int tegra_io_pad_power_enable(enum tegra_io_pad id) in tegra_io_pad_power_enable() 204 static inline int tegra_io_pad_power_disable(enum tegra_io_pad id) in tegra_io_pad_power_disable() 209 static inline int tegra_io_pad_get_voltage(enum tegra_io_pad id) in tegra_io_pad_get_voltage() 214 static inline int tegra_io_rail_power_on(unsigned int id) in tegra_io_rail_power_on() 219 static inline int tegra_io_rail_power_off(unsigned int id) in tegra_io_rail_power_off()
|
/include/uapi/linux/ |
D | patchkey.h | 29 # define _PATCHKEY(id) (0xfd00|id) argument 31 # define _PATCHKEY(id) ((id<<8)|0x00fd) argument
|
D | adb.h | 10 #define ADB_FLUSH(id) (0x01 | ((id) << 4)) argument 11 #define ADB_WRITEREG(id, reg) (0x08 | (reg) | ((id) << 4)) argument 12 #define ADB_READREG(id, reg) (0x0C | (reg) | ((id) << 4)) argument
|
/include/linux/regulator/ |
D | consumer.h | 318 const char *id) in regulator_get() 332 devm_regulator_get(struct device *dev, const char *id) in devm_regulator_get() 338 regulator_get_exclusive(struct device *dev, const char *id) in regulator_get_exclusive() 344 devm_regulator_get_exclusive(struct device *dev, const char *id) in devm_regulator_get_exclusive() 350 regulator_get_optional(struct device *dev, const char *id) in regulator_get_optional() 357 devm_regulator_get_optional(struct device *dev, const char *id) in devm_regulator_get_optional() 371 const char *id, in regulator_register_supply_alias() 379 const char *id) in regulator_unregister_supply_alias() 384 const char *const *id, in regulator_bulk_register_supply_alias() 393 const char * const *id, in regulator_bulk_unregister_supply_alias() [all …]
|
D | fixed.h | 50 static inline struct platform_device *regulator_register_always_on(int id, const char *name, in regulator_register_always_on() 57 #define regulator_register_fixed(id, s, ns) regulator_register_always_on(id, \ argument
|
/include/dt-bindings/memory/ |
D | mtk-memory-port.h | 12 #define MTK_M4U_TO_LARB(id) (((id) >> 5) & 0x1f) argument 13 #define MTK_M4U_TO_PORT(id) ((id) & 0x1f) argument
|
/include/rdma/ |
D | uverbs_named_ioctl.h | 17 #define UVERBS_METHOD(id) _UVERBS_NAME(UVERBS_MODULE_NAME, _method_##id) argument 18 #define UVERBS_HANDLER(id) _UVERBS_NAME(UVERBS_MODULE_NAME, _handler_##id) argument 19 #define UVERBS_OBJECT(id) _UVERBS_NAME(UVERBS_MODULE_NAME, _object_##id) argument
|