Home
last modified time | relevance | path

Searched refs:flg (Results 1 – 25 of 157) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_flinger.c202 static int rk_flinger_alloc_buffer(struct flinger *flg, in rk_flinger_alloc_buffer() argument
214 if (!flg) in rk_flinger_alloc_buffer()
231 ret = rockchip_drm_direct_show_alloc_buffer(flg->drm_dev, create_buffer); in rk_flinger_alloc_buffer()
321 struct flinger *flg = NULL; in vehicle_flinger_init() local
344 flg = kzalloc(sizeof(*flg), GFP_KERNEL); in vehicle_flinger_init()
345 if (!flg) { in vehicle_flinger_init()
350 if (!flg->drm_dev) in vehicle_flinger_init()
351 flg->drm_dev = rockchip_drm_get_dev(); in vehicle_flinger_init()
352 if (!flg->drm_dev) { in vehicle_flinger_init()
354 kfree(flg); in vehicle_flinger_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DNCR5380.h249 #define dprintk(flg, fmt, ...) \ argument
250 do { if ((NDEBUG) & (flg)) \
253 #define dsprintk(flg, host, fmt, ...) \ argument
254 do { if ((NDEBUG) & (flg)) \
259 #define NCR5380_dprint(flg, arg) \ argument
260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
261 #define NCR5380_dprint_phase(flg, arg) \ argument
262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
266 #define NCR5380_dprint(flg, arg) do {} while (0) argument
267 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
/OK3568_Linux_fs/kernel/arch/csky/abiv2/
H A Dfpu.c151 unsigned long flg; in save_to_user_fp() local
155 local_irq_save(flg); in save_to_user_fp()
208 local_irq_restore(flg); in save_to_user_fp()
213 unsigned long flg; in restore_from_user_fp() local
217 local_irq_save(flg); in restore_from_user_fp()
269 local_irq_restore(flg); in restore_from_user_fp()
/OK3568_Linux_fs/kernel/block/partitions/
H A Datari.c22 (((pi)->flg & 1) && \
79 if ( !(pi->flg & 1) ) in atari_partition()
103 if (!(xrs->part[0].flg & 1)) { in atari_partition()
113 if (!(xrs->part[1].flg & 1)) { in atari_partition()
141 if (!((pi->flg & 1) && OK_id(pi->id))) in atari_partition()
H A Datari.h19 u8 flg; /* bit 0: active; bit 7: bootable */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c34 bp, flg, fm, np) \ argument
47 .flag = {(flg)}, \
53 alpha, bp, flg, fm, np, th) \ argument
66 .flag = {(flg)}, \
73 alpha, chroma, count, bp, flg, fm, np) \ argument
86 .flag = {(flg)}, \
91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
104 .flag = {(flg)}, \
110 flg, fm, np, th) \ argument
123 .flag = {(flg)}, \
[all …]
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dhfs_fs.h43 #define hfs_dbg(flg, fmt, ...) \ argument
45 if (DBG_##flg & DBG_MASK) \
49 #define hfs_dbg_cont(flg, fmt, ...) \ argument
51 if (DBG_##flg & DBG_MASK) \
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dmcs7830.c305 int adv, flg; in mcs7830_set_autoneg() local
321 flg = 0; in mcs7830_set_autoneg()
323 rc = mcs7830_write_phy(udev, MII_BMCR, flg); in mcs7830_set_autoneg()
325 flg |= BMCR_ANENABLE; in mcs7830_set_autoneg()
327 rc = mcs7830_write_phy(udev, MII_BMCR, flg); in mcs7830_set_autoneg()
329 flg |= BMCR_ANRESTART; in mcs7830_set_autoneg()
331 rc = mcs7830_write_phy(udev, MII_BMCR, flg); in mcs7830_set_autoneg()
/OK3568_Linux_fs/kernel/ipc/
H A Dutil.c371 if (ipcperms(ns, ipcp, params->flg)) in ipc_check_perms()
374 err = ops->associate(ipcp, params->flg); in ipc_check_perms()
400 int flg = params->flg; in ipcget_public() local
411 if (!(flg & IPC_CREAT)) in ipcget_public()
418 if (flg & IPC_CREAT && flg & IPC_EXCL) in ipcget_public()
H A Dutil.h89 int flg; member
142 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c577 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local
600 flg == TCP_FLAG_SYN && in tcp_check_req()
699 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
714 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
732 flg &= ~TCP_FLAG_SYN; in tcp_check_req()
738 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
749 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
795 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dclps711x.c95 unsigned int status, flg; in uart_clps711x_int_rx() local
110 flg = TTY_NORMAL; in uart_clps711x_int_rx()
123 flg = TTY_PARITY; in uart_clps711x_int_rx()
125 flg = TTY_FRAME; in uart_clps711x_int_rx()
127 flg = TTY_OVERRUN; in uart_clps711x_int_rx()
136 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
H A Darc_uart.c199 unsigned int ch, flg = 0; in arc_serial_rx_chars() local
218 flg = TTY_OVERRUN; in arc_serial_rx_chars()
224 flg = TTY_FRAME; in arc_serial_rx_chars()
228 flg = TTY_NORMAL; in arc_serial_rx_chars()
237 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()
H A Dmax3100.c218 unsigned int ch, flg, status = 0; in max3100_handlerx() local
226 flg = TTY_FRAME; in max3100_handlerx()
232 flg = TTY_NORMAL; in max3100_handlerx()
235 flg = TTY_PARITY; in max3100_handlerx()
240 flg = TTY_NORMAL; in max3100_handlerx()
243 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx()
H A Dpnx8xxx_uart.c180 unsigned int status, ch, flg; in pnx8xxx_rx_chars() local
189 flg = TTY_NORMAL; in pnx8xxx_rx_chars()
215 flg = TTY_PARITY; in pnx8xxx_rx_chars()
217 flg = TTY_FRAME; in pnx8xxx_rx_chars()
226 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg); in pnx8xxx_rx_chars()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h91 int cfe_flushcache(int flg);
95 int cfe_getstdhandle(int flg);
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c348 int flg = GETINPC(inpf); /* FLG */ in decompress_file() local
350 if (flg & 0xE0 || flg & 0x4 || flg == EOF) in decompress_file()
353 fprintf(stderr, "gzHeader FLG %x\n", flg); in decompress_file()
371 if (flg & 0x8) { in decompress_file()
384 if (flg & 0x2) { in decompress_file()
/OK3568_Linux_fs/kernel/arch/mips/fw/cfe/
H A Dcfe_api.c166 int cfe_flushcache(int flg) in cfe_flushcache() argument
173 xiocb.xiocb_flags = flg; in cfe_flushcache()
250 int cfe_getstdhandle(int flg) in cfe_getstdhandle() argument
257 xiocb.xiocb_flags = flg; in cfe_getstdhandle()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dmn88443x.c273 u32 cpmon, tmpu, tmpl, flg; in mn88443x_s_read_status() local
343 regmap_read(r_s, BERCNFLG_S, &flg); in mn88443x_s_read_status()
345 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) { in mn88443x_s_read_status()
475 u32 seqrd, st, flg, tmpu, tmpm, tmpl; in mn88443x_t_read_status() local
531 regmap_read(r_t, BERFLG_T, &flg); in mn88443x_t_read_status()
533 if ((*status & FE_HAS_VITERBI) && (flg & BERFLG_T_BERVRDYA)) { in mn88443x_t_read_status()
/OK3568_Linux_fs/kernel/include/net/
H A Dvxlan.h466 #define VXLAN_FLAG(flg) \ in vxlan_flag_attr_error() argument
467 case IFLA_VXLAN_##flg: \ in vxlan_flag_attr_error()
469 "cannot change " #flg " flag"); \ in vxlan_flag_attr_error()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dhfsplus_fs.h42 #define hfs_dbg(flg, fmt, ...) \ argument
44 if (DBG_##flg & DBG_MASK) \
48 #define hfs_dbg_cont(flg, fmt, ...) \ argument
50 if (DBG_##flg & DBG_MASK) \
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A DMakefile.in52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 for flg in $$sane_makeflags; do \
56 case $$flg in \
67 case $$flg in \
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMakefile.in52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 for flg in $$sane_makeflags; do \
56 case $$flg in \
67 case $$flg in \
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dexport.c1149 struct flags *flg; in show_expflags() local
1152 for (flg = expflags; flg->flag; flg++) { in show_expflags()
1153 if (flg->flag & ~mask) in show_expflags()
1155 state = (flg->flag & flags) ? 0 : 1; in show_expflags()
1156 if (*flg->name[state]) in show_expflags()
1157 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c235 unsigned int flg; in cpm_uart_int_rx() local
274 flg = TTY_NORMAL; in cpm_uart_int_rx()
288 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx()
330 flg = TTY_BREAK; in cpm_uart_int_rx()
332 flg = TTY_PARITY; in cpm_uart_int_rx()
334 flg = TTY_FRAME; in cpm_uart_int_rx()
339 flg = TTY_OVERRUN; in cpm_uart_int_rx()

1234567