Home
last modified time | relevance | path

Searched defs:q (Results 701 – 725 of 1177) sorted by relevance

1...<<21222324252627282930>>...48

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c406 struct hw_q *q; in efct_hw_del_cq() local
/openbmc/qemu/qobject/
H A Dqdict.c446 void qdict_unref(QDict *q) in qdict_unref()
/openbmc/linux/drivers/counter/
H A Dcounter-chrdev.c123 struct counter_comp_node *q, *o; in counter_events_list_free() local
/openbmc/linux/kernel/
H A Dwatch_queue.c312 struct watch_type_filter *q; in watch_queue_set_filter() local
/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_acc.c20 #define knav_range_offset_to_inst(kdev, range, q) \ argument
/openbmc/linux/net/sched/
H A Dcls_matchall.c379 static void mall_bind_class(void *fh, u32 classid, unsigned long cl, void *q, in mall_bind_class()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_mpeg2_dec.c84 struct v4l2_ctrl_mpeg2_quantisation *q; in hantro_g1_mpeg2_dec_set_quantisation() local
H A Drockchip_vpu2_hw_mpeg2_dec.c86 struct v4l2_ctrl_mpeg2_quantisation *q; in rockchip_vpu2_mpeg2_dec_set_quantisation() local
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-fileops.c291 const u8 *q; in cx18_copy_buf_to_user() local
/openbmc/linux/include/media/
H A Dv4l2-mem2mem.h66 struct vb2_queue q; member
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.c372 unsigned int itc, ec, q, sc; in hdmi_core_write_avi_infoframe() local
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h398 #define MVPP2_TXQ_SCHED_REFILL_REG(q) (0x8040 + ((q) << 2)) argument
402 #define MVPP2_TXQ_SCHED_TOKEN_SIZE_REG(q) (0x8060 + ((q) << 2)) argument
404 #define MVPP2_TXQ_SCHED_TOKEN_CNTR_REG(q) (0x8080 + ((q) << 2)) argument
595 #define MVPP2_QUEUE_NEXT_DESC(q, index) \ argument
794 #define MSS_RXQ_TRESH_REG(q, fq) (MSS_RXQ_TRESH_BASE + (((q) + (fq)) \ argument
823 #define MSS_RXQ_ASS_Q_BASE(q, fq) ((((q) + (fq)) % MSS_RXQ_ASS_PER_REG) \ argument
825 #define MSS_RXQ_ASS_PQ_BASE(q, fq) ((((q) + (fq)) / MSS_RXQ_ASS_PER_REG) \ argument
827 #define MSS_RXQ_ASS_REG(q, fq) (MSS_RXQ_ASS_BASE + MSS_RXQ_ASS_PQ_BASE(q, fq)) argument
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c2345 struct uacce_queue *q) in hisi_qm_uacce_get_queue()
2365 static void hisi_qm_uacce_put_queue(struct uacce_queue *q) in hisi_qm_uacce_put_queue()
2373 static int hisi_qm_uacce_mmap(struct uacce_queue *q, in hisi_qm_uacce_mmap()
2426 static int hisi_qm_uacce_start_queue(struct uacce_queue *q) in hisi_qm_uacce_start_queue()
2433 static void hisi_qm_uacce_stop_queue(struct uacce_queue *q) in hisi_qm_uacce_stop_queue()
2438 static int hisi_qm_is_q_updated(struct uacce_queue *q) in hisi_qm_is_q_updated()
2455 static void qm_set_sqctype(struct uacce_queue *q, u16 type) in qm_set_sqctype()
2465 static long hisi_qm_uacce_ioctl(struct uacce_queue *q, unsigned int cmd, in hisi_qm_uacce_ioctl()
/openbmc/linux/fs/erofs/
H A Dzdata.c1550 struct z_erofs_decompressqueue *q; in jobqueue_init() local
1601 struct z_erofs_decompressqueue *q = bio->bi_private; in z_erofs_decompressqueue_endio() local
1631 struct z_erofs_decompressqueue *q[NR_JOBQUEUES]; in z_erofs_submit_queue() local
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1509 static void vicodec_return_bufs(struct vb2_queue *q, u32 state) in vicodec_return_bufs()
1548 static int vicodec_start_streaming(struct vb2_queue *q, in vicodec_start_streaming()
1636 static void vicodec_stop_streaming(struct vb2_queue *q) in vicodec_stop_streaming()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.h385 static u8 vfq_cl_id(struct bnx2x_virtf *vf, struct bnx2x_vf_queue *q) in vfq_cl_id()
390 static inline u8 vfq_stat_id(struct bnx2x_virtf *vf, struct bnx2x_vf_queue *q) in vfq_stat_id()
398 static inline u8 vfq_qzone_id(struct bnx2x_virtf *vf, struct bnx2x_vf_queue *q) in vfq_qzone_id()
/openbmc/linux/drivers/acpi/
H A Dec.c1127 struct acpi_ec_query *q = container_of(work, struct acpi_ec_query, work); in acpi_ec_event_processor() local
1150 struct acpi_ec_query *q; in acpi_ec_create_query() local
1168 struct acpi_ec_query *q; in acpi_ec_submit_query() local
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h238 static inline struct bna_mac *bna_mac_find(struct list_head *q, const u8 *addr) in bna_mac_find()
/openbmc/linux/drivers/video/console/
H A Dmdacon.c204 u16 *q, q_save; in mda_detect() local
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dptrace.h97 struct __riscv_q_ext_state q; member
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5_core.c414 unsigned itc, ec, q, sc; in hdmi_core_write_avi_infoframe() local
/openbmc/linux/drivers/media/dvb-frontends/
H A Dsp887x.c287 unsigned int q, r; in divide() local
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-esdhc-mcf.c227 int i, q, ri, rq; in esdhc_mcf_pltfm_set_clock() local
/openbmc/linux/include/net/
H A Dinet_frag.h148 static inline void inet_frag_put(struct inet_frag_queue *q) in inet_frag_put()
/openbmc/linux/fs/
H A Dfs_context.c460 char *q = kasprintf(GFP_KERNEL, "%c %s%s%pV\n", level, in logfc() local

1...<<21222324252627282930>>...48