Home
last modified time | relevance | path

Searched defs:type (Results 926 - 950 of 19517) sorted by relevance

1...<<31323334353637383940>>...781

/kernel/linux/linux-5.10/fs/udf/
H A Dudftime.c48 uint8_t type = typeAndTimezone >> 12; in udf_disk_stamp_to_time() local
/kernel/linux/linux-5.10/net/802/
H A Dfddi.c96 __be16 type; in fddi_type_trans() local
48 fddi_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned int len) fddi_header() argument
[all...]
H A Dfc.c32 fc_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned int len) fc_header() argument
H A Dp8022.c32 struct datalink_proto *register_8022_client(unsigned char type, in register_8022_client() argument
/kernel/linux/linux-5.10/net/ax25/
H A Dax25_ds_in.c32 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state1_machine() argument
100 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state2_machine() argument
145 static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_ds_state3_machine() argument
279 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_ds_frame_in() argument
H A Dax25_std_in.c39 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state1_machine() argument
103 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state2_machine() argument
141 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state3_machine() argument
266 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state4_machine() argument
419 ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) ax25_std_frame_in() argument
[all...]
/kernel/linux/linux-5.10/net/ceph/crush/
H A Dhash.c94 __u32 crush_hash32(int type, __u32 a) in crush_hash32() argument
104 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2() argument
114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() argument
124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4() argument
134 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5() argument
144 crush_hash_name(int type) crush_hash_name() argument
[all...]
/kernel/linux/linux-5.10/net/bridge/netfilter/
H A Debt_802_3.c27 __be16 type = hdr->llc.ui.ctrl & IS_UI ? hdr->llc.ui.type : hdr->llc.ni.type; in ebt_802_3_mt() local
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.h126 static inline u16 eir_append_data(u8 *eir, u16 eir_len, u8 type, in eir_append_data() argument
137 static inline u16 eir_append_le16(u8 *eir, u16 eir_len, u8 type, u16 data) in eir_append_le16() argument
/kernel/linux/linux-5.10/net/ceph/
H A Dmsgpool.c38 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, in ceph_msgpool_init() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Dmetrics.c22 int type = nla_type(nla); in ip_metrics_convert() local
[all...]
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6t_mh.c26 type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert) in type_match() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_blk.c26 void dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, in dpu_hw_blk_init() argument
70 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, in argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dif000a.h5 __u8 type; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A DM0203.h6 u8 type; member
23 u8 type; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dmem.c28 nvif_mem_ctor_map(struct nvif_mmu *mmu, const char *name, u8 type, u64 size, in nvif_mem_ctor_map() argument
48 nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass, int type, u8 page, u64 size, void *argv, u32 argc, struct nvif_mem *mem) nvif_mem_ctor_type() argument
88 nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type, u8 page, u64 size, void *argv, u32 argc, struct nvif_mem *mem) nvif_mem_ctor() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
H A Devent.c30 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put() local
43 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpmu.c78 nvbios_pmuRm(struct nvkm_bios *bios, u8 type, struct nvbios_pmuR *info) in nvbios_pmuRm() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
H A Dpriv.h11 enum nvbios_extdev_type type; member
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c175 struct csc_cfg *mdp_get_default_csc_cfg(enum csc_type type) in mdp_get_default_csc_cfg() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchangf119.c27 gf119_disp_chan_uevent_fini(struct nvkm_event *event, int type, int index) in gf119_disp_chan_uevent_fini() argument
H A Dcapsgv100.c31 gv100_disp_caps_map(struct nvkm_object *object, void *argv, u32 argc, enum nvkm_object_map *type, u64 *addr, u64 *size) gv100_disp_caps_map() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgp100.c62 u32 type = nvkm_rd32(device, 0x00280c + (unit * 0x10)); in gp100_fifo_intr_fault() local
H A Dusergv100.c25 gv100_fifo_user_map(struct nvkm_object *object, void *argv, u32 argc, enum nvkm_object_map *type, u64 *addr, u64 *size) gv100_fifo_user_map() argument
H A Dusertu102.c25 tu102_fifo_user_map(struct nvkm_object *object, void *argv, u32 argc, enum nvkm_object_map *type, u64 *addr, u64 *size) tu102_fifo_user_map() argument

Completed in 12 milliseconds

1...<<31323334353637383940>>...781