/Linux-v5.15/ipc/ |
D | util.c | 76 int ids; member 115 void ipc_init_ids(struct ipc_ids *ids) in ipc_init_ids() 139 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface() 172 static struct kern_ipc_perm *ipc_findkey(struct ipc_ids *ids, key_t key) in ipc_findkey() 202 static inline int ipc_idr_alloc(struct ipc_ids *ids, struct kern_ipc_perm *new) in ipc_idr_alloc() 278 int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int limit) in ipc_addid() 339 static int ipcget_new(struct ipc_namespace *ns, struct ipc_ids *ids, in ipcget_new() 397 static int ipcget_public(struct ipc_namespace *ns, struct ipc_ids *ids, in ipcget_public() 447 static void ipc_kht_remove(struct ipc_ids *ids, struct kern_ipc_perm *ipcp) in ipc_kht_remove() 467 static int ipc_search_maxidx(struct ipc_ids *ids, int limit) in ipc_search_maxidx() [all …]
|
D | util.h | 121 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0) argument 153 static inline int ipc_get_maxidx(struct ipc_ids *ids) in ipc_get_maxidx()
|
/Linux-v5.15/drivers/regulator/ |
D | stpmic1_regulator.c | 198 #define REG_LDO(ids, base) { \ argument 218 #define REG_LDO3(ids, base) { \ argument 242 #define REG_LDO4(ids, base) { \ argument 260 #define REG_BUCK(ids, base) { \ argument 283 #define REG_VREF_DDR(ids, base) { \ argument 300 #define REG_BOOST(ids, base) { \ argument 317 #define REG_VBUS_OTG(ids, base) { \ argument 337 #define REG_SW_OUT(ids, base) { \ argument
|
D | max8907-regulator.c | 46 #define REG_LDO(ids, supply, base, min, max, step) \ argument 63 #define REG_FIXED(ids, supply, voltage) \ argument 75 #define REG_OUT5V(ids, supply, base, voltage) \ argument 89 #define REG_BBAT(ids, supply, base, min, max, step) \ argument
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | en_tc_tracepoint.c | 7 void put_ids_to_array(int *ids, in put_ids_to_array() 43 int *ids, in parse_action()
|
D | en_tc_tracepoint.h | 15 #define __parse_action(ids, num) parse_action(p, ids, num) argument
|
/Linux-v5.15/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 298 const char *pipe, struct sst_ids *ids) in sst_find_and_send_pipe_algo() 522 struct sst_ids *ids = w->priv; in sst_send_pipe_module_params() local 599 static int sst_set_pipe_gain(struct sst_ids *ids, in sst_set_pipe_gain() 628 struct sst_ids *ids = w->priv; in sst_swm_mixer_event() local 1004 struct sst_ids *ids = w->priv; in sst_set_media_path() local 1041 struct sst_ids *ids = w->priv; in sst_set_media_loop() local 1345 struct sst_ids *ids = p->sink->priv; in sst_send_pipe_gains() local 1364 struct sst_ids *ids = p->source->priv; in sst_send_pipe_gains() local 1397 struct sst_ids *ids = w->priv; in sst_fill_module_list() local 1492 struct sst_ids *ids) in sst_fill_linked_widgets() [all …]
|
/Linux-v5.15/drivers/dio/ |
D | dio-driver.c | 29 dio_match_device(const struct dio_device_id *ids, in dio_match_device() 117 const struct dio_device_id *ids = dio_drv->id_table; in dio_bus_match() local
|
/Linux-v5.15/drivers/zorro/ |
D | zorro-driver.c | 32 zorro_match_device(const struct zorro_device_id *ids, in zorro_match_device() 125 const struct zorro_device_id *ids = zorro_drv->id_table; in zorro_bus_match() local
|
/Linux-v5.15/net/openvswitch/ |
D | vport.c | 338 int ovs_vport_set_upcall_portids(struct vport *vport, const struct nlattr *ids) in ovs_vport_set_upcall_portids() 380 struct vport_portids *ids; in ovs_vport_get_upcall_portids() local 405 struct vport_portids *ids; in ovs_vport_find_upcall_portid() local
|
/Linux-v5.15/tools/perf/util/ |
D | metricgroup.c | 138 static struct expr_id *expr_ids__alloc(struct expr_ids *ids) in expr_ids__alloc() 145 static void expr_ids__exit(struct expr_ids *ids) in expr_ids__exit() 776 struct expr_ids *ids; member 788 struct expr_ids *ids) in __add_metric() 918 struct expr_ids *ids) in recursion_check() 972 struct expr_ids *ids) in __resolve_metric() 1020 struct expr_ids *ids) in resolve_metric() 1038 struct expr_ids *ids) in add_metric() 1095 struct expr_ids ids = { .cnt = 0, }; in metricgroup__add_metric() local
|
D | expr.h | 22 struct hashmap ids; member
|
/Linux-v5.15/drivers/sh/superhyway/ |
D | superhyway.c | 124 superhyway_match_id(const struct superhyway_device_id *ids, in superhyway_match_id() 194 const struct superhyway_device_id *ids = shyway_drv->id_table; in superhyway_bus_match() local
|
/Linux-v5.15/drivers/mfd/ |
D | tps65912-i2c.c | 33 const struct i2c_device_id *ids) in tps65912_i2c_probe()
|
D | lp873x.c | 36 const struct i2c_device_id *ids) in lp873x_probe()
|
D | lp87565.c | 47 const struct i2c_device_id *ids) in lp87565_probe()
|
D | tps65086.c | 73 const struct i2c_device_id *ids) in tps65086_probe()
|
D | menf21bmc.c | 52 menf21bmc_probe(struct i2c_client *client, const struct i2c_device_id *ids) in menf21bmc_probe()
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | secure_boot.c | 12 static const struct of_device_id ids[] = { in get_ppc_fw_sb_node() local
|
/Linux-v5.15/mm/damon/ |
D | dbgfs-test.h | 82 unsigned long ids[] = {1, 2, 3}; in damon_dbgfs_test_set_targets() local
|
/Linux-v5.15/drivers/pci/ |
D | pci-stub.c | 22 static char ids[1024] __initdata; variable
|
/Linux-v5.15/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_frag.h | 8 __u32 ids[2]; /* Identification range */ member
|
/Linux-v5.15/sound/pci/oxygen/ |
D | oxygen_lib.c | 239 oxygen_search_pci_id(struct oxygen *chip, const struct pci_device_id ids[]) in oxygen_search_pci_id() 581 const struct pci_device_id *ids, in oxygen_pci_probe()
|
/Linux-v5.15/drivers/acpi/ |
D | acpi_pnp.c | 372 static const struct acpi_device_id ids[] = { in is_cmos_rtc_device() local
|
/Linux-v5.15/sound/hda/ |
D | hdac_i915.c | 122 static const struct pci_device_id ids[] = { in i915_gfx_present() local
|