Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/Linux-v4.19/drivers/phy/renesas/
DKconfig5 tristate "Renesas R-Car generation 2 USB PHY driver"
9 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
12 tristate "Renesas R-Car generation 3 PCIe PHY driver"
16 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
19 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
26 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
29 tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
33 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Dmediatek,smi-common.txt6 the second generation of SMI HW while mt2701 uses the first generation HW of
9 There's slight differences between the two SMI, for generation 2, the
11 for generation 1, the register is at smi ao base(smi always on register
13 SMI generation 1 to transform the smi clock into emi clock domain, but that is
14 not needed for SMI generation 2.
24 - clock-names : must contain 3 entries for generation 1 smi HW and 2 entries
25 for generation 2 smi HW as follows:
31 clock domain, this clock is only needed by generation 1 smi HW.
/Linux-v4.19/net/sctp/
DKconfig58 bool "Enable optional MD5 hmac cookie generation"
60 Enable optional MD5 hmac based SCTP cookie generation
64 bool "Enable optional SHA1 hmac cookie generation"
66 Enable optional SHA1 hmac based SCTP cookie generation
70 bool "Use no hmac alg in SCTP cookie generation"
72 Use no hmac algorithm in SCTP cookie generation
77 bool "Enable optional MD5 hmac cookie generation"
79 Enable optional MD5 hmac based SCTP cookie generation
84 bool "Enable optional SHA1 hmac cookie generation"
86 Enable optional SHA1 hmac based SCTP cookie generation
/Linux-v4.19/drivers/firewire/
Dcore-card.c265 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation, in br_work()
271 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel() argument
276 fw_iso_resource_manage(card, generation, 1ULL << 31, in allocate_broadcast_channel()
285 device_for_each_child(card->device, (void *)(long)generation, in allocate_broadcast_channel()
306 int gap_count, generation, grace, rcode; in bm_work() local
321 generation = card->generation; in bm_work()
345 if ((is_next_generation(generation, card->bm_generation) && in bm_work()
347 (card->bm_generation != generation && grace)) { in bm_work()
380 irm_id, generation, SCODE_100, in bm_work()
391 if (rcode == RCODE_COMPLETE && generation == card->generation) in bm_work()
[all …]
Dsbp2.c147 int generation; member
420 int generation, unsigned long long offset, in sbp2_status_write() argument
502 int node_id, int generation, u64 offset) in sbp2_send_orb() argument
520 node_id, generation, device->max_speed, offset, in sbp2_send_orb()
561 int generation, int function, in sbp2_send_management_orb() argument
617 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb()
664 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset()
686 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait()
718 lu->generation != card->generation) { in sbp2_conditionally_block()
741 if (lu->blocked && lu->generation == card->generation) { in sbp2_conditionally_unblock()
[all …]
Dcore-iso.c235 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, in manage_bandwidth() argument
254 irm_id, generation, SCODE_100, in manage_bandwidth()
273 static int manage_channel(struct fw_card *card, int irm_id, int generation, in manage_channel() argument
295 irm_id, generation, SCODE_100, in manage_channel()
326 int generation, int channel) in deallocate_channel() argument
335 manage_channel(card, irm_id, generation, mask, offset, false); in deallocate_channel()
362 void fw_iso_resource_manage(struct fw_card *card, int generation, in fw_iso_resource_manage() argument
375 c = manage_channel(card, irm_id, generation, channels_hi, in fw_iso_resource_manage()
379 c = manage_channel(card, irm_id, generation, channels_lo, in fw_iso_resource_manage()
393 ret = manage_bandwidth(card, irm_id, generation, *bandwidth, allocate); in fw_iso_resource_manage()
[all …]
Dcore-device.c245 int generation = device->generation; in fw_device_enable_phys_dma() local
252 generation); in fw_device_enable_phys_dma()
489 int generation, int index, u32 *data) in read_rom() argument
500 generation, device->max_speed, offset, data, 4); in read_rom()
520 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom() argument
540 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
578 if (read_rom(device, generation, 0, &dummy) == in read_config_rom()
610 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
634 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
918 old->generation = card->generation; in lookup_existing_device()
[all …]
Dnet.c183 int generation; member
198 u8 generation; member
460 int node_id, int generation) in fwnet_peer_find_by_node_id() argument
466 peer->generation == generation) in fwnet_peer_find_by_node_id()
565 int source_node_id, int generation, in fwnet_incoming_packet() argument
632 peer = fwnet_peer_find_by_node_id(dev, source_node_id, generation); in fwnet_incoming_packet()
709 int tcode, int destination, int source, int generation, in fwnet_receive_packet() argument
727 source, generation, false) != 0) { in fwnet_receive_packet()
787 context->card->generation, true); in fwnet_receive_broadcast()
981 int generation; in fwnet_send_packet() local
[all …]
Dcore-transaction.c212 int destination_id, int source_id, int generation, int speed, in fw_fill_request() argument
280 packet->generation = generation; in fw_fill_request()
351 int destination_id, int generation, int speed, in fw_send_request() argument
382 destination_id, card->node_id, generation, in fw_send_request()
420 int generation, int speed, unsigned long long offset, in fw_run_transaction() argument
429 fw_send_request(card, &t, tcode, destination_id, generation, speed, in fw_run_transaction()
456 int node_id, int generation, int gap_count) in fw_send_phy_config() argument
479 phy_config_packet.generation = generation; in fw_send_phy_config()
791 request->response.generation = p->generation; in allocate_request()
858 p->generation, offset, in handle_exclusive_region_request()
[all …]
/Linux-v4.19/sound/firewire/
Dlib.c38 int generation, rcode, tries = 0; in snd_fw_transaction() local
40 generation = flags & FW_GENERATION_MASK; in snd_fw_transaction()
43 generation = device->generation; in snd_fw_transaction()
47 device->node_id, generation, in snd_fw_transaction()
Diso-resources.c118 r->generation = card->generation; in fw_iso_resources_allocate()
129 fw_iso_resource_manage(card, r->generation, r->channels_mask, in fw_iso_resources_allocate()
177 r->generation = card->generation; in fw_iso_resources_update()
183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_update()
225 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_free()
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_transaction.c166 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument
181 (device->generation != generation)) in handle_resp_for_user()
198 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument
209 (device->generation != generation)) in handle_resp_for_kernel()
229 int generation, unsigned long long offset, in efw_response() argument
246 handle_resp_for_kernel(card, generation, source, in efw_response()
249 handle_resp_for_user(card, generation, source, in efw_response()
252 handle_resp_for_user(card, generation, source, in efw_response()
/Linux-v4.19/drivers/net/can/softing/
Dsofting_cs.c42 .generation = 1,
54 .generation = 1,
66 .generation = 1,
78 .generation = 2,
90 .generation = 1,
102 .generation = 1,
114 .generation = 2,
126 .generation = 1,
138 .generation = 2,
207 if (pdat->generation < 2) { in softingcs_probe_config()
/Linux-v4.19/arch/hexagon/include/asm/
Dmmu_context.h77 if (next->context.generation < prev->context.generation) { in switch_mm()
81 next->context.generation = prev->context.generation; in switch_mm()
Dpgalloc.h49 mm->context.generation = kmap_generation; in pgd_alloc()
125 mm->context.generation = kmap_generation; in pmd_populate_kernel()
126 current->active_mm->context.generation = kmap_generation; in pmd_populate_kernel()
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dqueue.c26 u8 generation; member
211 queue->generation++; in cw1200_queue_clear()
301 item->generation = 0; in cw1200_queue_put()
302 item->packet_id = cw1200_queue_mk_packet_id(queue->generation, in cw1200_queue_put()
304 item->generation, in cw1200_queue_put()
388 if (queue_generation != queue->generation) { in cw1200_queue_requeue()
393 } else if (item->generation != item_generation) { in cw1200_queue_requeue()
405 item->generation = ++item_generation; in cw1200_queue_requeue()
431 ++item->generation; in cw1200_queue_requeue_all()
432 item->packet_id = cw1200_queue_mk_packet_id(queue->generation, in cw1200_queue_requeue_all()
[all …]
/Linux-v4.19/fs/ocfs2/
Dexport.c186 u32 generation; in ocfs2_encode_fh() local
207 generation = inode->i_generation; in ocfs2_encode_fh()
209 trace_ocfs2_encode_fh_self((unsigned long long)blkno, generation); in ocfs2_encode_fh()
214 fh[2] = cpu_to_le32(generation); in ocfs2_encode_fh()
218 generation = parent->i_generation; in ocfs2_encode_fh()
222 fh[5] = cpu_to_le32(generation); in ocfs2_encode_fh()
228 generation); in ocfs2_encode_fh()
/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h374 __le64 generation; member
445 __le64 generation; member
470 __le64 generation; member
517 __le64 generation; member
556 __le64 generation; member
605 __le64 generation; member
744 __le64 generation; member
942 __le64 generation; member
955 __le64 generation; member
Dfirewire-cdev.h93 __u32 generation; member
199 __u32 generation; member
511 __u32 generation; member
998 __u32 generation; member
1021 __u32 generation; member
/Linux-v4.19/fs/isofs/
Dexport.c23 __u32 generation) in isofs_export_iget() argument
32 if (generation && inode->i_generation != generation) { in isofs_export_iget()
157 u32 generation; member
171 ifid->generation); in isofs_fh_to_dentry()
/Linux-v4.19/fs/btrfs/
Dexport.c61 u64 root_objectid, u32 generation, in btrfs_get_dentry() argument
98 if (check_generation && generation != inode->i_generation) { in btrfs_get_dentry()
114 u32 generation; in btrfs_fh_to_parent() local
128 generation = fid->parent_gen; in btrfs_fh_to_parent()
130 return btrfs_get_dentry(sb, objectid, root_objectid, generation, 1); in btrfs_fh_to_parent()
138 u32 generation; in btrfs_fh_to_dentry() local
150 generation = fid->gen; in btrfs_fh_to_dentry()
152 return btrfs_get_dentry(sb, objectid, root_objectid, generation, 1); in btrfs_fh_to_dentry()
Dreada.c49 u64 generation; member
89 struct btrfs_key *top, u64 generation);
100 u64 generation; in __readahead_hook() local
131 generation = btrfs_header_generation(eb); in __readahead_hook()
157 if (rec->generation != generation) { in __readahead_hook()
161 rec->generation, generation); in __readahead_hook()
164 if (rec->generation == generation && in __readahead_hook()
541 struct btrfs_key *top, u64 generation) in reada_add_block() argument
559 rec->generation = generation; in reada_add_block()
899 u64 generation; in btrfs_reada_add() local
[all …]
/Linux-v4.19/drivers/thermal/ti-soc-thermal/
DKconfig8 This includes alert interrupts generation and also the TSHUT
31 this generation are not accurate, nor they are very close to
47 This includes alert interrupts generation and also the TSHUT
59 This includes alert interrupts generation and also the TSHUT
71 This includes alert interrupts generation and also the TSHUT
/Linux-v4.19/include/linux/
Dfirewire.h90 int generation; member
187 int generation; member
286 int generation,
293 int generation; member
356 int tcode, int destination_id, int generation, int speed,
362 int generation, int speed, unsigned long long offset,
467 void fw_iso_resource_manage(struct fw_card *card, int generation,
/Linux-v4.19/arch/arm64/mm/
Dcontext.c149 u64 generation = atomic64_read(&asid_generation); in new_context() local
152 u64 newasid = generation | (asid & ~ASID_MASK); in new_context()
181 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION, in new_context()
191 return idx2asid(asid) | generation; in new_context()

12345678910>>...14