| /Linux-v5.4/ipc/ | 
| D | util.c | 75 	int ids;  member114 void ipc_init_ids(struct ipc_ids *ids)  in ipc_init_ids()
 138 		int ids, int (*show)(struct seq_file *, void *))  in ipc_init_proc_interface()
 171 static struct kern_ipc_perm *ipc_findkey(struct ipc_ids *ids, key_t key)  in ipc_findkey()
 201 static inline int ipc_idr_alloc(struct ipc_ids *ids, struct kern_ipc_perm *new)  in ipc_idr_alloc()
 277 int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int limit)  in ipc_addid()
 338 static int ipcget_new(struct ipc_namespace *ns, struct ipc_ids *ids,  in ipcget_new()
 396 static int ipcget_public(struct ipc_namespace *ns, struct ipc_ids *ids,  in ipcget_public()
 446 static void ipc_kht_remove(struct ipc_ids *ids, struct kern_ipc_perm *ipcp)  in ipc_kht_remove()
 461 void ipc_rmid(struct ipc_ids *ids, struct kern_ipc_perm *ipcp)  in ipc_rmid()
 [all …]
 
 | 
| D | util.h | 121 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0)  argument150 static inline int ipc_get_maxidx(struct ipc_ids *ids)  in ipc_get_maxidx()
 
 | 
| /Linux-v5.4/drivers/regulator/ | 
| D | stpmic1_regulator.c | 195 #define REG_LDO(ids, base) { \  argument214 #define REG_LDO3(ids, base) { \  argument
 237 #define REG_LDO4(ids, base) { \  argument
 254 #define REG_BUCK(ids, base) { \  argument
 276 #define REG_VREF_DDR(ids, base) { \  argument
 293 #define REG_BOOST(ids, base) { \  argument
 310 #define REG_VBUS_OTG(ids, base) { \  argument
 330 #define REG_SW_OUT(ids, base) { \  argument
 
 | 
| D | max8907-regulator.c | 46 #define REG_LDO(ids, supply, base, min, max, step) \  argument63 #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.4/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.4/sound/soc/intel/atom/ | 
| D | sst-atom-controls.c | 287 					const char *pipe, struct sst_ids *ids)  in sst_find_and_send_pipe_algo()507 	struct sst_ids *ids = w->priv;  in sst_send_pipe_module_params()  local
 581 static int sst_set_pipe_gain(struct sst_ids *ids,  in sst_set_pipe_gain()
 610 	struct sst_ids *ids = w->priv;  in sst_swm_mixer_event()  local
 984 	struct sst_ids *ids = w->priv;  in sst_set_media_path()  local
 1021 	struct sst_ids *ids = w->priv;  in sst_set_media_loop()  local
 1322 				struct sst_ids *ids = p->sink->priv;  in sst_send_pipe_gains()  local
 1341 				struct sst_ids *ids = p->source->priv;  in sst_send_pipe_gains()  local
 1372 	struct sst_ids *ids = w->priv;  in sst_fill_module_list()  local
 1464 						struct sst_ids *ids)  in sst_fill_linked_widgets()
 [all …]
 
 | 
| /Linux-v5.4/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.4/drivers/zorro/ | 
| D | zorro-driver.c | 32 zorro_match_device(const struct zorro_device_id *ids,  in zorro_match_device()132 	const struct zorro_device_id *ids = zorro_drv->id_table;  in zorro_bus_match()  local
 
 | 
| /Linux-v5.4/net/openvswitch/ | 
| D | vport.c | 334 int ovs_vport_set_upcall_portids(struct vport *vport, const struct nlattr *ids)  in ovs_vport_set_upcall_portids()376 	struct vport_portids *ids;  in ovs_vport_get_upcall_portids()  local
 400 	struct vport_portids *ids;  in ovs_vport_find_upcall_portid()  local
 
 | 
| /Linux-v5.4/drivers/sh/superhyway/ | 
| D | superhyway.c | 124 superhyway_match_id(const struct superhyway_device_id *ids,  in superhyway_match_id()198 	const struct superhyway_device_id *ids = shyway_drv->id_table;  in superhyway_bus_match()  local
 
 | 
| /Linux-v5.4/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 | 42 			 const struct i2c_device_id *ids)  in lp87565_probe()
 | 
| D | tps65086.c | 72 			  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()
 | 
| D | bd9571mwv.c | 158 			  const struct i2c_device_id *ids)  in bd9571mwv_probe()
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | expr.h | 15 	struct parse_id ids[MAX_PARSE_ID];  member
 | 
| D | metricgroup.c | 87 	const char **ids;  member94 				      const char **ids,  in find_evsel_group()
 419 			const char **ids;  in metricgroup__add_metric()  local
 
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | pci-stub.c | 22 static char ids[1024] __initdata;  variable
 | 
| /Linux-v5.4/include/uapi/linux/netfilter_ipv6/ | 
| D | ip6t_frag.h | 8 	__u32 ids[2];			/* Identification range */  member
 | 
| /Linux-v5.4/drivers/dax/ | 
| D | bus.h | 35 	struct list_head ids;  member
 | 
| /Linux-v5.4/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()586 		     const struct pci_device_id *ids,  in oxygen_pci_probe()
 
 | 
| /Linux-v5.4/drivers/acpi/ | 
| D | acpi_pnp.c | 367 	static const struct acpi_device_id ids[] = {  in is_cmos_rtc_device()  local
 | 
| /Linux-v5.4/sound/hda/ | 
| D | hdac_i915.c | 86 	static const struct pci_device_id ids[] = {  in i915_gfx_present()  local
 |