Home
last modified time | relevance | path

Searched refs:master (Results 1 – 4 of 4) sorted by relevance

/include/linux/i3c/
A Dmaster.h40 struct i3c_master_controller *master; member
478 int (*bus_init)(struct i3c_master_controller *master);
479 void (*bus_cleanup)(struct i3c_master_controller *master);
483 int (*do_daa)(struct i3c_master_controller *master);
486 int (*send_ccc_cmd)(struct i3c_master_controller *master,
579 int i3c_master_do_daa(struct i3c_master_controller *master);
581 int i3c_master_set_info(struct i3c_master_controller *master,
655 return dev->common.master; in i3c_dev_get_master()
667 return dev->common.master; in i2c_dev_get_master()
677 i3c_master_get_bus(struct i3c_master_controller *master) in i3c_master_get_bus() argument
[all …]
A Dccc.h134 struct i3c_ccc_dev_desc master; member
/include/linux/mtd/
A Dpartitions.h81 int mtd_add_partition(struct mtd_info *master, const char *name,
83 int mtd_del_partition(struct mtd_info *master, int partno);
A Dmtd.h370 bool mtd_partitions_used(struct mtd_info *master);
541 #define mtd_device_register(master, parts, nr_parts) \ argument
542 mtd_device_parse_register(master, NULL, NULL, parts, nr_parts)
543 extern int mtd_device_unregister(struct mtd_info *master);
612 int add_mtd_partitions_of(struct mtd_info *master);
614 static inline int add_mtd_partitions_of(struct mtd_info *master) in add_mtd_partitions_of() argument

Completed in 12 milliseconds